.__loupe {
	border: 2px solid white;
	position: absolute;
	z-index: 1001;
	background-repeat: no-repeat;
	background-color: white;
	display: none;
	visibility: hidden;
	cursor: none;
	user-select: none;
	touch-action: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
