/* Make the product image in popup take more width */
.t-popup__product-imgwrap {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
}

/* Optional: increase the image size */
.t-popup__product-img {
    max-height: none !important;
    width: auto !important;
    height: auto !important;
    max-width: 600px !important; /* You can increase this */
}
/* Force product popup image to be bigger */
.t-popup__container .t-popup__product-img {
    width: 100% !important;
    max-width: 800px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
}