.zoom-lens {
	position: absolute;
	border: none;
	cursor: zoom-in;
	display: none; 
	width: 100px;
	height: 100px;
	z-index:1000;
}

.product-image-wrapper {
	position: relative; 
	overflow: hidden;
}

.thumbnail {
	transition: transform 0.5s ease;
}