New Arrivals Jackets

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

  • Trailblazer Faux Suede Fringe Jacket

    Western flair meets cool-girl edge—this cropped suede jacket is all about the drama in motion. Layer it over your outfit for concerts, country nights, or whenever you want some cowgirl flair.

    Fit & Features

    • Soft, smooth faux suede fabric
    • Long sleeves
    • Collared neckline
    • Fringe trim throughout
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06204-000022

    Category Name: New Arrivals Jackets

    Price: $59.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Bring The Attitude Lace-Up Bomber Jacket

    Vintage vibes, side lace-ups, and a trendy silhouette. This jacket is perfect for layering over a slip dress or denim with attitude!

    Fit & Features

    • Vintage-inspired faux leather fabric, sewn-in woven lining
    • Long sleeves, snap-button cuffs
    • Collar neckline
    • Front zip-up closure
    • Two front pockets
    • Side lace-up plackets
    • Mid-length hem
    • Runs true to size

    Style Number/Barcode: 06204-000026

    Category Name: New Arrivals Jackets

    Price: $59.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Speed Dial Faux Leather Motocross Jacket

    Giving moto muse in the chicest way—this faux leather jacket was made to own the scene. The cropped fit and mixed textures add instant edge, whether you’re layering over a tank or styling with your favorite mini dress.

    Fit & Features

    • Washed faux leather fabric
    • Ribbed knit fabric on the front and down the sleeves
    • High neck, button closure
    • Zippered pockets, zip-front design
    • Long sleeves
    • Cropped hem
    • Runs true to size

    Style Number/Barcode: 06204-000028

    Category Name: New Arrivals Jackets

    Price: $56.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Full Speed Convertible Racing Jacket

    Rev up your look. This racing jacket goes full throttle with bold patches, oversized vibes, and a hidden zipper that lets you crop it in seconds—because two looks are always better than one.

    Fit & Features

    • Woven fabric, sewn-in lining
    • Standing collar neckline, long sleeves with velcro strap cuffs
    • Front snap-button up closures
    • Hidden zipper converts to crop length
    • Bold patch and racing graphic details
    • Side open pockets
    • Runs true to size

    Style Number/Barcode: 06204-000031

    Category Name: New Arrivals Jackets

    Price: $69.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Pure Luxe Faux Fur Crop Jacket

    Soft, plush, and oh-so-glam—this faux fur jacket is the ultimate finishing touch for your cold-weather party fits. Cropped and chic, it’s perfect for layering over mini dresses, gowns, or anything that needs a little luxe.

    Fit & Features

    • Faux fur fabric
    • Long sleeves
    • Open front design
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06201-000006

    Category Name: New Arrivals Jackets

    Price: $44.90

    Availability: In Stock

    Available Color: IVORY, BLACK

    Available Size: XS, S, M, L, XL

    Product Badge:
    • New Arrival
  • Chill Factor Faux Sherpa Trim Vest

    Cozy meets edgy—this cropped vest brings major street-style vibes with faux leather, soft shearling trim, and a boxy cut made for layering. Perfect for tossing over long sleeves or hoodies when the temp dips, but your outfit still needs a stylish layer.

    Fit & Features

    • Faux leather fabric with faux sherpa trim lining
    • Sleeveless design
    • Collared neckline
    • Front zipper closure
    • Side pockets
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06201-000008

    Category Name: New Arrivals Jackets

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Cropped Attitude Faux Leather Jacket

    From coffee runs to late nights, this faux leather jacket nails that effortless cool-girl vibe in the city!

    Fit & Features

    • Faux leather fabric, sewn-in woven lining
    • Long sleeves
    • Collar neckline
    • Front zip-up closure
    • Front pockets
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06204-000033

    Category Name: New Arrivals Jackets

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Cool Factor Faux Suede Moto Jacket

    Instantly level up any 'fit—this moto jacket brings all the effortless edge. With its oversized silhouette and luxe faux suede, it’s your grab-and-go layer for nights out or laid-back hangs.

    Fit & Features

    • Faux suede fabric
    • Lapel collar, studded details
    • Long sleeves, studded shoulder straps
    • Zip-front design, zippered accents
    • Belted waist
    • Mid-length hem
    • Oversized fit

    Style Number/Barcode: 06204-000034

    Category Name: New Arrivals Jackets

    Price: $56.90

    Availability: In Stock

    Available Color: OFF, WHITE

    Available Size: XS, S, M, L, XL

    Product Badge:
    • New Arrival
  • Autumn Luxe Faux Suede Trench Jacket

    Your fall staple, sorted. This faux suede trench jacket nails cozy-chic with its belted waist and tailored finish—perfect for crisp days, strolling downtown, and everything in between!

    Fit & Features

    • Smooth faux suede fabric
    • Long sleeves with button cuffs
    • Collared neckline, front pockets
    • Button-down front closures
    • Belted tie-waist
    • Tailored short-length silhouette
    • Runs true to size

    Style Number/Barcode: 06204-000036

    Category Name: New Arrivals Jackets

    Price: $59.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Match Point Oversized Denim Jacket

    This oversized denim jacket keeps it casual-cool with contrast stitching and a structured fit—perfect for everyday styling or weekend plans.

    Shop The Matching Skort: Match Point Mid-Rise Denim Skort

    Fit & Features

    • Denim fabric, no stretch
    • Relaxed long sleeves
    • Collar neckline
    • Front zip-up closure
    • Front flap button pockets
    • Oversized silhouette
    • Runs true to size

    Style Number/Barcode: 06203-000016

    Category Name: New Arrivals Jackets

    Price: $59.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Level Up Faux Leather Bomber Jacket

    A closet classic, leveled up. This faux leather bomber jacket features a sleek zip-up design with a relaxed fit that makes it equal parts polished and street-ready.

    Fit & Features

    • Faux leather fabric
    • Long sleeves, elasticized cuffs
    • Collared neckline
    • Front zip-up closure
    • Side pockets
    • Relaxed fit, elasticized hem
    • Runs true to size

    Style Number/Barcode: 06204-000039

    Category Name: New Arrivals Jackets

    Price: $49.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Life In The Fast Lane Crop Moto Jacket

    Experience life in the fast lane in this sleek moto jacket with a bold colorblock design and cropped fit. It’s the perfect jacket to layer over any outfit for a day or night out.

    Fit & Features

    • Faux leather fabric, color block design
    • Standing collar neckline with button closure
    • Long sleeves
    • Side zippered pockets
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06204-000041

    Category Name: New Arrivals Jackets

    Price: $69.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival