.wc-block-cart-item__remove-link {
  font-size: 18px; /* Make it bigger like an icon */
  font-weight: bold;
}

.wc-block-cart-item__remove-link::before {
  content: "×"; /* Add cross icon */
  font-size: 22px;
}

.wc-block-cart-item__remove-link {
  text-indent: -9999px; /* Hide original text */
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
}