.js-store-prod-name + .js-store-prod-price:before {
    content: attr(data-old-price);
    display: block;
    font-size: 14px;
    color: #888;
    text-decoration: line-through;
    margin-bottom: 4px;
}