.Product_Image {}

.Product_Image .img_main_container {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 5px #00000029;
    border-radius: 5px;
    opacity: 1;
}


.Product_Image .img_main_container .offerp {
    background: transparent linear-gradient(250deg, #99298B 0%, #6B0D5E 56%, #58024C 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0px;
    left: 0px;
    margin-bottom: 0px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px 0px 5px 0px;
}

.Product_Image .img_main_container .shareicon {
    position: absolute;
    top: 9px;
    right: 13%;
    width: 41px;
}

.Product_Image .img_main_container .img_holder {
    aspect-ratio: 1/0.7;
}


.Product_Image .img_main_container .product-detail {
    /* height: auto; */
    width: 100%;
    /* aspect-ratio: 1/1; */
    position: relative;
    overflow: hidden;
}



.Product_Image .img_main_container .product-detail .specs {
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}


.Product_Image .img_main_container .product-detail .specs .zoomable {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}


.Product_Image .img_main_container .product-detail .specs .zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Product_Image .img_main_container .zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}


/* .Product_Image .img_main_container .img_holder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
} */

.Product_Image .img_main_container .icon_holder {
    position: absolute;
    top: 6px;
    right: 9px;
    background: #EFEFEF 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 9px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Product_Image .img_main_container .icon_holder .heart_icon {
    color: #fff;
    font-size: 28px;
}

.Product_Image .img_main_container .icon_holder .heart_icon.clicked {
    color: #DF4223;
}



.Product_Image .sidebar-swiper {
    margin-top: 10px;
    padding: 10px;
    background: #fff;
}

.Product_Image .sidebar-swiper .swiper-horizontal {}

.Product_Image .sidebar-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Product_Image .sidebar-swiper .swiper-slide .gallery-imgs {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 5px;
    opacity: 1;
    padding: 10px;
    border: 0.5px solid #80808000;
}

.Product_Image .sidebar-swiper .swiper-slide .gallery-imgs img.inner-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.product_image_slider::before {
    content: unset;
}

.product_image_slider::after {
    content: unset;
}

/* .product_image_slider .swiper-button-prev {
    left: unset;
    right: 100px;
}

.product_image_slider .swiper-button-prev:after,
.product_image_slider .swiper-button-next:after {
    font-size: 12px;
    color: #fff;
}



.product_image_slider .swiper-button-prev {
    background: #787878 0% 0% no-repeat padding-box;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    bottom: 0px;
    top: 50px;
    z-index: 1;
    left: 0;
}

.product_image_slider .swiper-button-next {
    background: #787878 0% 0% no-repeat padding-box;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    bottom: 0px;
    top: 50px;
    z-index: 1;
    right: 0;
} */

    .Product_Image .icon_holder2 {
        display: block;
        position: absolute;
        top: 6px;
        right:65px;
        background: #EFEFEF 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 9px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 28px;
         color: #9e9e9e;
    }



@media (min-width: 0px) and (max-width: 991px) {
    .Product_Image .img_main_container .icon_holder .heart_icon {
        font-size: 22px;
    }

    .Product_Image .img_main_container .icon_holder {
        padding: 6px;
    }
    .Product_Image .icon_holder2{
        padding: 6px;
         font-size: 22px;
         right: 55px;
    }

}