#product-images-carrousel {
    .swiper-slide {
        /*flex-shrink: 0;*/
        /*img {*/
        /*    height: 64px;*/
        /*    width: 64px;*/
        /*    max-width: 100%;*/
        /*    max-height: 100%;*/
        /*}*/
        /*height: max-content;*/
    }

    .swiper-slide-thumb-active {
        border: 2px solid #EB6909;
        border-radius: 4px;
    }

    .swiper-wrapper {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        z-index: 0;
        position: relative;
    }

    .swiper-navigation-next {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-navigation-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        transform: rotate(180deg);
    }

    .swiper-button-disabled {
        opacity: 0;
        cursor: inherit;
    }
}

#product-image-big {
    .swiper-wrapper {
        display: flex;
        position: relative;

        .swiper-slide {
            .open-fullscreen {
                display: flex;
                flex-direction: row;
                justify-content: end;
                align-items: center;
                color: black;
                gap: 5px;
                text-decoration: underline;
            }
        }
    }
}
