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.

  • Glam Dainty Details Multi-Ring Pack

    Fit & Features

    • Multi-pack includes six rings
    • Variety of rhinestone and sleek metal bands

    Style Number/Barcode: 07004-0442

    Category Name: Rings

    Price: $12.90

    Availability: Out of Stock

  • Sleek Trend Rhinestone Multi Ring Pack

    Fit & Features

    • Nine-pack ring set
    • Thin metal bands
    • Heart, cross, diamond, angled, and textured designs
    • Mini rhinestone embellishments

    Style Number/Barcode: 07004-0439

    Category Name: Rings

    Price: $10.90

    Availability: Out of Stock

  • Ultimate Statement Multi Seven Pack Ring Set

    A glossy set of seven statement rings in various designs and styles with rhinestone embellishments or colored accents. Complete the look with a handbag.

    Fit & Features

    • Seven pack ring set
    • Various designs and styles
    • Rhinestone embellishments
    • Colored accents

    Style Number/Barcode: 07004-0447

    Category Name: Rings

    Price: $10.90

    Availability: Out of Stock

  • Always Punctual Watch Ring

    With this watch ring you'll always be Miss. Punctual! 

    Fit & Features

    • Wide stretch band
    • Adjustable side toggle for clock

    Style Number/Barcode: 07004-0450

    Category Name: Rings

    Price: $12.90

    Availability: Out of Stock

  • Elegant And Chic Pearl Statement Ring

    Fit & Features

    • Large oval-shaped faux pearl embellishment
    • Statement design

    Style Number/Barcode: 07004-0427

    Category Name: Rings

    Price: $8.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Love Parade Multi Stone Statement Ring Set

    Adorn your look with this statement four-pack ring set with various designs and multi-colored stone accents. Pair with a crossbody purse.

    Fit & Features

    • Four-pack ring set
    • Multi-colored stone accents
    • Various designs

    Style Number/Barcode: 07004-0446

    Category Name: Rings

    Price: $12.90

    Availability: Out of Stock

  • Casual Chic Mixed Metals Multi Ring Pack

    Fit & Features

    • Multipack includes six rings
    • Mixed metals
    • Variety of chunky band designs

    Style Number/Barcode: 07004-0444

    Category Name: Rings

    Price: $12.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: 7

  • Trendy Textures Multi-Ring Pack

    Fit & Features

    • Ring pack includes four rings
    • Textured bands and chain-link bands

    Style Number/Barcode: 07004-0445

    Category Name: Rings

    Price: $12.90

    Availability: Out of Stock

  • All Things Luxe Rhinestone And Pearl Four-Pack Ring Set

    Your love for all things luxe will have you obsessing over this glam ring set! It features four rings with varying designs including thin sleek bands, chain-link bands, sparkling rhinestone embellishments, and a chic faux pearl embellishment. Style with statement hoops!

    Fit & Features

    • Four-pack ring set
    • Varying designs
    • Sleek bands
    • Chain-link bands
    • Rhinestone embellishments
    • Faux pearl embellishment

    Style Number/Barcode: 07004-0384

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Iconic Way Six-Pack Rhinestone Ring Set

    Finish your look in an iconic way with this six-pack ring set! Sleek hematite plating shapes this set featuring rings with various designs and rhinestone embellishments to give your fingers some glitz. Style with a moto jacket for a concert or party!

    Fit & Features

    • Six-pack ring set
    • Hematite plating
    • Rhinestone embellishments
    • Various designs

    Style Number/Barcode: 07004-0383

    Category Name: Rings

    Price: $3.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Glitzy Details Five-Pack Rhinestone Ring Set

    You'll adore the glitzy glamorous details of this rhinestone ring set. The multi-pack features five rings with varying accents like wide band designs, chain-link detailing, and mini rhinestone embellishments. Style with hoop earrings.

    Fit & Features

    • Five-pack ring set
    • Varying designs
    • Wide bands
    • Chain-link detailing
    • Mini rhinestone embellishments

    Style Number/Barcode: 07004-0386

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

  • Glam Details Rhinestone Five-Pack Ring Set

    You'll fall in love with the sparkly glam details of this rhinestone ring set. The multi-pack features five rings with varying accents like a twisted design, a criss-cross design, and mini rhinestone embellishments. Style with dainty stud earrings.

    Fit & Features

    • Five-pack ring set
    • Varying designs
    • Mini rhinestone embellishments

    Style Number/Barcode: 07004-0381

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Shimmery Details Seven-Pack Rhinestone Ring Set

    Sparkle and shine with the shimmery details of this trendy rhinestone ring set! The seven-pack ring set features rings with a simple sleek design, a chunky baguette design, dainty rhinestone-embellished designs, chain-link designs, and a statement ring with a circular rhinestone-embellished accent. Style this set with hoop earrings.

    Fit & Features

    • Seven-pack ring set
    • Sleek design
    • Chunky baguette design
    • Rhinestone-embellished designs
    • Chain-link designs
    • Circular rhinestone-embellished accent

    Style Number/Barcode: 07004-0376

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Luminous Shine Statement Eight-Pack Ring Set

    Add a bit of sparkle with this statement ring set and let your unique fashion sense shine! Featuring a set of eight rings some with rhinestone and faux pearl embellishments in a variety of styles and designs. Complete the look in a cute sweater for a casual date!

    Fit & Features

    • Eight-pack ring set
    • Rhinestone and faux pearl embellishments
    • Various styles and design

    Style Number/Barcode: 07004-0374

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

  • More To Love Ring Set

    This ring set will give your outfit the perfect finishing touch! The five-piece ring set features one sleek metal ring, two textured rings, one rhinestone ring, and one multi-layered ring with various designs. Complete the look with a sleek faux leather blazer for a chic evening out!

    Fit & Features

    • Five-piece ring set
    • One sleek metal ring
    • Two textured rings
    • One rhinestone ring
    • One multi-layered ring, various design

    Style Number/Barcode: 07004-0371

    Category Name: Rings

    Price: $5.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

  • Stylish Intentions Statement Ring Set

    Finish any look with stylish intentions with this statement ring set! The set features twelve rings in various styles and designs, some with dazzling rhinestones or sleek metal styles perfect for stackable play. Complete the look with a chic trench for a birthday dinner or party!

    Fit & Features

    • Twelve ring set
    • Various styles and designs
    • Rhinestone embellished
    • Sleek metal designs

    Style Number/Barcode: 07004-0372

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

  • Elevated Everyday Glam Five-Pack Ring Set

    Create an elevated everyday glam style with this ring set. The multi-pack features five rings, including a thin ring with a chain-link design and a center gemstone accent, a thin ring with an oval-shaped pattern, a thin ring with mini rhinestones, and two chunky dome rings. Pair this set with a dainty charm necklace.

    Fit & Features

    • Five-pack ring set
    • Thin ring, chain-link design, gemstone accent
    • Thin ring, oval-shaped pattern
    • Thin ring, rhinestones
    • Two chunky dome rings

    Style Number/Barcode: 07004-0358

    Category Name: Rings

    Price: $4.97 $9.90

    On Sale: Yes

    Availability: Out of Stock

  • Amp It Up Rhinestone Five-Pack Ring Set

    Amp up your jewelry style with this sparkling rhinestone ring set! The multi-pack features five rings, including a thin ring with mini rhinestones, a twisted chain ring, a textured accent ring, a V-shaped ring with mini rhinestones, and a V-shaped ring with larger marquise-shaped rhinestone accents. Pair this set with a sleek cuff.

    Fit & Features

    • Five-pack ring set
    • Thin ring, mini rhinestones
    • Twisted chain ring
    • Textured accent ring
    • V-shaped ring, mini rhinestones
    • V-shaped ring, marquise rhinestone accents

    Style Number/Barcode: 07004-0362

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

  • Trendy Sparkle Rhinestone Five-Pack Ring Set

    Give off a trendy sparkle when you style this gorg rhinestone ring set all together! The multi-pack features five rings, including a thin ring with a wrap-around design with beaded detailing and rhinestones, a thin ring with baguette rhinestones, a thin ring with a twisted design, a statement ring with a butterfly wing accent, a small star, and rhinestones, and a statement ring with a wrap-around snake design with rhinestones. Pair this set with hoop earrings for a concert!

    Fit & Features

    • Five-pack ring set
    • Thin ring, wrap-around design, beaded details, rhinestones
    • Thin ring, baguette rhinestones
    • Thin ring, twisted design
    • Statement ring, butterfly wing accent, small star, rhinestones
    • Statement wrap-around snake design, rhinestones

    Style Number/Barcode: 07004-0363

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

  • Adore The Glamour Six-Pack Ring Set

    You'll adore the glamour of this trendy six-pack ring set! The multi-pack features six rings, including two thin rings with center rhinestones, one double-row ring with two rhinestones, one double-row ring with bar accents and all-around rhinestones, one statement ring with all-around rhinestones and diamond-shaped center rhinestones, and one statement ring with a butterfly design and rhinestone embellishments. Style this set with dainty stud earrings.

    Fit & Features

    • Six-pack ring set
    • Two thin rings, center mini rhinestones
    • One double-row ring, two mini rhinestones
    • One double-row ring, bar accents, all-around mini rhinestones
    • One statement ring, all-around mini rhinestones, diamond-shaped rhinestones
    • One statement ring, butterfly design, mini rhinestones

    Style Number/Barcode: 07004-0361

    Category Name: Rings

    Price: $7.97 $16.90

    On Sale: Yes

    Availability: Out of Stock

  • Sparkle Details Rhinestone Five-Pack Ring Set

    You'll love the sparkle details of this sleek rhinestone ring set. The multi-pack features five rings, including a thin ring with rhinestones, a thin ring with a basic band design, a thin ring with a twisted design with a single center rhinestone, a thin ring with a beaded design, and a statement ring with three rows with rhinestones and an adjustable fit. Style this set all together paired with an embellished cuff for a glam vibe.

    Fit & Features

    • Five-pack ring set
    • Thin ring, rhinestones
    • Thin ring, basic band design
    • Thin ring, twisted design, single rhinestone
    • Thin ring, beaded design
    • Statement ring, three rows, rhinestones, adjustable fit

    Style Number/Barcode: 07004-0364

    Category Name: Rings

    Price: $4.97 $9.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Flawless Trio Statement Ring Set

    Make a dazzling statement with this statement three ring set! Featuring one rhinestone curved ring, one sleek metal abstract ring, and one rhinestone twist design ring, this set will add glamour and finesse to any outfit. Complete the look with a sultry romper for dinner and dancing!

    Fit & Features

    • Statement three ring set
    • One rhinestone-curved ring
    • One sleek metal abstract ring
    • One rhinestone twist design ring

    Style Number/Barcode: 07004-0365

    Category Name: Rings

    Price: $3.97 $9.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Elevated Charm Beaded Ring Set

    Make a statement with sophistication with this unique set of beaded rings. Crafted with a timeless charm, these three rings enhance any outfit with their beautiful shimmer and shine. Elevate your look with an edgy faux leather moto jacket for happy hour!

    Fit & Features

    • Three-pack ring set
    • Beaded design

    Style Number/Barcode: 07004-0354

    Category Name: Rings

    Price: $4.97 $10.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Chic Admiration Four-Pack Ring Set

    You'll have admiration for how chic your outfit looks with this four-pack ring set! It features two rhinestone-embellished rings and two statement rings. Complete the look with a dainty necklace.

    Fit & Features

    • Four-pack ring set
    • Two rhinestone-embellished rings
    • Two statement rings

    Style Number/Barcode: 07004-0357

    Category Name: Rings

    Price: $11.90

    Availability: Out of Stock

    Product Badge:
    • Sale