.product-sku,
.sku,
div[class*="sku"] {
    display: none !important;
}
.product-card,
.product-item {
  position: relative;
}

.product-card:has(.line-through)::before,
.product-item:has(.line-through)::before {
  content: "SALE";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #c62828;
  color: #fff;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  z-index: 30;
}

.product-price-wrapper::before,
.product-price::before {
  content: none !important;
}