/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woocommerce-product-gallery img {
    width: 100%;
    max-width: 100%; /* Allow full width */
    height: auto;
    object-fit: contain; /* Prevents distortion */
}

/* Prevent small images from being stretched */
.woocommerce-product-gallery img[width="310"],
.woocommerce-product-gallery img[width="300"],
.woocommerce-product-gallery img[width="400"] {
    width: auto !important;
    max-width: 100%;
}


