.product__price.product__price--compare {
  position: relative;
  text-decoration: none;
}

.product__price.product__price--compare::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: #202020;
  transform: rotate(-8deg);
}