.product-image {
    width: 100%;
    height: auto;
    max-width: 600px;
    max-height: 600px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    background-color: white;
}
