Skip to content
(function() {
var hiddenCollections = [
'/collections/winter-casuals',
'/collections/panamas',
'/collections/the-beret-edit',
'/collections/the-tweed-edit',
'/collections/classic-straws',
'/collections/gifts-and-accessories'
];
var path = window.location.pathname;
if (hiddenCollections.some(function(c) { return path === c || path === c + '/'; })) {
var section = document.getElementById('shopify-section-template--25093492900158__featured_collection_mPT3Px');
if (section) section.style.display = 'none';
}
})();