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

/* Shop loop: second (gallery) image stacked under the thumbnail */
.uc-loop-gallery-image-wrap {
	display: block;
	width: 100%;
	margin-top: 8px;
}

.uc-loop-gallery-image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px; /* remove if you don't want rounded corners */
}
