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

  • Laidback Cutie Striped Knit Sweater

    Laidback but cute with your fave denim—this striped crew neck crop sweater is made for coffee dates, study sessions, and chill weekends.

    Fit & Features

    • Striped pattern, stretchy knit fabric
    • Crew neck
    • Relaxed long sleeves
    • Cropped-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000135

    Category Name: Countryside Core

    Price: $32.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Edgy In Plaid Scoop Neck Mesh Mini Dress

    Show your edge in this plaid mesh mini dress featuring a flattering scoop neckline and form-hugging fit with a hanky-style hem. Complete the look with a cardigan.

    Fit & Features

    • Plaid print, mesh fabric, stretchy knit lining
    • Spaghetti straps
    • Scoop neckline
    • Form-hugging fit
    • Hanky-style mini-length hem
    • Runs true to size

    Style Number/Barcode: 05102-5952

    Category Name: Countryside Core

    Price: $26.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

  • Opulent Touch Faux Pearl Chain Belt

    Add timeless sophistication to any look with this faux pearl chain belt. The alternating faux pearl and textured gold details give it a luxe, vintage-inspired vibe that instantly elevates your outfit.

    Fit & Features

    • Chain-link design
    • Faux pearl and textured gold details
    • Polished metal finish
    • Lobster clasp closure with extender

    Style Number/Barcode: 07301-000076

    Category Name: Countryside Core

    Price: $14.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Forever Sweet Bow Earrings

    Small but statement-worthy. These bow stud earrings add the perfect touch of sweetness to your everyday fits or a little charm to your night-out look.

    Fit & Features

    • Bow design
    • Polished metal cinch accent
    • Post-back closure

     

    Earrings are final sale and may not be returned or exchanged

    Style Number/Barcode: 07001-000145

    Category Name: Countryside Core

    Price: $7.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

  • Western Glow Concho String Belt

    Cowgirl vibes, polished finish. This faux suede string belt with concho accents is the perfect waist-cinching piece to add a little western charm to dresses, skirts, or denim.

    Fit & Features

    • Concho accents
    • Adjustable string tie design
    • Faux suede material

    Style Number/Barcode: 07301-000239

    Category Name: Countryside Core

    Price: $14.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Prep It Up Ruffled Plaid Mid-Rise Skort

    This ruffled plaid mini is here to play. With a flattering mid-rise waist and adjustable drawstring, it's giving effortless style with a flirty ruffled short silhouette.

    Fit & Features

    • Plaid print, cotton woven fabric, stretchy short knit lining
    • Mid-rise waist with an adjustable drawstring tie
    • Tiered ruffle silhouette
    • Short hem
    • Runs true to size

    Style Number/Barcode: 06303-000016

    Category Name: Countryside Core

    Price: $34.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: XS, S, M, L

  • Buckle Up Etched Faux Leather Belt

    Your jeans just found their upgrade. This textured faux leather belt, featuring an etched buckle, adds the perfect mix of polish and cool-girl detail.

    Fit & Features

    • Etched buckle
    • Textured faux leather material

    Style Number/Barcode: 07301-000337

    Category Name: Countryside Core

    Price: $15.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

  • Western Charm Horse Graphic Sweater

    The perfect mix of western charm and city-girl polish. This cozy knit sweater adds a chic twist with its soft texture and elevated silhouette—made for pairing with sleek minis or your fave denim.

    Fit & Features

    • Knit fabric, ribbed hems, moderate stretch
    • Drop shoulder design, long sleeves
    • Front cowboy and horse graphic
    • Mid-length hem
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06005-000185

    Category Name: Countryside Core

    Price: $39.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Off Duty Faux Leather Cabby Hat

    Serving effortless cool with zero effort—this faux leather cabby hat pulls your whole look together in seconds. Perfect for when you want that model-off-duty vibe without even trying.

    Fit & Features

    • Faux leather material
    • Round top, seam accents, button detail
    • Short curved brim
    • Woven lined interior
    • Interior adjustable strings

     

    How To Style For Spooky Season:

    Pair with a sleek bodysuit and skirt for a fab DIY Halloween look!

    Style Number/Barcode: 07302-000126

    Category Name: Countryside Core

    Price: $18.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

  • Handle It O-Ring Mini Tote Bag

    Polished and practical—this mini tote bag keeps it minimal with a structured faux leather body and bold O-ring handle, perfect for dressing up any look.

    Fit & Features

    • Top O-ring handles
    • Detachable chain strap
    • Sleek and structured silhouette
    • Snap-button closure
    • Lined spacious interior
    • Smooth faux leather material

    Style Number/Barcode: 07203-000048

    Category Name: Countryside Core

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Fringe Factor Faux Suede Scarf

    This faux suede scarf with fringe trim is the perfect mix of cozy and chic—made to layer effortlessly through fall and winter.

    Fit & Features

    • Fringe trim
    • Soft faux suede material
    • Versatile styling options

    Style Number/Barcode: 07305-000062

    Category Name: Countryside Core

    Price: $18.90

    Availability: In Stock

    Available Color: IVORY, BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Forever Keepsake Charm Necklace

    A playful mix of charms brings whimsical energy to this chain necklace, featuring a dainty bow, heart, teddy bear, flower, and a mini watch pendant that keeps time stylishly. Perfect for layering or wearing solo, it’s a unique piece that blends function with flair.

    Fit & Features

    • Watch charm, bow charm, heart charm, teddy bear charm, and flower charm
    • Rhinestone embellishments
    • Dainty chain
    • Lobster clasp closure

    Style Number/Barcode: 07002-000201

    Category Name: Countryside Core

    Price: $24.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • On Your Time Watch Ring

    Who says accessories can’t multitask? This statement ring doubles as a mini watch, bringing playful Y2K vibes with its bold face and polished finish. Chic, cheeky, and right on time.

    Fit & Features

    • Watch face design
    • Adjustable dial
    • Stretch band
    • Polished finish

    Style Number/Barcode: 07004-000038

    Category Name: Countryside Core

    Price: $16.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: NS

    Product Badge:
    • New Arrival
  • Glam Goals Oval Chain Belt

    With its bold oval links and adjustable chain, this belt pulls any look together—literally. Perfect for cinching at the waist or adding a luxe edge to casual looks.

    Fit & Features

    • Polished finish
    • Oval-linked chain design
    • Lobster clasp closure with extender

    Style Number/Barcode: 07301-000340

    Category Name: Countryside Core

    Price: $16.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Retro Revival Faux Leather Mary Janes

    A classic with a twist—these slingback Mary Janes bring vintage vibes into the now with a block heel and sleek faux leather finish. Perfect with trousers, minis, or tights for that polished-cool look.

    Fit & Features

    • 3.5" Block heel
    • Closed square toe
    • Slingback strap with adjustable buckle closure
    • Mary Jane silhouette
    • Luxe fit cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000386

    Category Name: Countryside Core

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • New Arrival
  • Attitude Strut Patent Stiletto Boots

    When the outfit needs attitude—these boots deliver. With a glossy patent finish, sleek pointed toe, and knee-high silhouette, they’re basically confidence in footwear form. Perfect for days downtown, date nights, and everyday styling.

    Fit & Features

    • Stiletto heel
    • Pointed-toe
    • Side zipper closure
    • Under-the-length shaft
    • Glossy patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07402-000060

    Category Name: Countryside Core

    Price: $64.90

    Availability: In Stock

    Available Color: WINE, IVORY

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

    Product Badge:
    • New Arrival
  • Polished Intent Patent Mules

    Serving sophistication with a side of attitude. These patent mules feature a sleek pointed toe and a sculpted heel that takes you from dinner to downtown without missing a step. 

    Fit & Features

    • Stiletto heel
    • Closed pointed-toe
    • Cushioned insole
    • Faux leather patent material
    • Runs true to size

    Style Number/Barcode: 07401-000414

    Category Name: Countryside Core

    Price: $34.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
  • Falling For Layered Wrap Scarf

    Soft, breezy, and endlessly versatile—this lightweight scarf is your go-to for layering season. Wear it as a wrap, knot it as an accessory, or drape it for effortless chic vibes.

    Fit & Features

    • Lightweight woven fabric
    • Wrap design
    • Versatile styling options

    Style Number/Barcode: 07305-000065

    Category Name: Countryside Core

    Price: $16.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Kangol Faux Fur Shearling Bucket Hat

    Street style just leveled up—this Kangol shearling bucket hat is equal parts cozy and iconic. With its plush faux fur and signature Kangol logo, it’s the ultimate finishing touch for chill days or statement 'fits.

    Fit & Features

    • Faux fur shearling material
    • Side trims
    • Fleece-lined flap
    • Knit lining
    • "Kangol" front embroidery and logo
    • Runs true to size

    Style Number/Barcode: 07302-000203

    Category Name: Countryside Core

    Price: $79.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

    Product Badge:
    • Ships Free
  • Kangol Multi Faux Fur Trapper Hat

    Cold weather but make it cute—this Kangol faux fur trapper hat is the cozy upgrade your winter 'fits deserve. The plush texture and ear flaps keep you warm while the Kangol tag finishes it with signature flair.

    Fit & Features

    • Plush multi-color faux fur material
    • Oversized crown
    • Ear flaps, woven ties
    • Woven lined interior with padding
    • Small Kangol logo tag
    • Runs true to size

    Style Number/Barcode: 07302-000206

    Category Name: Countryside Core

    Price: $84.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: S, M, L

    Product Badge:
    • Ships Free
  • Kangol Faux Fur Trim Trapper Hat

    Level up your cold-weather vibe with this Kangol trapper hat that’s all about cozy meets cool. The faux fur trim keeps it luxe, while the Kangol embroidery adds that signature touch.

    Fit & Features

    • Wool-blend material
    • Plush faux fur trim
    • Round top
    • Ear flaps, woven ties
    • Woven lined interior with padding
    • "Kangol" back embroidery and logo
    • Runs true to size

    Style Number/Barcode: 07302-000204

    Category Name: Countryside Core

    Price: $84.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

    Product Badge:
    • Ships Free
  • Giddy Up Knit Horse Cardigan

    A little western, a lot of cozy—this button-down cardigan features a playful horse knit pattern and collar detail that make it anything but basic.

    Fit & Features

    • Horse pattern, soft knit fabric
    • Oversized long sleeves with striped cuffs
    • Collared neckline
    • Button-down front closures
    • Relaxed fit hem
    • Runs true to size

    Style Number/Barcode: 06005-000167

    Category Name: Countryside Core

    Price: $49.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Everyday Edge Faux Leather Cabby Hat

    Top off your look with a little edge—this faux leather cabby hat instantly takes any outfit from casual to cool. Perfect for those days you want a polished vibe without even trying.

    Fit & Features

    • Faux leather material
    • Round top
    • Short curved brim
    • Side button accents

    Style Number/Barcode: 07302-000125

    Category Name: Countryside Core

    Price: $18.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: NS

    Product Badge:
    • New Arrival
  • Cowgirl Code Mini Bag

    Western flair meets city cool. This cow-print pony hair mini purse brings bold texture and statement style in one petite package. Finished with sleek silver hardware and a curved handle, it’s the perfect piece to add a little yee-haw energy to your everyday looks.

    Fit & Features

    • Top handle strap
    • Top zipper closure
    • Mini-silhouette
    • Cow print, pony hair material

    Style Number/Barcode: 07201-000022

    Category Name: Countryside Core

    Price: $28.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: NS

    Product Badge:
    • New Arrival