Countryside Core

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

  • Catch Feelings Plaid Pleated Skort

    She’s sweet, but she’s not subtle. This skort knows how to turn a hallway into a runway—with flirty pleats and lace-up sides that do all the flirting for you.

    Fit & Features

    • Plaid print, woven fabric
    • Mid rise waist
    • Dual side tie accents
    • Pleated mini skirt overlay, shorts lining
    • Runs true to size

    Style Number/Barcode: 06303-000031

    Category Name: Countryside Core

    Price: $36.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: S, M, L

  • Cozy Season Plaid Button-Down Shacket

    Layer on this trendy plaid shacket perfect for cozy season featuring a collared neckline, long sleeves with buttons to cuff, a complete button-down front, chest pockets, and a casually chic relaxed fit. Style with jeans and booties.

    Fit & Features

    • Woven fabric with buffalo plaid print, no stretch
    • Collared neckline
    • Long sleeves with single-button detail
    • Button-down front
    • Dual flap chest pockets
    • Long-length hem, relaxed fit
    • Runs true to size

    Style Number/Barcode: 06204-1915

    Category Name: Countryside Core

    Price: $49.90

    Availability: In Stock

    Available Color: GRAY

    Available Size: S, M, L

  • Spice And Everything Nice Tie Back Sweater

    Serving sweater weather with a side of flirt. The mock neck keeps you cozy, while the open tie back makes sure your fall fit still has a little spice!

    Fit & Features

    • Soft knit stretch fabric
    • Mock neck
    • Relaxed long sleeves
    • Open tie-back detail
    • Cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-000190

    Category Name: Countryside Core

    Price: $36.90

    Availability: In Stock

    Available Color: RUST

    Available Size: S, M, L

  • Gloss Point Patent Stiletto Mules

    These patent stiletto mules keep it sleek with a pointed toe and slip-on silhouette. The glossy finish brings instant polish, making them perfect for office hours to happy hour!

    Fit & Features

    • 4" Stiletto heel
    • Pointed toe
    • Wide curved strap
    • Cushioned insole
    • Patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000445

    Category Name: Countryside Core

    Price: $30.90

    Availability: In Stock

    Available Color: WINE, IVORY

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

  • Street Cue Crop Denim Bomber Jacket

    Off-duty but still on. This cropped denim bomber jacket adds instant cool style to anything you throw it over—because basics deserve better.

    Fit & Features

    • Cotton denim fabric, no stretch
    • Standing collar neckline
    • Front hidden zip-up closure, snap-button closures
    • Front flap pockets
    • Elasticized cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06204-000030

    Category Name: Countryside Core

    Price: $54.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: M, L, XL

  • Casually Cozy Plaid Woven Cropped Shacket

    Casually cozy, this plaid woven shacket features a collared neckline, long sleeves, a button-down front with buttoned chest pockets, and a cropped cinched hem with an overall relaxed fit. Layer over a basic top with a denim skirt and booties!

    Fit & Features

    • Plaid woven fabric, no stretch
    • Collared neckline
    • Long sleeves with single-button detail
    • Button-down front
    • Dual buttoned chest pockets
    • Cropped hem, elastic cinched back hem, relaxed fit
    • Runs true to size

    Style Number/Barcode: 06204-1930

    Category Name: Countryside Core

    Price: $49.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XS, S, M, L

  • Cool Shade Tortoise Oval Sunglasses

    Effortlessly sleek, these tortoise oval sunnies bring instant cool-girl energy to any fit. Lightweight and versatile, they’re the pair you’ll want on repeat, from coffee runs to sunny day adventures.

    Fit & Features

    • Slim oval frame with tortoise finish
    • Tinted lenses
    • 100% UV protection

    Style Number/Barcode: 07008-000082

    Category Name: Countryside Core

    Price: $10.90

    Availability: In Stock

    Available Color: TORTOISE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Not So Basic Long Sleeve Cutout Top

    Cozy meets daring with this ribbed knit cutout top. The asymmetric neckline and sleek fit make it your go-to for dressing up denim or pairing with a mini skirt.

    Fit & Features

    • Ribbed knit fabric, high stretch
    • High neck, twisted strap, asymmetric cutout
    • Long fitted sleeves
    • Asymmetric mid-length hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06005-000210

    Category Name: Countryside Core

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK, BROWN

    Available Size: S, M, L

  • Plaid About You Vest Top

    A little preppy, a little flirty—this plaid vest top does both. Perfect for dressing up or keeping it casual, it’s your go-to for effortless styling.

    Shop Matching Bottoms: Plaid About You Mini Skort

    Fit & Features

    • Woven fabric with knit lining, moderate stretch
    • Plaid print
    • Sleeveless scoop neckline
    • Tank shoulder straps
    • Button-down front
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06202-000048

    Category Name: Countryside Core

    Price: $34.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L

    Product Badge:
    • Part of a Set
  • Luxe Lines Sheer Pattern Fishnet Tights

    These sheer patterned tights add instant sultriness to dresses, skirts, or oversized layers. A bold yet wearable staple that turns even the simplest fit into a statement.

    Fit & Features

    • Sheer fishnet fabric
    • Allover chainlink-inspired pattern
    • Elastic high-rise waistband
    • Soft and comfortable

     

    Fashion tape, adhesive bras, adhesive panties, pasties, cosmetics, and lingerie are considered final sale merchandise. FINAL SALE and CLEARANCE merchandise may not be returned or exchanged.

    Style Number/Barcode: 07306-000010

    Category Name: Countryside Core

    Price: $12.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • Best Seller
  • Sunday Edit Off-The-Shoulder Sweater

    The sweater that says “effortless but cute” every time. With a slouchy off-the-shoulder neckline and relaxed fit, it’s perfect for a cozy-meets-chic vibe.

    Fit & Features

    • Soft knit stretchy fabric 
    • Off-the-shoulder neckline
    • Long sleeves
    • Crop-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000140

    Category Name: Countryside Core

    Price: $32.90

    Availability: In Stock

    Available Color: BLUE, IVORY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Comfy Trend Plaid Woven Oversized Shacket

    Fit & Features

    • Plaid printed woven fabric with lining
    • Collared neckline
    • Long sleeves with single-button detail
    • Complete button-down front
    • Chest pocket
    • Oversized fit

    Style Number/Barcode: 06204-1950

    Category Name: Countryside Core

    Price: $59.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S

  • Ace The Look Plaid Pleated Romper

    Plaid but make it playful—this strapless romper brings preppy vibes with a fitted bodice and flirty pleated hem. Perfect for when you want to keep it cute but still cool-girl.

    Fit & Features

    • Plaid print, knit fabric
    • Strapless neckline
    • Fitted bodice, hidden side zipper and hook-eye closure
    • Pleated skirt overlay, shorts lining
    • Runs true to size

    Style Number/Barcode: 06503-000123

    Category Name: Countryside Core

    Price: $46.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L

  • Chill Vision Small Rectangle Sunglasses

    For the days when you’re chill, but still need to serve a look. These small rectangle sunglasses are the perfect low-key statement for brunch hangs, solo city strolls, or golden hour selfies.

    Fit & Features

    • Small rectangular-shaped design
    • Plastic frame with glossy finish
    • Thin arms
    • Flexible nose pads
    • Tinted lenses

    Style Number/Barcode: 07008-000059

    Category Name: Countryside Core

    Price: $10.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: NS

  • Adorable Look Plaid Print Strapless Skater Dress

    Adorably chic will be your vibe in this woven skater dress designed with a classic plaid print. It features a strapless subtle sweetheart neckline, a drop waist, and a short pleated skater silhouette for that cute flair.

    Fit & Features

    • Plaid printed woven fabric
    • Strapless sweetheart neckline
    • Back zipper closure
    • Drop waist
    • Mini-length pleated skater silhouette
    • Runs true to size

    Style Number/Barcode: 05102-5925

    Category Name: Countryside Core

    Price: $46.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: XS, S, M, L

  • Plaid About You Mini Skort

    A little preppy, a little flirty—this plaid mini skort does both. Perfect for dressing up or keeping it casual, it’s your go-to for effortless styling.

    Shop Matching Top: Plaid About You Vest Top

    Fit & Features

    • Woven fabric, moderate stretch
    • Plaid print
    • Mid-rise waist, mini bow detail
    • Side zipper with hook-eye closure
    • Mini-length overlay, fitted silhouette
    • Hidden knit fitted shorts
    • Runs true to size

    Style Number/Barcode: 06503-000128

    Category Name: Countryside Core

    Price: $34.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L

    Product Badge:
    • Part of a Set
  • Autumn Stroll Striped Corduroy Shorts

    Cooler weather, cozier textures—these striped corduroy shorts are made for layering with knits and boots. A comfy-meets-chic staple for all your fall plans.

    Fit & Features

    • Striped pattern, corduroy fabric
    • Low-rise waist
    • Form-hugging fit
    • Front button closure, belt loop accents
    • Back pockets
    • Runs true to size

    Style Number/Barcode: 06303-000038

    Category Name: Countryside Core

    Price: $36.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

  • Crisp Breeze Striped Sweater Topper

    Crisp breeze? She’s ready. This striped sweater brings cozy charm with a throw-on-and-go fit made for coffee runs, apple picking, or romanticizing your Tuesday errands.

    Fit & Features

    • Striped pattern, soft knit stretch fabric
    • Crew neck
    • Long sleeves
    • Ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-000104

    Category Name: Countryside Core

    Price: $32.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: S, M, L

  • Wrapped Up Cute Off-The-Shoulder Dress

    Serving soft girl vibes with a flirty edge, this off-the-shoulder sweater dress hugs just right. Perfect for latte runs, weekend plans, or anytime you want cozy and cute in one move.

    Fit & Features

    • Soft cable knit fabric with stretch
    • Off-the-shoulder folded neckline
    • Fitted long sleeves
    • Skater silhouette
    • Short-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000153

    Category Name: Countryside Core

    Price: $42.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Polished Moves Stiletto Booties

    Sharp, sleek, and endlessly versatile. These faux leather booties feature a pointed toe and stiletto heel that instantly elevate everything from denim to dresses and skirts.

    Fit & Features

    • 4” stiletto heel, 4.5” leg opening,  4.5” shaft
    • Pointed-toe
    • Side zipper closure
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07403-000028

    Category Name: Countryside Core

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK, CAMEL, BROWN

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

  • 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: Countryside Core

    Price: $59.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Uptown Chill Oversized Shacket

    Cool girl comfort with street-edge appeal. This oversized shacket is made for iced coffee runs, concerts in the city, and layering like you don’t even try (but totally do).

    Fit & Features

    • Cotton twill woven fabric
    • Long sleeves with button cuffs
    • Collar neckline
    • Snap-button front closures
    • Two front pockets
    • Runs oversized

    Style Number/Barcode: 06203-000017

    Category Name: Countryside Core

    Price: $49.90

    Availability: In Stock

    Available Color: OFF, WHITE

    Available Size: M, L

  • Cider Sips Faux Shearling Vest

    Layer up like a fall fashion icon—this faux shearling vest is where cozy meets cool. With its sleek edge and autumn-ready texture, it’s the perfect piece to throw over knits for golden hour strolls downtown or sipping cider by the fire.

    Fit & Features

    • Sleeveless faux shearling collared neckline
    • Front zip-up closure
    • Front zippered pockets
    • Cropped length hem with faux shearling trim
    • Runs true to size

    Style Number/Barcode: 06201-000009

    Category Name: Countryside Core

    Price: $49.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

  • Cozy Layer Plaid Woven Shacket

    Get comfy in the cozy layer plaid woven shacket! With a relaxed fit, button-down front, and chic plaid pattern, it's perfect for casual hangouts. Total vibe!

    Fit & Features

    • Plaid woven fabric with knit lining, minimal stretch
    • Collared neckline
    • Button-down front
    • Single chest pocket
    • Long sleeves with single-button detail
    • Long-length hem, relaxed fit
    • Runs true to size

    Style Number/Barcode: 06204-1936

    Category Name: Countryside Core

    Price: $59.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M, L