/*
Theme Name: Newsy
Version: 1.0.0
Theme URI: https://demo.akbilisim.com/newsy
Description: A basic starter child theme for customization purpose of Newsy theme.
Author: akbilisim
Author URI: http://themeforest.net/user/akbilisim?ref=akbilisim
Template: newsy
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Reserve space for Stripe/Google Pay button */
.wcpay-express-checkout-wrapper,
#wcpay-express-checkout-wrapper {
    min-height: 54px;
}

/* Lock gallery inner wrapper to square aspect ratio — prevents flexslider reflow on window.load */
.woocommerce-product-gallery__wrapper,
.woocommerce-product-gallery__wrapper .flex-viewport {
    aspect-ratio: 1 / 1;
}

/* Override WC JS inline height on flex-viewport — use !important to beat inline style */
.woocommerce-product-gallery__wrapper .flex-viewport {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
}
