.mf_product-template-default .wp-block-post-featured-image
{
	background: #fff;
	border-radius: .5em;
	box-shadow: 0 .2em .4em rgba(0, 0, 0, .15);
	margin-bottom: .5em !important;
	padding: .2em;
}

	.mf_product-template-default .wp-block-post-featured-image .wp-post-image
	{
		border-radius: .3em;
	}

.webshop_more_images
{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	position: relative;
}

	.webshop_more_images .image
	{
		background: #fff;
		border-radius: .5em;
		box-sizing: border-box;
		box-shadow: 0 .1em .4em rgba(0, 0, 0, .3);
		flex: 0 0 49%;
		margin-bottom: 2%;
		padding: .2em;
		position: relative;
		overflow: hidden;
	}

		.webshop_more_images img
		{
			border-radius: .3em;
			display: block;
			height: 100%;
			width: 100%;
		}