.product-card .product-media{display:grid!important;place-items:center!important;overflow:hidden!important}
.product-card .product-media img{display:block!important;width:auto!important;height:auto!important;max-width:calc(100% - 28px)!important;max-height:calc(100% - 28px)!important;object-fit:contain!important;object-position:center center!important;padding:0!important;transform:none}
.product-card:hover .product-media img{transform:scale(1.025)}
.cart-thumb,.checkout-line-img{display:grid!important;place-items:center!important;overflow:hidden!important}
.cart-thumb img,.checkout-line-img img{display:block!important;width:auto!important;height:auto!important;max-width:calc(100% - 8px)!important;max-height:calc(100% - 8px)!important;object-fit:contain!important;object-position:center center!important;padding:0!important}
@media(max-width:780px){.product-card .product-media img{max-width:calc(100% - 20px)!important;max-height:calc(100% - 20px)!important}.cart-thumb img,.checkout-line-img img{max-width:calc(100% - 6px)!important;max-height:calc(100% - 6px)!important}}
@media(max-width:520px){.product-card .product-media img{max-width:calc(100% - 16px)!important;max-height:calc(100% - 16px)!important}.cart-thumb img,.checkout-line-img img{max-width:calc(100% - 4px)!important;max-height:calc(100% - 4px)!important}}
