Summer Siren

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

  • Poolside Paradise Floral Triangle Bikini Top

    So pretty and made for tanning, this floral bikini top offers flattering triangle-shaped cups and dual spaghetti strap ties that let you customize the style! Pair with the matching bikini bottoms.

    Shop Matching Bottoms: Poolside Paradise Floral Scrunch Bikini Bottoms

    Fit & Features

    • Floral print, stretchy knit fabric
    • V-shaped low-rise waist
    • Scrunched thong back coverage
    • Runs true to size

    Style Number/Barcode: 07104-000007

    Category Name: Summer Siren

    Price: $24.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

  • Wanderlust Mode Wide-Leg Pants

    Crush your style game in these wide-leg pants. With a smooth knit and flared hem, these pants bring effortless chic to your every move. Perfect for your next adventure!

    Shop Matching Top: Wanderlust Mode Cutout Tube Top

    Fit & Features

    • Smooth knit fabrication with stretchy knit lining
    • Mid-rise waist
    • Straight-leg fit
    • Flared wide-leg hem
    • Pants in size small have an 11" front rise with a 28" inseam
    • Runs true to size

    Style Number/Barcode: 06502-2569

    Category Name: Summer Siren

    Price: $29.90

    Availability: In Stock

    Available Color: RUST

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Magic Of Memories Abstract Halter Crop Top

    Create fabulous memories in this crop top for any occasion! With a daring plunge halter neckline and gorgeous abstract print, you'll turn heads everywhere you go.

    Fit & Features

    • Abstract print, mesh-lined fabric
    • Plunge halter neckline
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000147

    Category Name: Summer Siren

    Price: $26.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Stylish In The Sunshine Linen Cargo Jumpsuit

    Spend your days looking stylish in this linen jumpsuit on sun-soaked days! This versatile jumpsuit features a belted waist for a flattering silhouette, cargo pockets for added convenience, and a wide-leg fit for a chic flair.

    Fit & Features

    • Linen-blend woven fabric
    • Square neckline
    • Adjustable spaghetti straps
    • Front zipper closure, stretchy smocked back panel
    • Adjustable belted waist, belt loops
    • Cargo pockets, wide-leg fit
    • Runs true to size

    Style Number/Barcode: 06302-000009

    Category Name: Summer Siren

    Price: $49.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Pick The Flowers Lace Trim Floral Corset Top

    Spring into this floral corset top for a picture-perfect look at farmer's markets! 

    Fit & Features

    • Floral print, woven lined fabric
    • Strapless neckline, lace trim
    • Stretchy smocked back
    • Flexible boning
    • Hidden front hook-eye fasteners
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-2756

    Category Name: Summer Siren

    Price: $34.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

  • Chic Strut Strappy Block Heel Mules

    Show off a chic strut in these block heel mules featuring an open almond toe and a dual strappy banded design. The open back offers effortless on-and-off styling.

    Fit & Features

    • Asymmetric block heel
    • Open almond-shaped toe
    • Dual strappy banded design
    • Patent faux leather material
    • Open back, on-and-off styling
    • Cushioned insole
    • Runs true to size

    Style Number/Barcode: 07401-000095

    Category Name: Summer Siren

    Price: $28.90

    Availability: In Stock

    Available Color: NUDE, GOLD, WHITE, RED

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

  • Sweet Honey Strapless Twist Crop Top

    Sweeten up your vibe in this strapless crop top with a flirty twisted bust perfect for showing off on sunny days!

    Fit & Features

    • Knit fabric, moderate stretch
    • Strapless sweetheart neckline, twisted bust
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06005-2287

    Category Name: Summer Siren

    Price: $29.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: XS, S, M, L

  • Cute Attitude Strappy Kitten Heel Mules

    Perfect for any occasion, these mules will give you a sleek and chic attitude all day long. These trendy mules feature a delicate strappy design and comfortable kitten heel that will elevate any outfit. 

    Fit & Features

    • 2.5" Kitten heel
    • Square toe
    • Strappy design
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000288

    Category Name: Summer Siren

    Price: $30.90

    Availability: In Stock

    Available Color: RED, NUDE

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

  • Feelin' Bold Floral Mesh Strapless Maxi Dress

    Be a bold babe in this airy mesh maxi dress designed with a large floral print pattern to turn heads. Featuring ruching at the bust, a high-cut side slit, and a form-hugging silhouette, style with wedges for a sunset dinner.

    Fit & Features

    • Sheer mesh fabric with full-length brushed knit lining, high stretch
    • Large floral print
    • Strapless straight-across neckline
    • Ruched bust
    • Thigh-high side slit
    • Maxi-length hem, form-hugging silhouette
    • Runs true to size

    Style Number/Barcode: 05101-000098

    Category Name: Summer Siren

    Price: $42.90

    Availability: In Stock

    Available Color: CORAL

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Breezy As Can Be Strapless Ruffled Midi Dress

    This midi dress will be your go-to choice from shower celebrations to sunset dinners. Cascading ruffles create a feminine silhouette that flows with your movements, while the midi hem lets you show off your shoes.

    Fit & Features

    • Gauze woven fabric, woven lining
    • Strapless smocked stretchy bodice
    • Ruffled cascading silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000027

    Category Name: Summer Siren

    Price: $69.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

  • Sunny Mode Ruched Bikini Top

    Activate sunny mode with this hot bikini top featuring a ruched bust, curved underwire for structure, and adjustable spaghetti straps. Style with the matching bikini bottoms to be sitting pretty poolside!

    Shop Matching Bottoms: Sunny Mode V-Cut Bikini Bottoms

    Fit & Features

    • Nylon-blend fabric, high stretch
    • Lined cups, curved underwire, no padding
    • Ruched bust
    • Adjustable spaghetti straps
    • Back strap with hook and bar closure
    • Runs true to size

    Style Number/Barcode: 07104-000005

    Category Name: Summer Siren

    Price: $25.90

    Availability: In Stock

    Available Color: FUCHSIA

    Available Size: S, M, L

  • Yacht Babe Floral Swim Cover Up

    Soak up the sun looking like a babe in this swim cover-up! Wrap yourself in the beauty of summer with this long cover-up with a gorgeous floral print and a maxi form-hugging silhouette.

    Fit & Features

    • Floral print, sheer mesh stretchy fabric
    • Low-rise waist, side cutouts
    • Form-hugging maxi silhouette
    • Runs true to size

    Style Number/Barcode: 07105-000014

    Category Name: Summer Siren

    Price: $28.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: S, M, L

  • Poolside Flirt Eyelet String Bikini Bottoms

    Sit flirty and pretty in this eyelet string bikini bottom at a pool party or on vacation! Pair with the matching bikini top.

    Fit & Features

    • Eyelet lined fabric
    • Low-rise waist
    • Dual string spaghetti ties
    • Cheeky coverage
    • Runs true to size
    • Returns are not accepted without the hygienic liner

     

    Shop The Matching Bikini Top: Poolside Flirt String Bikini Top

    Style Number/Barcode: 07105-0866

    Category Name: Summer Siren

    Price: $22.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: S, M, L

  • Heat Wave V-Cut Bikini Bottoms

    Bring the heat to your summer vacay in these bikini bottoms featuring a high V-cut waist and cheeky fit. Pair with the matching bikini top.

    Shop Matching Top: Heat Wave Halter Bandeau Bikini Top

    Fit & Features

    • Nylon-blend fabric, high stretch
    • High V-cut waist
    • Cheeky fit
    • Runs true to size
    • Returns are not accepted without the hygienic liner

    Style Number/Barcode: 07105-000007

    Category Name: Summer Siren

    Price: $22.90

    Availability: In Stock

    Available Color: GREEN

    Available Size: S, M, L

  • Heat Wave Halter Bandeau Bikini Top

    Bring the heat to your summer vacay in this bandeau bikini top featuring a metal rectangular accent and halter tie-back straps. Pair with the matching bikini bottoms.

    Shop Matching Bottoms: Heat Wave V-Cut Bikini Bottoms

    Fit & Features

    • Nylon-blend fabric, high stretch
    • Sweetheart bust
    • Metal rectangular accent
    • Halter tie-back spaghetti straps
    • Lower tie-back straps
    • Runs true to size

    Style Number/Barcode: 07104-000004

    Category Name: Summer Siren

    Price: $25.90

    Availability: In Stock

    Available Color: GREEN

    Available Size: S, M, L

  • Romantic Sunny Days Crew Neck Poplin Midi Dress

    This sleeveless midi dress was made for romantic sunny days! It features a classic crew neck and a flattering drop waist seam that accentuates your figure along the A-line silhouette. 

    Fit & Features

    • Stretchy rib knit fabric, poplin woven fabric, stretchy knit lining
    • Crew neck
    • Drop waist seam
    • A-line silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000136

    Category Name: Summer Siren

    Price: $42.90

    Availability: In Stock

    Available Color: WHITE, BLACK

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

    Product Badge:
    • New Arrival
  • Chic And Sleek Square Strappy Flat Sandals

    Chic and sleek! These flat sandals offer endless styling options with sleek dual straps and a statement square accent, they're perfect for day or night fun.

    Fit & Features

    • Square toe 
    • Dual straps, square accent
    • Flat sole with trim
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07404-000011

    Category Name: Summer Siren

    Price: $18.90

    Availability: In Stock

    Available Color: GOLD, BLACK, WHITE

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

  • Sunny Mode V-Cut Bikini Bottoms

    Activate sunny mode with these hot bikini bottoms featuring a V-cut design, scrunched detailing at the back, and a cheeky fit. Style with the matching bikini top to be sitting pretty poolside!

    Shop Matching Top: Sunny Mode Ruched Bikini Top

    Fit & Features

    • Nylon-blend fabric, high stretch
    • V-cut waist
    • Scrunched back
    • Cheeky fit
    • Runs true to size
    • Returns are not accepted without the hygienic liner

    Style Number/Barcode: 07105-000008

    Category Name: Summer Siren

    Price: $22.90

    Availability: In Stock

    Available Color: FUCHSIA

    Available Size: S, M, L

  • Bold And Beautiful Rosette Halter Cutout Maxi Dress

    Step out like a bold beauty in this printed maxi dress for brunch, shower celebrations, or parties! This stunning maxi features an elegant halter neckline adorned with rosette detail, flirty cutouts that flatter your silhouette, and a flowing skirt that moves gracefully with every step.

    Fit & Features

    • Abstract print, woven fabric
    • Halter neckline with rosette detail, bust knit lining
    • Side cutout accents
    • Flowy ruffled maxi-length silhouette
    • Runs true to size

    Style Number/Barcode: 05102-000054

    Category Name: Summer Siren

    Price: $59.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Breezy Nights Crop Crochet Sweater

    Embrace effortless style with this crochet sweater perfect for styling over a swimsuit or tank top. This sweater offers a blend of comfort and allure with relaxed long sleeves, a flirty one-shoulder neckline, and a cropped hem.

    Fit & Features

    • Sheer crochet knit fabric
    • One-shoulder neckline
    • Relaxed long sleeves
    • Cropped length hem
    • Runs true to size

    Style Number/Barcode: 06005-000047

    Category Name: Summer Siren

    Price: $29.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Easy And Breezy Lace-Up Midi Dress With Pockets

    So effortlessly breezy for any plans, this A-line midi dress will turn heads with a lace-up bust and back detail, while the hidden side pockets are perfect for stashing your phone or lip gloss in.

    Fit & Features

    • Poplin woven fabric, woven lining
    • Sweetheart neckline, lace-up front, stretchy smocked bust
    • Spaghetti straps
    • Lace-up back, lower zipper and hook-eye closure
    • Drop waist seam, hidden side pockets
    • A-line silhouette, midi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-6023

    Category Name: Summer Siren

    Price: $46.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M, L

  • Fun In The Sun Raffia Platform Block Heels

    Have fun in the sun in these cute raffia heels designed to elevate your look with a platform sole, block heel, and a cushioned insole that keeps you comfortable all day! 

    Fit & Features

    • 4.5" Block heel
    • Almond toe, crisscross toe straps
    • Adjustable ankle strap, buckle closure
    • Platform sole
    • Luxe fit cushioned insole
    • Raffia material
    • Runs true to size

    Style Number/Barcode: 07401-5331

    Category Name: Summer Siren

    Price: $34.90

    Availability: In Stock

    Available Color: NUDE

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

  • Stroll In The Sand Halter Crochet Crop Top

    Make waves by the shore in this crochet top with a flirty halter V-neckline and crop hem that flaunts your figure. Pair with a flowy maxi skirt for any casual plans!

    Fit & Features

    • Crochet knit fabric
    • Halter V-neckline, spaghetti strap tie
    • Crop hem
    • Runs true to size

    Style Number/Barcode: 06005-000030

    Category Name: Summer Siren

    Price: $29.90

    Availability: In Stock

    Available Color: CHARTREUSE, WHITE

    Available Size: XS, S, M, L

  • Serving Vibes Halter Crop Top

    This halter crop top will serve major stunning vibes for cocktails and dinner! It is designed with ruched side seams and a fitted crop hem that accentuates your figure.

    Fit & Features

    • Sheen knit fabric, sewn-in knit lining, high stretch
    • Halter plunge neckline with tie closure
    • Side ruched seams
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000174

    Category Name: Summer Siren

    Price: $29.90

    Availability: In Stock

    Available Color: ORANGE, IVORY, WINE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival