Getaway Glam

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

  • Take The Plunge Sleeveless Halter Crop Top

    Take the plunge and dare to show skin in this sleeveless halter crop top for a night out! Featuring a halter cowl neckline with bar trim, an open back, and a stylish crop hem, this top is perfect for standing out and making a statement. Complete the look in sleek faux leather pants.

    Fit & Features

    • Slinky knit fabric, plenty of stretch
    • Bar trim
    • Cropped hem
    • Runs true to size

    Style Number/Barcode: 06001-5269

    Category Name: Getaway Glam

    Price: $19.90

    Availability: In Stock

    Available Color: BLACK, RED, MOCHA, PINK-2, RED-4, IVORY, BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Always Happy Hour Cowl Neck Crop Top

    Embrace the sultry vibes of this cowl neck crop top for your next happy hour spree! Pair with the matching skirt to complete the vibe.

    Fit & Features

    • Double-lined slinky knit stretchy fabric
    • Cowl neckline
    • Adjustable spaghetti straps
    • Side ruched seams
    • Fitted crop hem
    • Runs true to size

     

    Shop The Matching Skirt: Always Happy Hour High-Rise Slit Midi Skirt

    Style Number/Barcode: 06001-000095

    Category Name: Getaway Glam

    Price: $22.90

    Availability: In Stock

    Available Color: GREEN, RUST

    Available Size: L, XS, S, M

    Product Badge:
    • Part of a Set
  • Major Vibe Plunge Halter Top

    You in this alluring plunge halter top will be a total vibe! Designed with a U-wired neckline and ruched side seams, this fitted top is perfect for a night out.

    Fit & Features

    • Smooth double-lined knit fabric, high stretch
    • Sleeveless plunge U-wire neckline
    • Halter strap, partially open back
    • Ruched side seams
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06001-000068

    Category Name: Getaway Glam

    Price: $26.90

    Availability: In Stock

    Available Color: BLACK, GREEN, SAGE, RED, IVORY

    Available Size: XS, S, M, L

  • Always Happy Hour High-Rise Slit Midi Skirt

    Embrace the sultry vibes of this high-rise slit midi skirt for your next happy hour spree! Pair with the matching top to complete the vibe.

    Fit & Features

    • Double-lined slinky knit stretchy fabric
    • High-rise waist
    • Side slit
    • Bodycon silhouette
    • Midi-length hem
    • Runs true to size

     

    Shop The Matching Top: Always Happy Hour Cowl Neck Crop Top

    Style Number/Barcode: 06501-000024

    Category Name: Getaway Glam

    Price: $26.90

    Availability: In Stock

    Available Color: GREEN, RUST

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Good Days Ruffle Mini Skirt

    A good day starts with the perfect look, and that includes this ruffle mini skirt! It boasts a sleek mid-rise waist and a form-hugging fit that flatters your figure.

    Fit & Features

    • Stretchy knit fabric
    • Mid-rise waist
    • Form-hugging fit
    • Ruffle mini-length hem
    • Runs true to size

    Style Number/Barcode: 06501-000017

    Category Name: Getaway Glam

    Price: $22.90

    Availability: In Stock

    Available Color: BLACK, PINK

    Available Size: XS, S, M, L

  • Feelin' The Heat Halter Crop Top

    Vacation or staycation, this halter crop top turns up the heat anywhere you go! 

    Fit & Features

    • Slinky knit stretchy fabric
    • Halter neckline with decor insert
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000056

    Category Name: Getaway Glam

    Price: $29.90

    Availability: In Stock

    Available Color: WHITE, RUST

    Available Size: XS, S, M, L

  • Tropical Lifestyle Floral Halter Mesh Crop Top

    Let sunshine days be filled with sand and compliments when you step out in this floral halter crop top. Perfect for vacations or staycations!

    Fit & Features

    • Floral print, mesh-lined fabric
    • Halter cowl neckline, tie strap
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000061

    Category Name: Getaway Glam

    Price: $26.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Pop The Cork Platform Heels

    The perfect platform block heels for daytime celebrations! These shoes are designed to elevate your look with sleek faux leather straps and cork material for a unique style.

    Fit & Features

    • Block heel
    • Almond toe
    • Faux leather toe and adjustable ankle strap, buckle closure
    • Platform sole
    • Cork material
    • Runs true to size

    Style Number/Barcode: 07401-5283

    Category Name: Getaway Glam

    Price: $32.90

    Availability: In Stock

    Available Color: BLACK

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

  • Gorgeous Getaway Tropical Print Maxi Skirt

    This alluring tropical print maxi skirt will create a gorgeous getaway look! Designed with a trendy tropical print pattern on the airy mesh fabric, it features a high-rise waist, a maxi-length hem with a sultry high-cut side slit, and a slim-fit silhouette. Style with the matching crop top for your next destination vacay!

    Shop Matching Top: Gorgeous Getaway Tropical Print Crop Top

    Fit & Features

    • High-rise waist
    • Maxi-length hem
    • High-cut side slit
    • Slim-fit silhouette
    • Tropical print
    • Sheer mesh fabric, full-length knit lining
    • Runs true to size

    Style Number/Barcode: 06501-0956

    Category Name: Getaway Glam

    Price: $24.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Vacay Queen Tropical Floral Mesh Maxi Skirt

    Slay your next vacay in this gorg tropical floral mesh maxi skirt with a mini-length lining and a high-cut side slit. Style with the matching crop top for a sultry vibe!

    Shop Matching Top: Vacay Queen Tropical Floral Mesh Tie-Front Top

    Fit & Features

    • Sheer mesh fabric with mini-length knit lining, high stretch
    • Large tropical floral print
    • Mid-rise waist
    • Hip-hugging fit
    • High side slit
    • Maxi-length hem
    • Runs true to size

    Style Number/Barcode: 06501-000030

    Category Name: Getaway Glam

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

    Product Badge:
    • Part of a Set
  • Palm Beach Straw Clutch

    The perfect straw clutch with versatile styling options and space for your essentials! 

    Fit & Features

    • Front flap closure
    • Detachable chain strap
    • Spacious interior
    • Straw material

    Style Number/Barcode: 07203-2114

    Category Name: Getaway Glam

    Price: $22.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Gorgeous Getaway Tropical Print Crop Top

    This alluring tropical print crop top will create a gorgeous getaway look! Designed with a trendy tropical print pattern on the airy mesh fabric, it features a sleeveless plunging V-neckline, halter spaghetti straps, a tie-front design under the bust, and a cropped, ruffled, babydoll hem with a flowy fit. Style with the matching maxi skirt for your next destination vacay!

    Shop Matching Bottoms: Gorgeous Getaway Tropical Print Maxi Skirt

    Fit & Features

    • Sleeveless plunging V-neckline
    • Halter spaghetti straps
    • Tie-front design
    • Cropped, ruffled, babydoll hem, flowy fit
    • Tropical print
    • Sheer mesh fabric, knit lining at the bust, moderate stretch
    • Runs true to size

    Style Number/Barcode: 06001-5074

    Category Name: Getaway Glam

    Price: $19.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Vacay Queen Tropical Floral Mesh Tie-Front Top

    Slay your next vacay in this gorg tropical floral mesh tie-front top with long sleeves and an ultra-cropped hem. Style with the matching maxi skirt for a sultry vibe!

    Shop Matching Bottoms: Vacay Queen Tropical Floral Mesh Maxi Skirt

    Fit & Features

    • Sheer mesh fabric, high stretch
    • Large tropical floral print
    • V-neckline
    • Tie-front design
    • Long bishop sleeves
    • Fitted ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06202-000019

    Category Name: Getaway Glam

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Total Doll Ruffle Mini Skirt

    Step out looking like a fashion icon in this ruffle mini skirt, perfect for a haute night out! Pair with the matching top to complete the look.

    Fit & Features

    • Stretchy knit fabric
    • Mid-rise waist
    • Bodycon silhouette
    • Ruffled mini-length hem
    • Runs true to size

     

    Shop The Matching Top: Total Doll Halter Crop Top

    Style Number/Barcode: 06501-000026

    Category Name: Getaway Glam

    Price: $22.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Feeling Myself Slit Ruffle Mini Skirt

    You'll be feeling yourself all night in this slit ruffle mini skirt perfect for grabbing drinks with your crush or the girls!

    Fit & Features

    • Smooth knit stretchy fabric
    • High-rise waist, hoop insert
    • Front slit, ruffle
    • Form-hugging fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 06501-000003

    Category Name: Getaway Glam

    Price: $24.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

  • Total Doll Halter Crop Top

    Step out looking like a fashion icon in this halter crop top, perfect for a haute night out! Pair with the matching skirt to complete the look.

    Fit & Features

    • Stretchy knit fabric
    • Halter V-neckline, keyhole accent
    • Fitted crop hem
    • Runs true to size

     

    Shop The Matching Skirt: Total Doll Ruffle Mini Skirt

    Style Number/Barcode: 06001-000097

    Category Name: Getaway Glam

    Price: $19.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set