.cart-img{
    width: 150px;
    min-width: 150px;
}
.cart-img img{
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}