Get it, Gingham

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

  • Chic Fairytale Tiered Lace Hot Shorts

    Create your own fairytale this Halloween with hot shorts that feature a chic tiered lace design and a cheeky fit. Perfect for creating a masquerade-inspired costume or classic icons. Complete costume with the matching mask or plaid top.

    Fit & Features

    • Stretchy knit fabric with tiered floral mesh design
    • Mid-rise elasticized waist
    • Cheeky bottom coverage
    • Form-hugging fit
    • Shorts in size small have an 8.5" front rise with a 2" inseam
    • Runs true to size

    Style Number/Barcode: 06503-1198

    Category Name: Get it, Gingham

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK, IVORY, PINK, RED

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Sultry Night-Out Lace Trim Mesh Bustier Top

    Create a sultry-chic night-out look with this bustier top designed with lined mesh and twill fabrics and a lace bust design. It features a sleeveless sweetheart neckline detailed with a mini bow, a ruched cowl draped overlay, lace adjustable spaghetti straps, and an angled mid-length hem with a form-hugging fit for that snatched silhouette.

    Fit & Features

    • Lined mesh and twill fabrics
    • Lace bust design, sweetheart neckline, mini bow detail
    • Ruched cowl draped overlay, underwire bust
    • Lace adjustable spaghetti straps, back zipper closure
    • Angled mid-length hem
    • Form-hugging fit, flexible boning
    • Runs true to size

    Style Number/Barcode: 06003-2686

    Category Name: Get it, Gingham

    Price: $32.90

    Availability: In Stock

    Available Color: PINK, RED

    Available Size: XS, S, M, L

  • On Repeat V-Neck Corset Top

    You'll love wearing this corset top again and again! Perfect for dressing up or down, this corset flaunts a flirty V-neckline and a fitted crop hem for a snatched appearance.

    Fit & Features

    • Crepe fabric, sewn-in lining
    • V-neckline, adjustable shoulder straps, underwire bust
    • Corset bodice, flexible boning
    • Front hook and eye closures
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000016

    Category Name: Get it, Gingham

    Price: $36.90

    Availability: In Stock

    Available Color: PINK, BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Stylish Strolls High-Rise Gingham Capri Pants

    Take a stylish stroll in these gingham capri pants while shopping downtown or a backyard bbq! 

    Fit & Features

    • Gingham print, woven fabric
    • High-rise waist
    • Back zipper closure
    • Form-hugging fit
    • Side slit accents
    • Capri-length hem
    • Runs true to size

    Style Number/Barcode: 06402-000002

    Category Name: Get it, Gingham

    Price: $27.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

  • All The Feels Halter Lace-Up Floral Satin Corset Top

    Don't be afraid to catch feels for this floral satin corset! Featuring a chic lace-up back, flexible boning, and a flirty V-neckline, it's your new fave vibe.

    Fit & Features

    • Floral pattern, smooth satin fabric, sewn-in knit lining
    • Halter V-neckline, spaghetti strap tie
    • Flexible boning, side zipper and hook-eye closure
    • Lace-up back with tie closure
    • Fitted crop hem

    Style Number/Barcode: 06003-2719

    Category Name: Get it, Gingham

    Price: $36.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

  • Luxe Locks Faux Pearl Three Pack Hair Clip Set

    Elevate your tresses with this luxe three pack hair clip set! It features one oval faux pearl embellished hair clip, one faux pearl embellished heart hair clip, and one faux pearl embellished bow hair clip. Complete the look with cute heels for any occasion!

    Fit & Features

    • Three pack hair clip set
    • One faux pearl oval hair clip
    • One faux pearl heart hair clip
    • One faux pearl bow hair clip

    Style Number/Barcode: 07006-0534

    Category Name: Get it, Gingham

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

  • Making Waves Two-Pack Shell Claw Hair Clips

    A sweet addition to any updo, this two-pack of shell claw hair clips will elevate any look!

    Fit & Features

    • Two-pack hair claw clip set
    • Various sizes
    • Shell design
    • Claw clip closure

    Style Number/Barcode: 07006-000029

    Category Name: Get it, Gingham

    Price: $9.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • Best Seller
  • Sunny Day Ready Gingham Tie Front Vest

    With this gingham vest and your basket in hand, you'll be ready for a sunny day at the farmer's market! The open design with a tie front closure and cropped hem adds a touch of playfulness to any plans. Pair with the matching skirt.

    Fit & Features

    • Gingham print, woven fabric, knit lining
    • Square neckline
    • Wide shoulder straps
    • Dual tie-front and open design
    • Cropped length hem
    • Runs true to size

     

    Shop The Matching Skirt: Sunny Day Ready Gingham Mini Skirt

    Style Number/Barcode: 06202-000004

    Category Name: Get it, Gingham

    Price: $34.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Sunny Day Ready Gingham Mini Skirt

    With this gingham skirt and your basket in hand, you'll be ready for a sunny day at the farmer's market! The high-rise waist, bodycon fit, and mini-length hem adds a touch of playfulness to any plans. Pair with the matching vest.

    Fit & Features

    • Gingham print, woven fabric, knit lining
    • High-rise waist
    • Back zipper and hook-eye closure
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

     

    Shop The Matching Vest: Sunny Day Ready Gingham Tie Front Vest

    Style Number/Barcode: 06401-000004

    Category Name: Get it, Gingham

    Price: $36.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Preppy And Sweet Two-Pack Bow Hair Clips

    Preppy and sweet, this two-pack of bow hair clips elevates your tresses for a chic finish to every look!

    Fit & Features

    • Two-pack hair blow clips
    • One gingham bow clip
    • One ruffled satin bow clip

    Style Number/Barcode: 07006-0587

    Category Name: Get it, Gingham

    Price: $9.90

    Availability: In Stock

    Available Color: RED

    Available Size: NS

  • Check Me Out Mid-Rise Gingham Shorts

    With these mid-rise gingham shorts, you'll be checking yourself out in every mirror you pass! 

    Fit & Features

    • Gingham print, woven fabric
    • Mid-rise waist
    • Ruffled trim hem
    • Runs true to size

    Style Number/Barcode: 06303-000025

    Category Name: Get it, Gingham

    Price: $24.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

  • Major Sweetie Gingham Lace-Up Peplum Crop Top

    Have yourself the sweetest summer in this gingham peplum top! Featuring playful puff sleeves and a flattering lace-up peplum ruffle, this crop top is perfect for any occasion.

    Fit & Features

    • Gingham print, cotton woven fabric
    • Puff short sleeves
    • Sweetheart neckline
    • Spaghetti strap tie back design, stretchy smocked panel
    • Front lace-up
    • Peplum ruffle crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000029

    Category Name: Get it, Gingham

    Price: $34.90

    Availability: In Stock

    Available Color: BLK/WHT

    Available Size: XS, S, M, L

  • Sweet And Trendy Gingham Print Crop Top

    Sweet and trendy, this gingham printed crop top is the cutest style for casual summer 'fits. It features a square neckline with mini bow accents and a cropped, curved hanky hem perf for pairing with denim shorts.

    Fit & Features

    • Woven fabric, gingham print, sewn-in knit lining
    • Sleeveless square neckline, mini bow accents
    • Adjustable spaghetti straps, side zipper with hook-eye closure
    • Back strap accent, smocked back design
    • Cropped curved hanky hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06003-000089

    Category Name: Get it, Gingham

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK/WHITE

    Available Size: XS, S, M, L

  • Juicy Sweet Fruit Claw Clip Two Pack

    This two pack claw clips are perfect for adding a juicy twist to your everyday look! Featuring a fun and playful strawberry and cherry design, these clips will hold your hair securely while adding a touch of whimsy.

    Fit & Features

    • Two pack claw clip set
    • One strawberry clip
    • One cherry clip

    Style Number/Barcode: 07006-000044

    Category Name: Get it, Gingham

    Price: $8.90

    Availability: In Stock

    Available Color: RED

    Available Size: NS

  • Cute Icon Gingham Belted Mini Skort

    You'll be a cute icon in this gingham printed mini skort perf to pair with your cropped tees. The belted front design adds a trendy detail to the sassy silhouette.

    Fit & Features

    • Gingham printed woven fabric, stretchy knit shorts lining
    • Mid-rise waist, faux belted front design
    • Hidden side zipper with hook-eye closure
    • Pleating
    • Mini-length overlay, A-line silhouette
    • Skort in size small has a 7" front rise with a 2" inseam
    • Runs true to size

    Style Number/Barcode: 06403-1111

    Category Name: Get it, Gingham

    Price: $26.90

    Availability: In Stock

    Available Color: BLACK/WHITE

    Available Size: XS, S, M, L