﻿
.wc-block-cart-item__image{display:none}
/* Disable link interaction on the product name in WooCommerce blocks */
 .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    pointer-events: none;
    color: inherit; /* Optional: remove link color */
    text-decoration: none; /* Optional: remove underline */
}

.woocommerce-order-received table.shop_table img {
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    width: 50px;
    height: auto;
}