.Product_details_swiper .product_slider_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* THUMBNAIL */

.Product_details_swiper .product_thumb_slider {
  width: 100px;
  height: 500px;
}

.Product_details_swiper .thumb_swiper {
  width: 100%;
  height: 100%;
}

.Product_details_swiper .thumb_image {
  width: 100px;
  height: 100px;
  background: #30383a;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.Product_details_swiper .thumb_image .product_img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* ACTIVE */

.Product_details_swiper .swiper-slide-thumb-active .thumb_image {
  border: 2px solid #ee4823;
}

/* MAIN */

.Product_details_swiper .product_main_slider {
  width: 500px;
  height: 500px;
}

.Product_details_swiper .main_swiper {
  height: 100%;
}

.Product_details_swiper .main_image {
  width: 100%;
  height: 100%;

  background: #30383a;

  border-radius: 10px;

  overflow: hidden;

  position: relative;
}

.Product_details_swiper .main_image .product_img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}
.Product_details_swiper .product_main_slider {
  position: relative;
}

.Product_details_swiper .product_main_slider .Wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  pointer-events: auto;
}
/* MOBILE */
/* 
.Product_details_swiper .product_main_slider {
  position: relative;
}

.Product_details_swiper .product_main_slider .Wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
} */

@media (min-width: 0px) and (max-width: 575px) {
  .Product_details_swiper .product_slider_wrapper {
    flex-direction: column-reverse;
    gap: 15px;
  }

  .Product_details_swiper .product_thumb_slider {
    width: 100%;

    height: fit-content;
  }

  .Product_details_swiper .thumb_swiper {
    height: fit-content;
  }

  .Product_details_swiper .product_main_slider {
    width: 100%;

    height: 350px;
  }

  .Product_details_swiper .thumb_image {
    width: unset;

    height: unset;
    aspect-ratio: 1/1;
  }

  .Product_details_swiper .product_main_slider {
    height: 290px;
  }

  .Product_details_swiper .main_image {
    width: 100%;
    margin: 0px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .Product_details_swiper .product_slider_wrapper {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .Product_details_swiper .product_main_slider {
    width: 250px;
    height: 250px;
  }

  .Product_details_swiper .thumb_image {
    width: 60px;
    height: 60px;
  }

  .Product_details_swiper .product_thumb_slider {
    width: 80px;
    height: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .Product_details_swiper .product_main_slider {
    width: 350px;
    height: 350px;
  }

  .Product_details_swiper .thumb_image {
    width: 80px;
    height: 80px;
  }

  .Product_details_swiper .product_thumb_slider {
    width: 80px;
    height: 340px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .Product_details_swiper .product_main_slider {
    width: 430px;
    height: 440px;
  }

  .Product_details_swiper .product_thumb_slider {
    height: 440px;
  }
}
