
@media(min-width: 993px){

    .woocommerce div.product .woocommerce-product-gallery{
        position: sticky !important;
        top: 30px;
        align-self: flex-start;
    }

    .woocommerce div.product{
        align-items: flex-start;
    }

    .woocommerce-product-gallery.wsg-stop{
        position: relative !important;
        top: auto !important;
    }

}
