.product-img-wrapper{height:240px;overflow:hidden;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-img-wrapper img.product-image{max-height:100%;max-width:100%;object-fit:contain;transition:transform 0.3s ease-in-out}.product-img-wrapper:hover img.product-image{transform:scale(1.03)}.modal-content{background:transparent}.modal-blur{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(25px) brightness(.7);transform:scale(1.2);z-index:1}.modal-img{position:relative;z-index:2;max-height:80vh;width:auto;height:auto;object-fit:contain;display:block;margin:0 auto;border-radius:6px;box-shadow:0 4px 25px rgba(0,0,0,.4)}