Necklaces & Chokers

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

STYLE SPOTLIGHT

Explore All New Fashion Accessories

Discover Formal Jewelry

Get Eye-Catching Bridal and Bridesmaid Jewelry

Elevate Your Spring Style with Chic Necklaces

Refresh your wardrobe with the latest necklaces and chokers from Windsor, designed to add effortless charm to your spring outfits. From layered chains and delicate charm necklaces to radiant statement pieces, our collection offers stylish options to complement every look. Explore women’s chokers for a bold touch, or complete your dressy ensembles with matching necklace and earring sets. This season, embrace the beauty of spring with on-trend necklaces that bring a fresh and glamorous finish to your style.

  • Lucky Streak Charm Necklace

    Your good-luck charm just got an upgrade. With a sparkling dice, fiery matchstick, and triple 7 pendant, this necklace is all about playful glam and a little risk-taking energy.

    Fit & Features

    • Gold-tone chain necklace
    • Dice, matchstick, and 777 charm details
    • Rhinestone accents
    • Lobster clasp closure

    Style Number/Barcode: 07002-000128

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Time After Time Heart Watch Necklace

    Sweet but make it statement—this chain necklace doubles as jewelry and a timepiece with its mini watch charm framed in a heart. Perfect for layering or solo when you want that vintage-meets-trendy feel.

    Fit & Features

    • Heart-shaped watch charm
    • Adjustable side dial
    • Chain
    • Lobster clasp closure

    Style Number/Barcode: 07002-000127

    Category Name: Necklaces & Chokers

    Price: $18.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Glam Energy Layered Cross Chain Necklace

    Good vibes, great shine—this layered cross-chain necklace is all about glam energy! Perfect for stacking with your everyday 'fits or leveling up your night-out look.

    Fit & Features

    • Two-row chain-link layered necklace
    • Shorter dainty chain with small cross details
    • Longer dainty chain with larger cross accent, rhinestone embellishments
    • Lobster clasp closure with extender

    Style Number/Barcode: 07002-000126

    Category Name: Necklaces & Chokers

    Price: $9.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Glow Moment Layered Rhinestone Necklace

    Your glow-up deserves accessories to match. This layered necklace with a sparkling rhinestone charm adds luxe energy to any look!

    Fit & Features

    • Layered design
    • Rhinestone charm
    • Lobster clasp closure

    Style Number/Barcode: 07002-000125

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • All The Sparkle Rhinestone Chain Necklace Set

    Why pick one when you can layer them all? This rhinestone chain necklace set gives you instant sparkle energy—perfect for dressing up a casual top or stacking over your fave LBD.

    Fit & Features

    • Three-pack necklace set
    • Chunky chain necklace
    • Two-row necklace with beaded and dainty chain layers
    • Rhinestone-embellished necklace
    • Lobster clasp closures with extenders

    Style Number/Barcode: 07002-000124

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Shine Bright Rhinestone Necklace and Earrings Set

    Instant glam, zero effort. This rhinestone embellished necklace with matching earrings is your one-stop shop for a sparkle-worthy moment.

    Fit & Features

    • Rhinestone necklace and earrings set
    • V-shaped necklace, lobster clasp closure
    • Dual strand earrings, post-back closure

     

    Earrings are final sale and may not be returned or exchanged.

    Style Number/Barcode: 07002-000123

    Category Name: Necklaces & Chokers

    Price: $15.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

  • Double Trouble Snake Chain Lariat Necklace Set

    Two chains, one goal—steal the spotlight. This snake chain lariat necklace set is your new go-to for stacking drama and drip, whether you’re out for dinner or just feelin’ yourself in selfies.

    Fit & Features

    • Two-pack necklace set
    • Short snake chain
    • Longer snake chain, triangle-shaped center accent, long lariat design
    • Back lobster clasp closures with extenders

    Style Number/Barcode: 07002-000026

    Category Name: Necklaces & Chokers

    Price: $12.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Elegance in Every Drop Necklace and Earrings Set

    Dripping in grace and glamour. This rhinestone necklace and earrings set is your RSVP to unforgettable entrances—perfect for black-tie moments, formal soirees, or whenever you feel like being the vision.

    Fit & Features

    • Necklace and earrings set
    • V-shaped collar necklace
    • Single row of rhinestones, two-row center rhinestone design, hanging teardrop rhinestone with rhinestone outline
    • Back lobster clasp closure with adjustable extender
    • Drop earrings, round stud, hanging teardrop rhinestone with rhinestone outline
    • Post-back closures

     

    Earrings are final sale and may not be returned or exchanged.

    Style Number/Barcode: 07002-000010

    Category Name: Necklaces & Chokers

    Price: $12.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

  • Coin Toss Statement Chain Necklace

    This statement coin pendant necklace is bold, chic, and made to instantly upgrade your neckline with that luxe, standout finish.

    Fit & Features

    • Chunky chain design
    • Statement coin pendant detail
    • Polished metal finish
    • Lobster clasp closure

    Style Number/Barcode: 07002-000121

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Double the Love Charm Necklace

    Two layers, twice the charm. This heart and rhinestone layered necklace brings the perfect balance of sweet and sparkly for everyday wear or a dressed-up vibe.

    Fit & Features

    • Layered chain and ball chain design
    • Rhinestone trim
    • Heart charms
    • Lobster clasp closure

    Style Number/Barcode: 07002-000122

    Category Name: Necklaces & Chokers

    Price: $11.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

  • Always A Stunner Chunky Chain Necklace

    Capture attention with this bold chunky chain necklace to make a statement with your favorite looks!

    Fit & Features

    • Snake and chain link intertwined design
    • Lobster clasp closure

    Style Number/Barcode: 07002-000013

    Category Name: Necklaces & Chokers

    Price: $6.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Effortlessly Extra Layered Chain Necklace

    She’s giving effortlessly extra in the best way possible. This layered chain necklace brings casual glam with dainty disc charm details that move with you—from brunch to a night out.

    Fit & Features

    • Three-row layered necklace
    • Dainty chains
    • Disc charms
    • Back lobster clasp closure with adjustable extender

    Style Number/Barcode: 07002-000016

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Mermaid Era Dainty Charm Necklace Set

    Feels like sunshine, salt air, and summer in every layer. This charm necklace set is giving major sea siren vibes with delicate chains and dreamy shell, sea star, faux pearl, and bead details.

    Fit & Features

    • Two-pack necklace set
    • Layered design
    • Dainty chains
    • Mixed charms with shell, sea star, faux pearl, and bead accents
    • Back lobster clasp closure with adjustable extender

    Style Number/Barcode: 07002-000018

    Category Name: Necklaces & Chokers

    Price: $5.96 $10.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Double The Sparkle Layered Necklace

    Two dainty chains, twice the shine—this layered necklace features rhinestone embellishments and pavé circle pendants that catch the light just right.

    Fit & Features

    • Layered chain design
    • Circle pendants
    • Rhinestone embellishments
    • Lobster clasp closure with extender

    Style Number/Barcode: 07002-000119

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Links for Days Layered Chain Necklace

    The kind of chain that makes every 'fit feel expensive. This layered chain necklace serves effortless edge with a touch of glam featuring a chunky chain and sleek paperclip chain.

    Fit & Features

    • Two-row layered design
    • Chunky chain
    • Paperclip chain
    • Back lobster clasp closure with extender

    Style Number/Barcode: 07002-000021

    Category Name: Necklaces & Chokers

    Price: $12.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Link Up Luxe Lariat Statement Necklace

    Not just jewelry—this one’s a full style statement. With oversized links and a sculptural drop detail, this lariat chain adds instant edge to blazers, bustiers, or strapless looks.

    Fit & Features

    • Bold oversized chain links
    • Drop lariat silhouette with center dangle link
    • Adjustable lobster clasp

    Style Number/Barcode: 07002-000022

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Best Version Rhinestone Layered Necklace

    Show the best version of you in this exclusive layered necklace with glittering rhinestone embellishments and a chic lariat design, perfect for complementing any formal or dressy look.

    Fit & Features

    • Rhinestone embellishments
    • Layered chain design
    • Lariat design
    • Lobster clasp closure

    Style Number/Barcode: 07002-000023

    Category Name: Necklaces & Chokers

    Price: $13.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • In Full Faith Cross Rhinestone Charm Belly Chain

    Perfect for accentuating your waist, this belly chain complements both casual and dressy outfits with subtle shine and meaningful detail. This delicate belly chain features a sparkling cross charm adorned with rhinestones, adding a touch of elegance and faith-inspired beauty to your look. 

    Fit & Features

    • Cross charm
    • Rhinestone charm
    • Layered chain design
    • Lobster clasp closure

    Style Number/Barcode: 07002-000020

    Category Name: Necklaces & Chokers

    Price: $12.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Heartfelt Energy Pendant Chain Necklace

    For when the vibe is lowkey romantic but highkey intentional. This dainty chain brings a vintage-inspired sacred heart charm that gives soft glam with meaning.

    Fit & Features

    • Heart pendant with rhinestone trim
    • Lightweight metal chain with mini bar links
    • Lobster clasp closure

    Style Number/Barcode: 07002-000024

    Category Name: Necklaces & Chokers

    Price: $9.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Layers of Luxe Teardrop Cubic Zirconia Necklace

    Instantly elevated—this layered chain necklace shines with mixed textures and a delicate teardrop pendant that adds just the right touch of glam. Perfect for stacking with more chains or letting it shine solo.

    Fit & Features

    • Three-row design
    • Mixed layered chains
    • Teardrop cubic zirconia pendant
    • Lobster clasp closure with extender

    Style Number/Barcode: 07002-000118

    Category Name: Necklaces & Chokers

    Price: $12.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

  • Layer It Luxe Multi Strand Necklace

    Your layering game just leveled up. This multi-strand necklace adds instant sparkle and dimension, whether you’re styling it solo or stacking with your faves.

    Fit & Features

    • Mixed chain layered styles with textured details
    • Dainty disc and rhinestone accents
    • Lobster clasp closure

    Style Number/Barcode: 07002-000114

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Just Bloomed Floral Layered Necklace

    Your outfit’s finishing touch just bloomed. This layered flower necklace adds a soft feminine vibe while keeping your stack chic and effortless.

    Fit & Features

    • Layered design
    • Delicate floral charm accents with rhinestone embellishments
    • Lobster clasp closure

    Style Number/Barcode: 07002-000115

    Category Name: Necklaces & Chokers

    Price: $10.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Crown Jewel Teardrop Necklace And Earrings Set

    The sparkle says “red carpet,” the set says “I’m ready.” This teardrop necklace and matching earrings bring the drama to any outfit—no stylist required.

    Fit & Features

    • Necklace and earrings set
    • Rhinestone teardrop embellishments
    • Necklace has a lobster clasp closure
    • Earrings have a post-back closure

     

    Earrings are final sale and may not be returned or exchanged.

    Style Number/Barcode: 07002-000117

    Category Name: Necklaces & Chokers

    Price: $15.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • Best Seller
  • Heart For Sparkle Cubic Zirconia Necklace

    This dainty heart pendant necklace with shimmering cubic zirconia stones adds instant charm to your everyday or date night look.

    Fit & Features

    • Dainty chain
    • Heart pendant
    • Cubic zirconia stones
    • Lobster clasp closure with extender

    Style Number/Barcode: 07002-000116

    Category Name: Necklaces & Chokers

    Price: $9.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free