/* Fix immagini carrello - Magento 2.4.8 */
.cart.item .product-item-photo { 
    width: 7rem !important; 
    max-width: 7rem !important; 
    height: auto !important; 
}

.cart.item .product-item-photo img { 
    max-width: 100% !important; 
    width: 110px !important; 
    height: 160px !important; 
    object-fit: contain !important; 
}
