:root {
	--swiper-navigation-size: 2rem;
    --swiper-theme-color: #000000;
}

.glightbox-clean button.gbtn {
    padding: 0;
}

.custom-product-gallery{
    & img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


.custom-product-gallery-thumbs {
    & .swiper-slide {
        opacity: 0.5;
        cursor: pointer;
    }

    & .swiper-slide-thumb-active {
        opacity: 1;
        cursor: default;
    }
}