New Arrivals 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

  • Cozy Luxe Shoulder Bag

    Soft to the touch and seriously stylish. This faux fur shoulder bag brings cozy-glam energy to every outfit, featuring a roomy interior and easy zip-top closure for your essentials on the go.

    Fit & Features

    • Adjustable shoulder strap
    • Top zipper closure
    • Lined spacious interior, one zipper pocket, one open pocket
    • Faux fur exterior, faux leather material

    Style Number/Barcode: 07203-000109

    Category Name: New Arrivals Accessories

    Price: $26.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: NS

    Product Badge:
    • New Arrival
  • Ice Princess Bow Earmuffs

    Sweet, soft, and winter-approved. These faux fur earmuffs are finished with dainty ribbon bows for that perfect mix of cozy and cute—because cold weather shouldn’t mean skipping the aesthetic.

    Fit & Features

    • Plush faux fur ear covers
    • Smooth headband design
    • Satin ribbon bow accents

    Style Number/Barcode: 07310-000008

    Category Name: New Arrivals Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: PINK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Savage Chic Print Scarf

    A statement piece for your accessory rotation. This silky satin scarf features an intricate baroque chain design with a bold leopard border—perfect for tying around your neck, hair, or handbag for instant luxe energy.

    Fit & Features

    • Silky satin fabric
    • All over baroque and leopard print

    Style Number/Barcode: 07305-000053

    Category Name: New Arrivals Accessories

    Price: $14.90

    Availability: In Stock

    Available Color: LEOPARD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Locked In Heart Charm Necklace

    Your new everyday statement. This gold-tone charm necklace features a chunky link chain with a heart and key pendant—equal parts edgy and romantic for any look that needs a touch of shine.

    Fit & Features

    • Bow, heart, and stone clover charms
    • Polished chain
    • Lobster clasp closure

    Style Number/Barcode: 07002-000214

    Category Name: New Arrivals Accessories

    Price: $11.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Leopard Luxe Faux Fur Beret

    Parisian chic with a wild twist. This leopard print faux fur beret brings major style points and cozy vibes—perfect for elevating any cold-weather look with a touch of fierce femininity.

    Fit & Features

    • Plush faux fur with a leopard pattern
    • Classic beret silhouette

    Style Number/Barcode: 07302-000164

    Category Name: New Arrivals Accessories

    Price: $16.90

    Availability: In Stock

    Available Color: LEOPARD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Shimmer Statement Cubic Zirconia Belt

    Bring on the sparkle with this radiant baguette cubic zirconia belt that instantly elevates any look. Designed with a polished-tone chain and adjustable fit, it’s the perfect glam touch for any look.

    Fit & Features

    • Baguette cubic zirconia stones
    • Lobster clasp closure
    • Polished shine

    Style Number/Barcode: 07301-000343

    Category Name: New Arrivals Accessories

    Price: $16.90

    Availability: In Stock

    Available Color: GOLD, SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Chic Fortune Five-Pack Ring Set

    Stacked, sparkling, and seriously chic. This gold ring set mixes emerald-inspired stones with rhinestone accents—made for layering or wearing solo when you’re feeling a little extra.

    Fit & Features

    • Five-pack ring set
    • Includes emerald-inspired and rhinestone details
    • Polished metal finish

    Style Number/Barcode: 07004-000075

    Category Name: New Arrivals Accessories

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: 7, 8

    Product Badge:
    • New Arrival
  • Everyday Charm Clover Stud Earrings

    A little luck, a lot of sparkle. This four-pack of clover stud earrings mixes classic shine with luxe detail—perfect for stacking, mixing, or wearing solo for a chic everyday vibe.

    Fit & Features

    • Four-pack stud earrings set
    • Includes enamel, rhinestone, and openwork designs
    • Post-back closures

     

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

    Style Number/Barcode: 07001-000187

    Category Name: New Arrivals Accessories

    Price: $13.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Polished Energy Coil Belt

    Polish your look with this sleek metal coil belt featuring a toggle-ring closure that adds a bold, sculptural finish to any outfit.

    Fit & Features

    • Coil design
    • Toggle closure
    • Polished finish

    Style Number/Barcode: 07301-000345

    Category Name: New Arrivals Accessories

    Price: $12.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Rhinestone Rodeo Concho Belt

    Add a touch of Western glam with this rhinestone concho chain belt. Featuring silver-tone medallions and crystal embellishments, it’s the perfect accent to cinch your waist and elevate denim, skirts, or dresses with vintage-inspired shine.

    Fit & Features

    • Western-inspired medallions
    • Rhinestone-embellishments
    • Lobster clasp closure
    • Polished shine

    Style Number/Barcode: 07301-000347

    Category Name: New Arrivals Accessories

    Price: $16.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Infinite Style Stud And Hoop Earrings Set

    One set, endless moods. This nine-pack of stud and hoop earrings gives you everything from dainty hearts to bold hoops—basically, your entire earring rotation handled. Mix, match, and let your vibe do the talking.

    Fit & Features

    • Nine-pack earrings set
    • Six pairs of studs, three pairs of hoops
    • Varying stud designs, including roses, stars, hearts, bows, crosses, and clovers
    • Small, medium, and large hoop silhouettes
    • Post-back closures, omega closures

     

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

    Style Number/Barcode: 07001-000189

    Category Name: New Arrivals Accessories

    Price: $14.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Frontier Flair Faux Suede Horse Buckle Belt

    A little western, a lot of wow. This faux suede belt with its horse buckle brings a subtle statement to any look—whether you’re pairing it with denim, dresses, or your favorite trench. 

    Fit & Features

    • Horse buckle 
    • Adjustable fit
    • Faux suede material

    Style Number/Barcode: 07301-000351

    Category Name: New Arrivals Accessories

    Price: $16.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Sleek Finish Faux Leather Stretch Belt

    The easiest way to pull a look together—literally. This faux leather stretch belt adds instant polish and a snatched silhouette to any outfit.

    Fit & Features

    • Smooth faux leather material
    • Wide silhouette
    • Stretch design
    • Angled front, sleek metal accent

    Style Number/Barcode: 07301-000352

    Category Name: New Arrivals Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Western Cool Concho Faux Leather Belt

    Western flair, but make it fashion. This concho faux leather belt adds vintage-cool vibes to any outfit—just the right mix of edgy and effortless.

    Fit & Features

    • Faux leather material
    • Scalloped design
    • Metal oval-shaped concho accents
    • Metal oval-shaped buckle

    Style Number/Barcode: 07301-000350

    Category Name: New Arrivals Accessories

    Price: $19.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Very Cherry Rhinestone Charm Keychain

    A little glam goes a long way. This rhinestone cherry keychain adds a playful pop to your keys or bag with glossy red cherries and sparkling green accents that make every grab a little sweeter.

    Fit & Features

    • Polished cherries
    • Rhinestone-embellished leaves and stem
    • Keyring and lobster clasp closure

    Style Number/Barcode: 07308-000061

    Category Name: New Arrivals Accessories

    Price: $10.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: NS

    Product Badge:
    • New Arrival
  • Lucky Shot Two-Tone Baseball Cap

    Luck’s on your side. This two-tone baseball cap brings sporty-cool vibes with an embroidered 8-ball design and “Lucky You” lettering—perfect for adding attitude to your off-duty fits.

    Fit & Features

    • Structured baseball cap design
    • Two-tone color block paneling
    • Embroidered “Lucky You” 8-ball graphic
    • Curved brim
    • Adjustable snapback closure

    Style Number/Barcode: 07302-000215

    Category Name: New Arrivals Accessories

    Price: $16.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Luxe Frame Sunglasses

    Step into the sunshine with these ultra-chic round sunglasses featuring gold metal frames and soft tinted lenses for that perfectly polished finish. Effortless, timeless, and made for main-character days.

    Fit & Features

    • Round metal frames with tinted lenses
    • Gold-tone detailing with logo accents
    • Polished finish
    • 100% UV protection

    Style Number/Barcode: 07008-000096

    Category Name: New Arrivals Accessories

    Price: $10.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Shimmer Trail Ear Crawler

    A little shine goes a long way. This rhinestone leaf ear crawler curves perfectly along your ear, adding a hint of glam that feels effortless but looks unforgettable.

    Fit & Features

    • Rhinestone-embellished
    • Leaf design
    • Clip closure and post-back closure

     

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

    Style Number/Barcode: 07001-000211

    Category Name: New Arrivals Accessories

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Regal Glow Necklace And Earrings Set

    Dripping in drama—in the best way. This rhinestone trim necklace and earrings set brings a rich, burgundy sparkle made for occasions that call for a glam allure!

    Fit & Features

    • Necklace and earrings set
    • Rhinestone trim, colored gemstone insets
    • Earrings have a post-back closure
    • Necklace has a lobster clasp closure

     

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

    Style Number/Barcode: 07002-000243

    Category Name: New Arrivals Accessories

    Price: $14.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Sea You Soon Huggie Earrings Set

    A little coastal charm, right where you need it. This two-pair huggie set features statement seashell details that bring easy, beachy energy to any look—no sand required.

    Fit & Features

    • Two pairs of huggie hoop earrings
    • Seashell designs
    • Polished metal finish
    • Clasp closures

    Style Number/Barcode: 07001-000213

    Category Name: New Arrivals Accessories

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Sparkle Vine Jewelry Set

    All shine, no effort. This rhinestone leaf lariat set pairs a delicate drop necklace with matching earrings for a look that’s equal parts soft glam and statement sparkle.

    Fit & Features

    • Necklace and earrings set
    • Rhinestone-embellished leaf design
    • 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-000250

    Category Name: New Arrivals Accessories

    Price: $15.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Tie the Drama Bow Earrings

    Sweet, sleek, and a little statement-worthy. These long bow stud earrings add instant polish with their delicate ribbon shape and drop design that flirts with every turn.

    Fit & Features

    • Long bow design
    • Post-back closure
    • Polished finish

     

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

    Style Number/Barcode: 07001-000212

    Category Name: New Arrivals Accessories

    Price: $9.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Radiant Luxe Cubic Zirconia Jewelry Set

    Soft shine, timeless sparkle. This cubic zirconia jewelry set pairs a delicate leaf necklace with teardrop earrings for an elegant finish that feels classic yet fresh.

    Fit & Features

    • Cubic zirconia leaf necklace and teardrop earrings set
    • Polished metal finish
    • Necklace with a lobster clasp closure
    • Earrings with a post-back closure 

     

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

    Style Number/Barcode: 07002-000248

    Category Name: New Arrivals Accessories

    Price: $10.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Wing It Butterfly Cubic Zirconia Earrings

    Where glam takes flight. These cubic zirconia butterfly fringe earrings shimmer with every move—perfect for adding a little drama and a lot of sparkle to your look.

    Fit & Features

    • Cubic zirconia-embellished butterflies
    • Delicate fringe design
    • Post-back closure

     

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

    Style Number/Barcode: 07001-000214

    Category Name: New Arrivals Accessories

    Price: $11.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival