/* Fixed, uniform image box; the complete source image scales inside it. */
.image-cell { width: 116px; }
.product-image { width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-image img { display: block; width: auto !important; height: auto !important; max-width: 100% !important; max-height: 100% !important; object-fit: contain; }
