/*
 * Hide bundle product SKU from all customer-facing cart displays.
 * The product-attributes-cart block is a theme-level element that wraps
 * the dynamically generated bundle SKU in the cart item row.
 */
.product-attributes-cart {
    display: none !important;
}

/*
 * Hide the SKU row/cell in the customer account order detail and invoice
 * views, and in the cart table, for any location that uses a .sku class
 * on a table column or attribute block.
 */
.table-order-items .col.sku,
.table-order-items th.col.sku {
    display: none !important;
}
