Rings

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

Discover Glam Bangle & Cuff Bracelets

Explore Spring & Summer Accessory Trends

Get Eye-Catching Jewelry To Elevate Any Look

Shine Bright This Season with Trendy Rings

Discover Windsor’s stunning collection of rings to elevate your spring looks. From trendy ring packs and delicate midi rings to bold statement pieces and elegant infinity rings, find the perfect styles to match your mood and occasion. Add a touch of sparkle with rhinestone rings or shimmering cubic zirconia designs that effortlessly complement your outfits. Shop Windsor for the latest women’s fashion rings and refresh your accessories for the season ahead.

  • Glisten Statement Cubic Zirconia Ring

    Make a statement in this glistening ring with cubic zirconia insets. Complete the look in dangly earrings.

    Fit & Features

    • Cubic zirconia insets
    • Metal materials

    Style Number/Barcode: 07004-0231

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Long For Sparkle Rhinestone Six-Pack Ring Set

    Fulfill the desire to sparkle with this six-pack ring set featuring various styles with rhinestone embellishments in trendy geo and diamond shapes, chainlink design, and a cross charm. Complete the look in a cute sweater dress.

    Fit & Features

    • Six-pack ring set
    • Rhinestone embellishments
    • Trendy geo, diamond, chainlink, cross designs

    Style Number/Barcode: 07004-0235

    Category Name: Rings

    Price: $5.97 $11.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Trendy Acrylic Three Ring Pack

    Stay on trend with rings that keep your look on point! The ring pack includes three rings that feature rhinestone gemstones and a sturdy acrylic material that appears like stone. Complete look with a cardigan and distressed jeans.

    Fit & Features

    • Includes three rings
    • Rhinestones
    • Sturdy acrylic material

    Style Number/Barcode: 07004-0261

    Category Name: Rings

    Price: $1.97 $9.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Glam Statement Faux Diamond Ring

    Give your outfit a touch of glam in this statement ring featuring a faux diamond band. Complete your look in a sexy corset.

    Fit & Features

    • Faux diamond band
    • Metal materials

    Style Number/Barcode: 07004-0230

    Category Name: Rings

    Price: $3.97 $9.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Gorgeous Geometric Rhinestone Ring Set

    Step up your looks with this trendy ring set! It features five rhinestone and gemstone embellished rings with varying designs, from geometric statement styles to simple bands. Style this set with stud earrings.

    Fit & Features

    • Five-pack ring set
    • Geometric designs
    • Rhinestone and gemstone embellishment

    Style Number/Barcode: 07004-0229

    Category Name: Rings

    Price: $6.97 $14.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Trendy Deets Rhinestone Ring Set

    The trendy details of this chic ring set will elevate your everyday casual look. The set features eight rings with varying designs, such as thin sleek bands, textured and twisted bands, a cross design, a circular accent, and mini rhinestone embellishment. Style this set with simple stud earrings.

    Fit & Features

    • Eight-pack ring set
    • Varying designs
    • Rhinestone embellishment

    Style Number/Barcode: 07004-0209

    Category Name: Rings

    Price: $5.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Rhinestone Butterfly Multi Ring Pack

    Keep it fluttery and fab with rings that showcase your charming side! The ring pack includes seven rings that feature rhinestone embellished butterflies and sleek rhinestone bands. Complete look with a ribbed mini dress and ankle booties.

    Fit & Features

    • Includes a total of seven rings
    • Three butterfly rings
    • Four rhinestone bands
    • Rhinestones

    Style Number/Barcode: 07004-0223

    Category Name: Rings

    Price: $6.97 $14.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Vintage Glamour Multi Ring Pack

    Channel that vintage glamour with this pretty ring pack! The ring pack includes five rings in varying sizes that feature a vintage flower design, textured bands, and a geometric design. Complete look with a bustier and mom jeans. 

    Fit & Features

    • Pack includes five rings 
    • Rhinestones 
    • Vintage flower design 
    • Textured bands 
    • Geometric design 

    Style Number/Barcode: 07004-0218

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Bring On The Shine Rhinestone Ring Pack

    Bring on the shine with rings that add that sparkling touch to your outfit! The multipack includes seven rings that feature glitter, rhinestone, and geometric designs. Complete look with an LBD and heels for a fab night out with the girls! 

    Fit & Features

    • Pack includes seven rings
    • Rhinestones
    • Glitter
    • Geometric designs

    Style Number/Barcode: 07004-0216

    Category Name: Rings

    Price: $5.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

  • Dainty And Glam Rhinestone Ring Set

    Add some subtle glamour to your everyday look with this dainty ring set. It features eight sleek rings with varying designs and mini rhinestone embellishment. Pair this set with simple stud earrings.

    Fit & Features

    • Eight rings
    • Varying designs
    • Rhinestone embellishment

    Style Number/Barcode: 07004-0228

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Geometric Rhinestone Ring Multi Pack

    Get ready to glow with this ring pack that shows off that glitzy luxe! The pack includes five rings that feature flat metal bands, rhinestones, and geometric designs. Complete look with a ribbed top and skirt set

    Fit & Features

    • Pack includes five rings
    • Flat metal bands
    • Rhinestones
    • Geometric design

    Style Number/Barcode: 07004-0226

    Category Name: Rings

    Price: $0.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Glam Glow Up Ring Multi Pack

    Glow up with a ring pack that brings that hint of glitz to your look! The ring pack includes fifteen rings that feature rhinestones, starburst designs, textured bands, and flat metal bands. Complete look with a matching top and skirt set

    Fit & Features

    • Pack includes fifteen rings
    • Rhinestones
    • Starburst
    • Textured bands
    • Flat metal 

    Style Number/Barcode: 07004-0129

    Category Name: Rings

    Price: $3.97 $8.90

    On Sale: Yes

    Availability: Out of Stock

  • Delicate Luxe Ring Multi Pack

    Add a dainty touch to your look with rings that can be stacked or worn alone. The multi-pack includes six rings that feature sleek bands and mini rhinestones. Complete look with a bustier and mom jeans. 

    Fit & Features

    • Includes six rings
    • Sleek bands
    • Mini rhinestones

    Style Number/Barcode: 07004-0224

    Category Name: Rings

    Price: $4.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Simple Glam Dainty Ring Pack

    Accessorize your looks with this dainty ring set for a simple glam vibe. The pack features nine rings with varying chic designs, including mini rhinestone embellishment and a chain-link detail connecting two of the rings. Complete your outfits with sleek hoop earrings.

    Fit & Features

    • Nine rings
    • Various designs
    • Rhinestone embellishment
    • Chain-link detail

    Style Number/Barcode: 07004-0210

    Category Name: Rings

    Price: $5.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

  • Flutter On Butterfly Rhinestone Ring Set
    Keep your look glam in this stunning set of six rings! It features rhinestone accents, a butterfly shape, and more designs. Wear it with a romper and sandals for a relaxed weekend look. 

    Fit & Features
    • Six rings
    • Butterfly charms
    • Rhinestone accents 

    Style Number/Barcode: 07004-0135

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Simply Glamorous Rhinestone Ring Set

    Create a simply glamorous look when you accessorize with this chic ring set. It features eleven rings varying in designs from basic textured bands to sparkly rhinestone-embellished rings. Style this set with dainty stud earrings.

    Fit & Features

    • Eleven rings
    • Basic designs
    • Rhinestone embellished designs

    Style Number/Barcode: 07004-0190

    Category Name: Rings

    Price: $6.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Radiant And Chic Rhinestone Ring Set

    Accessorize your night-out looks with this radiant ring set to get those glamorous and chic vibes! The set features six rhinestone embellished rings in various designs, from simple bands to statement diamond and chevron-shaped styles. Pair this set with sleek hoop earrings.

    Fit & Features

    • Six rings
    • Varying designs
    • Rhinestone embellishments

    Style Number/Barcode: 07004-0153

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Glitzy And Sleek Ring Set

    Amp up your looks with this glitzy and sleek ring set! The pack features ten rings in various designs, like simple bands, rhinestone embellished styles, and glitter-adorned rings. Pair this set with a sparkly choker necklace.

    Fit & Features

    • Ten rings
    • Various designs
    • Rhinestone embellishments
    • Glitter details

    Style Number/Barcode: 07004-0152

    Category Name: Rings

    Price: $5.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

  • Simply Sleek Wrap Ring Set

    Simple and so sleek, this ring set is perf for elevating a casual look! The pack features six rings with varying styles including criss-cross designs and rhinestone embellishment. Pair these rings with dainty stud earrings.

    Fit & Features

    • Set of six rings
    • Varying styles
    • Criss-cross designs
    • Rhinestones

    Style Number/Barcode: 07004-0208

    Category Name: Rings

    Price: $4.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Glamorous Stunner Ring Set

    Stack on the glam with this stunning ring set! The pack of four features two dainty rings with rhinestone detailing, a thick flat band, and a V-shaped statement ring with rhinestones adorned. Style this set with pretty stud earrings.

    Fit & Features

    • Four rings
    • Two thin bands, rhinestone detailing
    • Simple flat band
    • V-shaped statement ring, rhinestone detailing

    Style Number/Barcode: 07004-0197

    Category Name: Rings

    Price: $1.97 $13.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Bohemian Glam Nine Ring Pack

    Show off your bohemian side with a ring pack that is part glam, part trendy! The ring pack includes nine rings that feature a leaf design, a mini chain-link pattern, and a rhinestone flower design. Complete look with a tie-front top and high waist jeans. 

    Fit & Features

    • Pack includes nine rings
    • Rhinestones
    • Leaf design 
    • Mini chain link pattern
    • Rhinestone flower design 

    Style Number/Barcode: 07004-0219

    Category Name: Rings

    Price: $3.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

  • Trendy Details Variety Ring Pack

    Accessorize with this variety ring pack for a trendy glam look. It features seven rings with various styles including a cross design, a chain-link design, and a center stone embellishment. Complete the outfit with sleek hoop earrings.

    Fit & Features

    • Pack of seven varying rings
    • Simple bands
    • Cross design
    • Chain-link design
    • Stone embellishment

    Style Number/Barcode: 07004-0213

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

  • Dainty And Chic Rhinestone Ring Set

    Accessorize your look with this dainty and chic ring set. It features five rings with varying styles including rhinestone embellishment and an evil eye design. Pair this set with a layered charm necklace.

    Fit & Features

    • Five rings, varying styles
    • Rhinestone embellishment
    • Evil eye design

    Style Number/Barcode: 07004-0155

    Category Name: Rings

    Price: $4.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Dainty Rhinestone Bohemian Ten Ring Pack

    Layer up with cute dainty rings that show off your bohemian side! The ring pack includes a variety of ten rings that feature rhinestones and a leaf design. Complete look with a romper and sandals. 

    Fit & Features

    • Pack includes ten rings
    • Dainty bands
    • Rhinestones
    • Leaf design

    Style Number/Barcode: 07004-0221

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock