Preppy Rebel

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

  • Chill Prep Striped V-Neck Sweater

    Classic stripes meet cute cable knit in this cropped sweater. Wear it with jeans for a relaxed vibe or dress it up with a midi skirt for a cute look.

    Fit & Features

    • Striped pattern
    • Soft cable knit fabric
    • V-neck
    • Relaxed long sleeves
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000130

    Category Name: Preppy Rebel

    Price: $32.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Street Classic Faux Wool Coat

    Your cold-weather power piece. This faux wool double-breasted coat brings timeless tailoring and soft structure—an instant upgrade to every outfit, from latte runs to after-hours plans.

    Fit & Features

    • Faux wool fabric, sewn-in woven lining
    • Long sleeves
    • Lapel collar neckline
    • Double-breasted button closures
    • Front pockets
    • Structured silhouette
    • Runs true to size

    Style Number/Barcode: 06201-000044

    Category Name: Preppy Rebel

    Price: $64.90

    Availability: In Stock

    Available Color: CAMEL

    Available Size: XS, S, M, L

  • Zip Me Up Off-The-Shoulder Top

    Effortlessly cool with a touch of attitude—this off-the-shoulder zip top nails that chic but not trying too hard vibe. The structured fit hugs just right while the front zipper adds that subtle, sultry edge perfect for night-out plans or casual moments.

    Fit & Features

    • Woven fabric, moderate stretch
    • Off-the-shoulder neckline, fold-over design
    • Long fitted sleeves
    • Front zipper closure with double zip design
    • Mid-length hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06003-000177

    Category Name: Preppy Rebel

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Statement Season Faux Leather Trench Coat

    Statement season starts here. This sleek faux leather trench coat brings a chic attitude with a perfectly structured fit—made for nights out, city strolls, and every unapologetically confident moment in between. Style with the matching mini skort.

    Shop Matching Bottoms: Statement Season Faux Leather Mini Skort

    Fit & Features

    • Patent faux leather fabric, crinkle texture
    • Lapel collar, back flap accent
    • Long sleeves, strap details
    • Open front, tie-front belt
    • Long-length hem
    • Structured fit
    • Runs true to size

    Style Number/Barcode: 06204-000073

    Category Name: Preppy Rebel

    Price: $79.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L, XL

    Product Badge:
    • Ships Free
  • Final Touch Buckle Stiletto Pumps

    She means business—with a side of glam. These patent slingback pumps feature bold buckle grommet details and a sleek stiletto silhouette that instantly sharpens any look from day to night plans.

    Fit & Features

    • 3.5" Stiletto heel
    • Closed pointed-toe
    • Buckle and studded embellishments
    • Slingback adjustable ankle strap, buckle closure
    • Cushioned insole
    • Patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000516

    Category Name: Preppy Rebel

    Price: $36.90

    Availability: In Stock

    Available Color: WINE

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

  • Effortless Off-Duty Faux Leather Cabby Hat

    Meet the hat that instantly upgrades your outfit. With its sleek faux leather finish and structured cabby silhouette, this piece brings that effortless off-duty polish that looks perfectly put together without even trying.

    Fit & Features

    • Faux leather material
    • Classic cabby hat design
    • Flat top
    • Short curved brim
    • Side button accents

    Style Number/Barcode: 07302-000163

    Category Name: Preppy Rebel

    Price: $16.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Glam Code Patent Slingback Heels

    Classic with a little sparkle. These patent slingback heels feature a sleek pointed toe and rhinestone buckle detail that instantly elevates any look—from boardroom days to after-hours drinks.

    Fit & Features

    • 3" Stiletto heel
    • Closed pointed-toe 
    • Rhinestone-embellished buckle accent
    • Slingback ankle strap
    • Luxe fit cushioned insole
    • Patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000515

    Category Name: Preppy Rebel

    Price: $36.90

    Availability: In Stock

    Available Color: BURGUNDY

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

    Product Badge:
    • New Arrival
  • All Day Cute Striped Knit Sweater

    Stripes that never miss. This mock neck dolman sweater pairs soft knit comfort with a relaxed crop hem with slit accents that pair perfectly with fall and winter styling!

    Fit & Features

    • Striped pattern, cotton-blend knit fabric
    • Mock neck
    • Dolman long sleeves
    • Relaxed fit
    • Cropped-length hem, slit accents
    • Runs true to size

    Style Number/Barcode: 06005-000177

    Category Name: Preppy Rebel

    Price: $36.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Time After Time Layered Necklace

    Bold meets timeless. This layered necklace mixes multiple chain styles with luxe charms—including a statement watch pendant—for a stacked look that does the most with minimal effort.

    Fit & Features

    • Multi-layered chain designs
    • Watch charm with adjustable side dial
    • Mixed charms
    • Lobster clasp closure

    Style Number/Barcode: 07007-000071

    Category Name: Preppy Rebel

    Price: $24.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Snug Statement Cable Knit Crop Sweater

    Classic knit, cropped just right. This mock neck cable sweater mixes timeless texture with a modern silhouette—perfect for pairing with high-rise denim, leggings, or a little pleated mini moment.

    Fit & Features

    • Soft cable knit fabric
    • Mock neck
    • Long sleeves
    • Crop-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000178

    Category Name: Preppy Rebel

    Price: $36.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Street Stride Micro Suede Sneakers

    Cool, comfy, and city-ready—these microfaux suede sneakers feature sleek faux leather side stripes and a rubber traction sole that’s made for moving. Perfect for errands, off-duty looks, or casual hangs.

    Fit & Features

    • Square toe
    • Lace-up front placket
    • Faux leather side-striped design
    • Rubber traction bottom
    • Micro faux suede material
    • Runs true to size

    Style Number/Barcode: 07405-000014

    Category Name: Preppy Rebel

    Price: $32.90

    Availability: In Stock

    Available Color: TAUPE

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

    Product Badge:
    • New Arrival