Original price was: $69.99.$64.99Current price is: $64.99.
4 in stock



<script>
jQuery(document).ready(function($) {
var pointsMessage = $('.wc-points-rewards-product-message');
// Remove the next <br>
pointsMessage.next('br').remove();
// Remove display: none from the span
pointsMessage.css('display', 'block');
// Move the span below the .stock element
$('.fr-single-product-alpha__price').after(pointsMessage);
});
</script>