/*MODULE-FEATURED-PRODUCTS*/
	.module-featured-products-wrapper{min-height: 425px;}
	.module-featured-products-wrapper img{border: 1px solid var(--bs-gray-500); margin-bottom: 20px;}
	.module-featured-products-wrapper .newsflash-title{text-transform: uppercase; font-weight: 600; line-height: 1; font-size: 1.5rem; position: relative; color:  var(--color-heading);}
	.module-featured-products-wrapper .newsflash-title:after {content: ''; display: inline-block; width: 50px; height: 2px; background: var(--color-heading); left: 0; bottom: -10px; position: absolute; }
