Skechers Max 2 Rover
What We Like
Most comfortable golf shoe you can buy
Hands-free slip-in technology is awesome
What We Don't Like
Traction isn't great
The Bottom Line
You won’t find a more comfortable golf shoe. Period. This shoe feels more like a house slipper than a golf shoe (and that’s a good thing).
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 + '