.ProductImageViewModal{border:2px solid green;position:fixed;top:0;z-index:9999999;width:100%;height:100dvh;background-color:rgb(var(--white));.productImageViewModalCloseIcon{width:3.5rem;height:3.5rem;cursor:pointer;position:absolute;top:2rem;left:2rem}.productImageMainView{display:flex;align-items:center;justify-content:center;height:100dvh;.productImageContent{width:100%;display:flex;align-items:center;justify-content:center;height:80dvh;.modalImage{width:50%;height:100%;object-fit:contain;@media screen and (max-width:550px){width:90dvw}}}}}