Bushnell A1 Slope
What We Like
New, portable size
Tour-level Accuracy`
What We Don't Like
Lacks some of the features of the mainline Pro X3
The Bottom Line
The Bushnell A1 Slope fills a much-needed gap in Bushnell’s lineup of rangefinders. Priced at $299, this budget beauty brings Tour-level accuracy down to a price point that’s affordable for all.
jQuery(document).ready(function($) {
(function() {
// If on template with siderail sticky
if ($('.rail-sticky').length > 0) {
var html = $('.mgs-product-summary-block__side').clone();
$('.rail-sticky').first().prepend(html);
} else if ($('body').hasClass('mgs_buyers_guide-template-default')) {
// If on full width buyers guide
var contentContainer = $('.mgs-product-summary-block__side').closest('.buyers-guide-content');
if (contentContainer) {
var html = $('.mgs-product-summary-block__side').clone();
var outerHtml = '
' + html[0].outerHTML + '