@media (min-width:1200px){
  .card-product__price--old {
    padding-bottom: 0px;
  }
}
.card-product .card-product__crossout{
  color: #d1d1d1;
}
.card-product .card-product__crossout {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #d1d1d1;
}

.card-product .card-product__crossout::after {
    content: '';
    position: absolute;
    left: -5%;
    width: 110%;
    top: 50%;
    height: 2px;  
    background: #d1d1d1;
    translate: 0 -50%;
    rotate: 7deg;
    transform-origin: center;
}
@media (min-width: 1200px) {
    .card-product__price {
        padding-right: 5px;
    }
}