<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*POPUP-IMAGE-PRODUCT.CSS*/

.popup{
position:fixed;
top:61.99999%;
/*top:36%;*/
left:50%;
transform:translate(-50%, -50%);
background-color:#fff;
padding:0 12px 0 0;
box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
/*width:250px;*/
width:140px;
display:none;
border-radius:15px;
z-index:4 !important
}
		
.popup img{
width:93%;
margin:30px 0 0 10px;
box-shadow:0 0 0 !important;
margin-bottom:10px
}

.close-btn{
position:absolute;
top:10px;
right:10px;
cursor:pointer;
color:#fff;
background:red
}

</pre></body></html>