.gtea-widget-wc-single-product-image {
    position: relative;
    .gtea-widget-wc-single-product-image__wrap {
        position: relative;
        display: inline-flex;
    }
    .gtea-widget-wc-single-product-image__preview {
        border: 1px solid #d4d4d4;
        width: 100%;
        max-width: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-color: #fff;
        aspect-ratio: 1;
        top: 0;
        left: 100%;
        z-index: 2;
        &.hide {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }
    }
    .gtea-widget-wc-single-product-image__lens {
        position: absolute;
        border: none;
        width: 17rem;
        height: 17rem;
        background-color: rgb(0 0 0 / 50%);
        cursor: -moz-zoom-in;
        cursor: -webkit-zoom-in;
        cursor: zoom-in;
        &.hide {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }
    }
    .gtea-widget-wc-single-product-image__gallery-container {
        position: relative;
    }
    .gtea-widget-wc-single-product-image__gallery-item {
        display: flex;
    }
    .gtea-widget-wc-single-product-image__gallery-item-image-container {
        display: inline-flex;
        img {
            cursor: pointer;
        }
    }
    .embla {
        overflow: hidden;
    }
    .embla__container {
        display: flex;
    }
    .embla__button {
        display: inline-flex;
        svg {
            width: 16px;
            height: 16px;
        }
    }
    .embla__slide {
        flex: 0 0 10%;
        min-width: 0;
        margin-right: 0;
    }
    .embla__dots {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }
    .embla__dot {
        background-color: transparent;
        touch-action: manipulation;
        text-decoration: none;
        cursor: pointer;
        padding: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid;
        margin-left: 5px;
        margin-right: 5px;
    }
}