Collection: Men

<style><!--
#hero-image {
min-width: 100%;
}

#link-blair {
display: inline-block;
position: absolute;
text-decoration: none !important;
width: 33%;
height: 50%;
top: 0;
right: 0;
border: 0 !important;
}

--></style>
<div class="table" hero="">
<div class="table-row">
<div class="table-cell padding-0" style="position: relative;">
<img src="null" id="hero-image">
<a href="/products/blair" id="link-blair" style="text-decoration: none !important;"></a>
</div>
</div>
<div class="table-row">
<div class="table-cell padding-10">
<h1>Men’s Sunglasses</h1>
<h2 style="text-align: left;" class="hide">Whether you’re fishing, hiking, or kicking back at happy hour, our men’s sunglasses bring the style and durability you
need for any adventure.</h2>
</div>
</div>
</div>

<script>
// https://cdn.shopify.com/s/files/1/0021/6544/0587/files/mens_hero.jpg?v=1643753830

let _src = 'https://cdn.shopify.com/s/files/1/0021/6544/0587/files/'
if (window.innerWidth <= 400) {
document.getElementById('hero-image').src = _src + 'mens_hero_400x.jpg?1643753830';
} else if (window.innerWidth <= 600) {
document.getElementById('hero-image').src = _src + 'mens_hero_600x.jpg?1643753830';
} else {
document.getElementById('hero-image').src = _src + 'mens_hero.jpg?1643753830';
}

</script>