.uitgelicht_product{
	background: var(--lichtgrijs);
	border-radius: 2rem;
	padding: 1.5rem;
}

.uitgelicht_product_prijs{
	margin-block: 2rem;
}

.uitgelicht_product{
	gap: 2rem;
    user-select: none;
	cursor: e-resize;
}

.uitgelicht_product_img{
	width: 9rem;
	height: 9rem;
	min-width: 9rem;
	border-radius: 1rem;
	overflow: hidden;
    background: #fff;
}

.uitgelicht_product_img picture{
	display: flex;
	width: 100%;
	height: 100%;
}

.uitgelicht_product_img img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.uitgelicht_product .clear{
	display: none !important;
}

.uitgelicht_product .button-group{
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.uitgelicht_product .add-request-quote-button{
	margin-top: 0 !important;
}

.uitgelichte_producten_slider{
	display: flex;
	flex-wrap: nowrap;
}

@media (max-width:767px)
{		
	.uitgelicht_product{
		flex-direction: column;
	}
	
	.uitgelicht_product_img{
		width: 100%;
		background: #fff;
	}
	
	.uitgelicht_product_img picture{
		width: 100%;
		height: 100%;
		display: flex;
	}
	
	.uitgelicht_product_img img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}