Hats & Hair Accessories

Show filters
Sort:
Size
Color
Price
All filters
Sort
Loading...
tag of the document. This will help to improve the load of the images // during color swatches interaction on PLP const preloadBackground = (entries, observer) => { entries.forEach(async (entry) => { if (entry.isIntersecting) { const swatch = entry.target; const images = swatch.dataset.varimg.split(','); images.forEach((img, index) => { // preload image const link = document.createElement('link'); link.href = buildSrc(img); link.imagesrcset = getSrcset(img); link.imagesizes = cssImageMediaCondition; link.rel = 'preload'; link.as = 'image'; document.getElementsByTagName('head')[0].appendChild(link); }); swatch.removeAttribute('data-varimg'); switchObserver.unobserve(swatch); } }); }; const switchObserver = new IntersectionObserver(preloadBackground, { root: null, // Default is the viewport rootMargin: '30px', threshold: 0.05, // Load image when 10% of the div is visible }); // Sort options function getPageParam() { const urlParams = new URLSearchParams(window.location.search); const pageParam = urlParams.get('page'); return pageParam ? parseInt(pageParam, 10) : 1; } domLoadedPage = getPageParam(); setupSortDropdown('.fs_sort_by_wrap_desktop', '.fs_sort_by_options_desktop', '.fs_sort_by_select_desktop'); const sortBySelect = document.getElementById('sortByDesktop'); let sortByValue = getSortBy(); // call the function and store the returned value sortBySelect.value = sortByValue; // update the desktop dropdown value on page load // update sort mobile dropdown value on page load const validSortOptions = ['price_min_to_max', 'price_max_to_min', 'creation_date', 'relevency']; sortByValue = validSortOptions.includes(sortByValue) ? sortByValue : 'relevency'; const inputField = document.querySelector(`form [data-value="${sortByValue}"]`); if (inputField) { inputField.checked = true; // update the value of the option } else { console.error(`No radio button found with data-value="${sortByValue}"`); } const form = document.getElementById('sortForm'); if (form) { form.addEventListener('change', (event) => { if (event.target.name === 'sort') { const selectedValue = event.target.getAttribute('data-value'); if (selectedValue && validSortOptions.includes(selectedValue)) { setUrlParam('sortBy', selectedValue, true); resetPageAndScroll(); updateOtherDropdown(selectedValue); } } }); } updateOtherDropdown(getSortBy()); if (sortBySelect) { sortBySelect.addEventListener('change', function () { if (sortBySelect.value && validSortOptions.includes(sortBySelect.value)) { setUrlParam('sortBy', sortBySelect.value, true); } }); } // Description 'read more' function toggleReadMore(button) { const container = button.parentNode; const isExpanded = container.getAttribute('aria-expanded') === 'true'; container.setAttribute('aria-expanded', !isExpanded); if (isExpanded) { button.querySelector('.button-text').textContent = 'more'; } else { button.querySelector('.button-text').textContent = 'Show less'; } } function visibleReadMore() { const toggleButtons = document.querySelectorAll('.fs_collection_top_toggle'); toggleButtons.forEach(button => { const description_children = button.previousElementSibling.children; let description_scroll_width = 0; let description_client_width = 0; for(const child of description_children) { description_scroll_width += child.scrollWidth; description_client_width += child.clientWidth; }; button.style.display = (description_scroll_width > description_client_width) ? 'block' : 'none'; }); } window.addEventListener('DOMContentLoaded', visibleReadMore); // category pills GTM const categories = document.querySelectorAll('.category-pills__pill'); let category; let categoryHandle; let categoryId; const pushCategoryPills = (category, categoryHandle, categoryId, typeCategory) => { if (category && categoryHandle && categoryId && typeCategory) { const categoryPills = { event: `categoryPills`, category: category, categoryHandle: categoryHandle, categoryId: categoryId, typeCategory: typeCategory }; window.dataLayer.push(categoryPills); } } categories?.forEach(category => { category.addEventListener('click', function(e) { try { category = e.currentTarget.getAttribute('data-category'); categoryHandle = e.currentTarget.getAttribute('data-collection-handle'); categoryId = e.currentTarget.getAttribute('data-collection-id'); typeCategory = e.currentTarget.getAttribute('data-type-category'); pushCategoryPills(category, categoryHandle, categoryId, typeCategory); } catch (error) { console.error('Error in category click event:', error); } }) })

Product Recommendations

Hats & Hair Accessories: Top Off Every Look with Style

Caps & Cowboy Hats

Upgrade your outfit in an instant with baseball caps featuring trendy or sassy scripts, or go bold in faux suede cowboy hats designed for that free-spirited flair. These standout pieces balance function and fashion, giving you cool coverage and on-point attitude.

Satin Bows & Berets

Channel a touch of Parisian chic with satin bows and classic berets—perfect for adding a feminine finish to any ensemble. Embellished with rhinestones or faux pearls, these hair bows and berets bring just the right amount of sparkle to your everyday style.

Headbands, Clips & Hair Ties

Keep flyaways in check with dainty headbands or go playful with fruit hair clips and embellished hair ties. From sleek hair clips to rhinestone-studded headbands, these accessories are the ideal way to elevate basic hair into a statement-making moment.

Complete Your Look

Whether you’re rocking a baseball cap on the go, styling sleek hair clips for a night out, or topping off a sundress with a beret, Windsor’s hats and hair accessories collection has everything you need. Shop all Windsor fashion accessories online or in-store and finish every look with confidence.

  • Starry Nights Suede Cowboy Hat

    For the cowgirl who loves a little sparkle. This star-studded suede cowboy hat brings rodeo glam to festivals, concerts, and every night worth dressing up for.

    Fit & Features

    • Structured cowboy hat silhouette
    • Star studded embellishments throughout
    • Curved brim
    • Adjustable inner strings for a snug fit
    • Soft micro suede material

    Style Number/Barcode: 07302-000160

    Category Name: Hats & Hair Accessories

    Price: $25.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • LA Vibes Corduroy Baseball Cap

    Rep the city in cozy-cool style—this two-tone corduroy baseball cap brings a laidback fall twist to your streetwear fits. Perfect for coffee runs, stadium days, or just topping off your ‘fit with West Coast flair.

    Fit & Features

    • Curved brim with contrast panel design
    • Classic baseball cap silhouette
    • Embroidered Los Angeles front detail
    • Adjustable back strap

    Style Number/Barcode: 07302-000191

    Category Name: Hats & Hair Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: RED

    Available Size: NS

    Product Badge:
    • New Arrival
  • Autumn Stroll Corduroy Baseball Cap

    Laidback but make it luxe—this corduroy baseball cap brings cozy texture and fall-girl vibes to your off-duty fits, perfect for pumpkin patches, PSL runs, and downtown strolls.

    Fit & Features

    • Wide curved brim
    • Classic baseball cap silhouette
    • Adjustable back strap
    • Corduroy material

    Style Number/Barcode: 07302-000190

    Category Name: Hats & Hair Accessories

    Price: $14.90

    Availability: In Stock

    Available Color: IVORY, BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • West Coast Vibes LA Corduroy Baseball Cap

    Easy, breezy, and so LA. This corduroy embroidered baseball cap adds laid-back cool to any ‘fit—perfect for coffee runs, casual hangs, or weekend adventures.

    Fit & Features

    • Classic baseball cap silhouette
    • LA embroidered detail on front
    • Adjustable back strap for a custom fit
    • Soft corduroy material

    Style Number/Barcode: 07302-000192

    Category Name: Hats & Hair Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: NS

    Product Badge:
    • New Arrival
  • City Girl New York Baseball Cap

    For the girl who’s always in a New York state of mind. This embroidered baseball cap is the casual-cool essential that goes with literally everything.

    Fit & Features

    • Classic baseball cap silhouette
    • Structured curved brim
    • New York embroidered detail
    • Adjustable back strap for a custom fit

    Style Number/Barcode: 07302-000193

    Category Name: Hats & Hair Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: NS

    Product Badge:
    • New Arrival
  • Slow Morning Club Baseball Cap

    For the girl who runs on iced lattes and vibes. This Slow Morning Club embroidered baseball cap is the laid-back staple you’ll reach for on repeat.

    Fit & Features

    • Classic baseball cap silhouette
    • Structured curved brim
    • Slow Morning Club embroidered detail
    • Velcro back strap
    • Two-tone design

    Style Number/Barcode: 07302-000194

    Category Name: Hats & Hair Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Wild Side Leopard LA Baseball Cap

    West Coast but make it wild. This leopard suede LA embroidered baseball cap is the statement topper your casual ‘fit has been waiting for.

    Fit & Features

    • Classic baseball cap silhouette
    • Soft micro suede finish with leopard print
    • LA embroidered detail on the front
    • Adjustable back strap for a custom fit

    Style Number/Barcode: 07302-000197

    Category Name: Hats & Hair Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: LEOPARD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Low Key Cool LA Baseball Cap

    Repping the city never looked this effortless. This LA embroidered baseball cap is the laid-back staple you’ll throw on with everything from streetwear fits to off-duty looks.

    Fit & Features

    • Classic baseball cap silhouette
    • Structured curved brim
    • LA embroidered detail on front
    • Adjustable back strap for a custom fit

    Style Number/Barcode: 07302-000195

    Category Name: Hats & Hair Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: BLACK, GREEN

    Available Size: NS

    Product Badge:
    • New Arrival