/*
Theme Name:		 Jupi Child
Theme URI:		 https://wp.quomodosoft.com/jupi
Description:	 Jupi Child is a child theme of Jupi
Author:			 QuomodoTheme
Author URI:		 http://quomodosoft.com/
Template:		 jupi
Version:		 1.0.0
Text Domain:	 jupi-child
*/



    /* Force single product images to display statically */
.woocommerce-product-gallery {
    opacity: 1 !important; /* Override default opacity set by scripts */
}
.woocommerce-product-gallery .flex-control-thumbs {
    display: none; /* Hide slider thumbnails (optional) */
}
