/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/*WebOS Custom Product Category View*/

.product-grid-item :is(.product-image-link, .hover-img) img {
	width: 100%;
	max-height: 250px;
	object-fit: scale-down;
	background-color: #fff;
	padding: 10px;
	object-position: center;
	min-height: 250px;
}