Designed for barrels larger than .750″ but works fine for those under as well.
- Black Nitride Finish
- Atlas and Atlas XL Compatible
- Plan B Compatible
$80.10
10 in stock
Designed for barrels larger than .750″ but works fine for those under as well.



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