Pack of 4 Stickers.
- Simple Man
- Stacy’s Mom
- RS
- Free Bird
$4.99
14 in stock
Pack of 4 Stickers.




<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>