.hydrosud-elementor-widget-ws-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ws-product-gallery--gallery-image a:not(.ws-product-gallery--gallery-image--active) {
    display: none;
}

.ws-product-gallery--gallery-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 360px;
    border: 1px solid #eeeeee;
}

.ws-product-gallery--gallery-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ws-product-gallery--gallery-images-image {
    border: 2px solid transparent;
}
.ws-product-gallery--gallery-images--active {
    border-color: var(--hs-blue) !important;
}

.ws-product-gallery--gallery-images > span {
    cursor: pointer;
}