/* Fix: constrain product thumbnail image on desktop (theme only applies 100% on <=768px) */
.turbo-cart-page .product-thumbnail img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
}
