/*

Theme Name: Yolo BeStruct Child Theme
Theme URI: http://demo.yolotheme.com/bestruct
Author: YoloTheme
Author URI: https://www.facebook.com/Yolotheme/
Description: This is a custom child theme for Yolo BeStruct
Template: yolo-bestruct
Version: 1.0.0
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, translation-ready
Text Domain: yolo-bestruct
*/
/* Force uniform height for WooCommerce product grid images */
.product-thumb-one img {
    width: 300px;
    height: 300px; /* You can change this number based on your preference */
    object-fit: cover; /* 'cover' fills the space. Change to 'contain' if you want to prevent cutting off the edges */
    object-position: center;
}