Hide duplicate strikeout

Remove duplicate strike-through.

add_action( 'wp_head', function () { ?>
<style>

	.price del > del {
		display: none !important;
	}

</style>
<?php } );