/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Reserve gallery space before FlexSlider JS runs, to prevent layout shift (CLS) */
.product .woocommerce-product-gallery .flex-viewport {
    min-height: 340px; /* mobile fallback */
}

@media (min-width: 993px) {
    .product .woocommerce-product-gallery .flex-viewport {
        min-height: 560px; /* matches measured desktop gallery width */
    }
}


