.woocommerce-checkout-review-order-table .product-name {
  display: inline-block !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  color: #fff !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  max-width: 100% !important;
  text-align: left !important;
}

.woocommerce-checkout-review-order-table .product-name * {
  all: unset !important;
  display: inline !important;
  font-size: inherit !important;
  line-height: inherit !important;
  white-space: normal !important;
  color: #fff !important;
}