.product-images-gallery {
    position: relative;
    overflow: hidden;
}

.product-images-gallery .large-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-images-gallery .swiper-slide {
    transition: ease .3s;
    cursor: pointer;
}

.product-images-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-images-gallery .carousel-thumbs {
    position: relative;
}

.product-images-gallery .carousel-thumbs .swiper-wrapper {
    display: flex;
}

.product-images-gallery .ahura-discount-label {
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
}