.product_wrapper {
	position:relative;
	z-index:1201;
}
.zoomContainer {
	z-index:1201;
}
body.product--pswp--open .zoomContainer  {
	z-index:-1;
}
.zoomWrapper {
	background:#f8f8f8; 
}
.zoomWindowContainer > div {
	margin-top:-0.5rem!important;
	/*margin-left:2rem!important;*/
}
.product_single.zoomHover:before {
	content:"";
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	opacity:1;
	visibility:visible;
	transition:opacity 0.3s;	
}
body.zoomHover {
	
}

.first-row-container {
	position:relative;
	z-index:1200;
}