/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/**
 * Fix for product image zoom in WooCommerce - makes the height auto when zooming
 * Especially important when "tooriginal" option is enabled
 */
.pswp__zoom-wrap img {
    height: auto !important;
}