/* Hide rule label and discount badge if there is no discount */

.woocommerce-cart
  table.cart
  tr.cart_item
  .product-name-wrapper:not(:has(.product-price del))
  .cross-sell-rule-label,
.woocommerce-cart
  table.cart
  tr.cart_item
  .product-name-wrapper:not(:has(.product-price del))
  .cross-sell-discount-badge {
  display: none;
}

/* CESSSA ONLY */
.wp-child-theme-heim-child.woocommerce-cart
  table.cart
  tr.cart_item
  .product-name:not(:has(.awdr_cart_strikeout_line del))
  .cross-sell-rule-label,
.wp-child-theme-heim-child.woocommerce-cart
  table.cart
  tr.cart_item
  .product-name:not(:has(.awdr_cart_strikeout_line del))
  .cross-sell-discount-badge {
  display: none;
}
