/* 
 * Global fixes for Studiollice Addons
 */

/* Fix for Woo Variation Gallery overriding Elementor Product Images widget on mobile */
@media only screen and (max-width: 767px) {
    .woo-variation-product-gallery {
        width: 100% !important;
        max-width: 100% !important;
    }
}
