Bestselling Shoes

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

  • Play Nice Bow Thong Heels

    A little sweet, a little sassy—these kitten heels are low-key flirty perfection. The square toe, delicate thong strap, and bow detail make them your go-to for dressing up any look.

    Fit & Features

    • 2" kitten heel
    • Square toe
    • Sleek thong strap with bow
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000495

    Category Name: Bestselling Shoes

    Price: $28.90

    Availability: In Stock

    Available Color: BLACK, WHITE, PINK

    Available Size: 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 10

    Product Badge:
    • Best Seller
  • Boss Moves Over-The-Knee Block Heel Boots

    Power stance, but make it fashion. These sleek over-the-knee boots with a bold block heel bring instant confidence to every 'fit.

    Fit & Features

    • 4" Block heel, 10" leg opening, 23" shaft height
    • Faux leather material
    • Over-the-knee height, top back slit
    • Pointed toe
    • Partial inner zipper closure
    • Runs true to size

    Style Number/Barcode: 07402-000098

    Category Name: Bestselling Shoes

    Price: $54.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: 6, 6.5, 7.5

    Product Badge:
    • Best Seller
  • Starlit Glam Rhinestone Bow Glitter Block Heels

    Designed to dazzle, destined to be noticed. These glitter block heels bring high-shine elegance with rhinestone bows that add the perfect luxe touch to any night-out moment.

    Fit & Features

    • Block heel
    • Glitter mesh material
    • Open almond-shaped toe
    • Multi-strap design, rhinestone bow accent
    • Thin adjustable ankle strap, buckle detail, closed back
    • Luxe fit cushioned insole
    • Runs true to size

    Style Number/Barcode: 07401-000044

    Category Name: Bestselling Shoes

    Price: $32.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9

    Product Badge:
    • Best Seller
  • Strut With Glamour Rhinestone Stiletto Heels

    Meet the heels that practically come with their own spotlight—sleek stilettos draped in rhinestone straps for the perfect mix of glam and sass. Made to pair with dressy evening looks or a chic GNO.

    Fit & Features

    • 4" Stiletto heel
    • Faux nubuck material
    • Open square-shaped toe
    • Rhinestone-embellished strappy design
    • Adjustable ankle strap with buckle closure
    • Luxe fit cushioned insole
    • Runs true to size

    Style Number/Barcode: 07401-000394

    Category Name: Bestselling Shoes

    Price: $33.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: 5.5, 6.5, 7, 7.5, 8, 10

    Product Badge:
    • Best Seller
  • Shimmer Play Rhinestone Lace-Up Stiletto Heels

    For nights that demand sparkle. These metallic square toe stilettos feature dual rhinestone straps, lace-up rhinestone ties with ball charms, and a cushioned insole so you can shine comfortably all night.

    Fit & Features

    • 4" Stiletto heel
    • Square toe
    • Dual rhinestone-embellished straps
    • Cushioned insole
    • Rhinestone lace-up ankle straps, ball charms
    • Metallic material
    • Runs true to size

    Style Number/Barcode: 07401-000571

    Category Name: Bestselling Shoes

    Price: $34.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: 5.5, 6, 6.5, 7, 7.5, 8, 8.5

    Product Badge:
    • Best Seller
  • Power Play Patent Stiletto Heels

    Sharp, glossy, and unstoppable—these patent stilettos mean business with their bold buckle accent. Perfect for leveling up your day or night look.

    Fit & Features

    • 3.5" Stiletto heel
    • Square toe
    • Adjustable belted toe strap
    • Adjustable ankle strap with buckle closure
    • Cushioned insole
    • Patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000435

    Category Name: Bestselling Shoes

    Price: $30.90

    Availability: In Stock

    Available Color: BLACK, BURGUNDY

    Available Size: 5.5, 6, 6.5, 7, 7.5, 8, 10, 8.5, 9

    Product Badge:
    • Best Seller