.woocommerce-gallery-widget {}
h3.woocommerce-gallery-heading {
	margin-bottom:45px;
}
.gallery-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.gallery-widget-wrapper a,
.gallery-widget-wrapper div {
    display: block;
	overflow:hidden;
	border-radius: 5px;
	line-height:0;
}
.gallery-widget-wrapper img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}
.gallery-widget-wrapper a img:hover {
    transform: scale(1.1);
}
.element-display {
	background-color:#e8f3f9;
	padding:50px;
	display:block;
	font-size:20px;
	color:#666;
	text-align:center;
	border:2px dashed #aadcf7;
	border-radius:10px;
}