Buy 2 Get 15% Off Sitewide, Free Shipping on Flash Sale !

Free Shipping on Orders Over $69

Buy 2 Get 15% Off Sitewide, Free Shipping on Flash Sale !

Free Shipping on Orders Over $69

const TAG = 'spz-custom-smart-search-location'; const SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960; const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement { constructor(element) { super(element); this.mobileHeaderPluginParentEle = null; } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init(); this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) { return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch(); console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self === window.top && !window.__isLoadAppSmartSearch__) { window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if (this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else { this.addMobileSmartSearch(); } } listenerResize() { window.removeEventListener('resize', window.smartSearchResizeCallback); window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => { this.init(); }, DELAY ); window.addEventListener('resize', window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList = window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek', 'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); } showMobileSmartSearch() { this.mobileHeaderPluginParentEle = this.getMobileHeaderPluginParentEle(); this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); } getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = { nova: '.header__mobile #header__plugin-container', hero: '.header__icons .tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile #header__plugin-container', wind: '#header-icons .flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const headerPluginParentSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return document.querySelector(headerPluginParentSelector); } setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) { return; } const containHidden = pluginParentEle.classList.contains('md:hidden'); const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if (containHidden || containTwHidden) { Array.from(pluginParentEle.children).forEach((pluginElement) => { if (!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display = 'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); } else { const smartSearchPluginElement = Array.from(pluginParentEle.children).find( (pluginElement) => { return this.hasSmartSearchPlugin(pluginElement); } ); smartSearchPluginElement.style.display = 'block'; } } hasSmartSearchPlugin(pluginElement) { return ( pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) || pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length > 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle = this.getMobileHeaderIconsEle(); this.smartSearchWrapEle = this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); } getMobileHeaderIconsEle() { // Must be the parent element of the plugin const MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container .flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout .header__icons', boost: '.header__mobile-bottom .tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) ); return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() { const smartSearchWrapEle = document.querySelector(this.getSmartSearchWrapSelector()); if (!smartSearchWrapEle) { return null; } return smartSearchWrapEle; } appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; } this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin', this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION = { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = { [PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header__drawer' }, [PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } }; const MbPluginPositionInTheme = [ ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]), ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ]; return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if (pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if (pre.includes(ancestor)) { return pre; } return `${pre},${ancestor} .app-smart-product-search-wrap`; }, ''); } combineMultipleSelectors(selectorList) { return selectorList.reduce((pre, selector) => { if (pre === '') { return `${selector}`; } if (pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); } } SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);
  • Log in
  • Create an account
  • Graduation Dress
  • Flash Sale
  • Wedding Guest Dress
  • Wedding Shop
  • DRESSES
    • SHOP BY LENGTH Mini Dresses Midi Dresses Maxi Dresses
    • SHOP BY COLOR White Dresses Pink Dresses Red Dresses Black Dresses Purple Dresses Yellow Dresses Blue Dresses Burgundy Dress
    • SHOP BY TREND Pearl Dresses Bow Dresses Satin Dresses Sequin Dresses Bodycon Dresses Velvet Dress Long SLeeve Dresses Corset Dresses Strapless Dresses Lace Dresses Backless Dresses Knit Dresses
    • SHOP BY OCCASION Graduation Dresses Wedding Dresses Prom Dresses Wedding Guest Dresses Formal Dresses Bridesmaid Dress Casual Dresses Party Dresses Birthday Dresses Holiday Dresses Vacation Dresses Cocktail Dresses Going Out Dresses Homecoming Dress Valentine's Dress
  • ACTIVEWEAR
    • Seamless
    • Leggings
    • Sport bras
    • Matching Sets
    • Jumpsuit
  • SLEEPWEAR
    • Shop By Style Bridal & Bridesmaid Pajamas Pajama Sets Nightdresses & Robes Valentines Pajamas
    • Shop By Color Pink Pajamas Red Pajamas Black Pajamas Green Pajamas Print Pajamas Bow Printed Pajama Set
  • CLOTHING
    • TOPS Long Sleeve Tops Sweatshirts & Hoodies Bodysuits Black Tops Basic Tops Going-Out Tops
    • BOTTOMS Pants Leggings Flare Pants Skirts Pants & Skirts
    • SWIMWEAR One Pieces Bikini Sets
  • ACCESSORIES
    • Bridal Accessories
    • Mini Kelly Bag
    • Earrings
    • Nipple Covers
    • Socks
    • Wearing Nail
    • Rings
    • Necklaces
    • Handbags
    • Shapewear
  • SALE
    • $9.9-$19.9 Flash Deal
    • $10 & UNDER SALE
    • $20 & UNDER SALE
    • $30 & UNDER SALE
  • BEST SELLER
    • Best Selling Dresses
    • Best Selling Tops
    • Best Selling Sleepwear
    • Best Selling Activewear
    • Best Selling Accessories
  • OUR STORY
  • More links

const TAG = 'spz-custom-smart-search-location'; const SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960; const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement { constructor(element) { super(element); this.mobileHeaderPluginParentEle = null; } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init(); this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) { return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch(); console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self === window.top && !window.__isLoadAppSmartSearch__) { window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if (this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else { this.addMobileSmartSearch(); } } listenerResize() { window.removeEventListener('resize', window.smartSearchResizeCallback); window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => { this.init(); }, DELAY ); window.addEventListener('resize', window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList = window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek', 'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); } showMobileSmartSearch() { this.mobileHeaderPluginParentEle = this.getMobileHeaderPluginParentEle(); this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); } getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = { nova: '.header__mobile #header__plugin-container', hero: '.header__icons .tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile #header__plugin-container', wind: '#header-icons .flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const headerPluginParentSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return document.querySelector(headerPluginParentSelector); } setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) { return; } const containHidden = pluginParentEle.classList.contains('md:hidden'); const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if (containHidden || containTwHidden) { Array.from(pluginParentEle.children).forEach((pluginElement) => { if (!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display = 'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); } else { const smartSearchPluginElement = Array.from(pluginParentEle.children).find( (pluginElement) => { return this.hasSmartSearchPlugin(pluginElement); } ); smartSearchPluginElement.style.display = 'block'; } } hasSmartSearchPlugin(pluginElement) { return ( pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) || pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length > 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle = this.getMobileHeaderIconsEle(); this.smartSearchWrapEle = this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); } getMobileHeaderIconsEle() { // Must be the parent element of the plugin const MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container .flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout .header__icons', boost: '.header__mobile-bottom .tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) ); return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() { const smartSearchWrapEle = document.querySelector(this.getSmartSearchWrapSelector()); if (!smartSearchWrapEle) { return null; } return smartSearchWrapEle; } appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; } this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin', this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION = { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = { [PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header__drawer' }, [PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } }; const MbPluginPositionInTheme = [ ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]), ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ]; return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if (pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if (pre.includes(ancestor)) { return pre; } return `${pre},${ancestor} .app-smart-product-search-wrap`; }, ''); } combineMultipleSelectors(selectorList) { return selectorList.reduce((pre, selector) => { if (pre === '') { return `${selector}`; } if (pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); } } SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);
  • Log in
  • Create an account
  • Graduation Dress
  • Flash Sale
  • Wedding Guest Dress
  • Wedding Shop
  • DRESSES
    • DRESSES
    • SHOP BY LENGTH
      • SHOP BY LENGTH
      • Mini Dresses
      • Midi Dresses
      • Maxi Dresses
    • SHOP BY COLOR
      • SHOP BY COLOR
      • White Dresses
      • Pink Dresses
      • Red Dresses
      • Black Dresses
      • Purple Dresses
      • Yellow Dresses
      • Blue Dresses
      • Burgundy Dress
    • SHOP BY TREND
      • SHOP BY TREND
      • Pearl Dresses
      • Bow Dresses
      • Satin Dresses
      • Sequin Dresses
      • Bodycon Dresses
      • Velvet Dress
      • Long SLeeve Dresses
      • Corset Dresses
      • Strapless Dresses
      • Lace Dresses
      • Backless Dresses
      • Knit Dresses
    • SHOP BY OCCASION
      • SHOP BY OCCASION
      • Graduation Dresses
      • Wedding Dresses
      • Prom Dresses
      • Wedding Guest Dresses
      • Formal Dresses
      • Bridesmaid Dress
      • Casual Dresses
      • Party Dresses
      • Birthday Dresses
      • Holiday Dresses
      • Vacation Dresses
      • Cocktail Dresses
      • Going Out Dresses
      • Homecoming Dress
      • Valentine's Dress
  • ACTIVEWEAR
    • ACTIVEWEAR
    • Seamless
    • Leggings
    • Sport bras
    • Matching Sets
    • Jumpsuit
  • SLEEPWEAR
    • SLEEPWEAR
    • Shop By Style
      • Shop By Style
      • Bridal & Bridesmaid Pajamas
      • Pajama Sets
      • Nightdresses & Robes
      • Valentines Pajamas
    • Shop By Color
      • Shop By Color
      • Pink Pajamas
      • Red Pajamas
      • Black Pajamas
      • Green Pajamas
      • Print Pajamas
      • Bow Printed Pajama Set
  • CLOTHING
    • CLOTHING
    • TOPS
      • TOPS
      • Long Sleeve Tops
      • Sweatshirts & Hoodies
      • Bodysuits
      • Black Tops
      • Basic Tops
      • Going-Out Tops
    • BOTTOMS
      • BOTTOMS
      • Pants
      • Leggings
      • Flare Pants
      • Skirts
      • Pants & Skirts
    • SWIMWEAR
      • SWIMWEAR
      • One Pieces
      • Bikini Sets
  • ACCESSORIES
    • ACCESSORIES
    • Bridal Accessories
    • Mini Kelly Bag
    • Earrings
    • Nipple Covers
    • Socks
    • Wearing Nail
    • Rings
    • Necklaces
    • Handbags
    • Shapewear
  • SALE
    • SALE
    • $9.9-$19.9 Flash Deal
    • $10 & UNDER SALE
    • $20 & UNDER SALE
    • $30 & UNDER SALE
  • BEST SELLER
    • BEST SELLER
    • Best Selling Dresses
    • Best Selling Tops
    • Best Selling Sleepwear
    • Best Selling Activewear
    • Best Selling Accessories
  • OUR STORY
  • const TAG = 'spz-custom-smart-search-location'; const SMART_PRODUCR_SEARCH_WRAP_CLASSNAME = 'app-smart-product-search-wrap'; const THEME_NAME = window.SHOPLAZZA.theme.merchant_theme_name; const BREAKPOINT = 960; const DELAY = 300; class SpzCustomSmartSearchLocation extends SPZ.BaseElement { constructor(element) { super(element); this.mobileHeaderPluginParentEle = null; } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.init(); this.listenerResize(); } init() { // PC-end not load if (this.isDesktop()) { return; } if (!window.__isLoadAppSmartSearch__) { this.initSmartSearch(); console.log('__isLoadAppSmartSearch__'); } // B-end must reload if (window.self === window.top && !window.__isLoadAppSmartSearch__) { window.__isLoadAppSmartSearch__ = true; } } initSmartSearch() { if (this.hasMobileUpperRightPlugin()) { this.showMobileSmartSearch(); } else { this.addMobileSmartSearch(); } } listenerResize() { window.removeEventListener('resize', window.smartSearchResizeCallback); window.smartSearchResizeCallback = SPZCore.Types.debounce( this.win, () => { this.init(); }, DELAY ); window.addEventListener('resize', window.smartSearchResizeCallback); } isDesktop() { const mediaQueryList = window.matchMedia(`(min-width: ${BREAKPOINT}px)`); return mediaQueryList.matches; } hasMobileUpperRightPlugin() { return !['geek', 'flash', 'boost'].includes(THEME_NAME.toLocaleLowerCase()); } showMobileSmartSearch() { this.mobileHeaderPluginParentEle = this.getMobileHeaderPluginParentEle(); this.setMobileHeaderIconsPluginStyle(this.mobileHeaderPluginParentEle); } getMobileHeaderPluginParentEle() { const MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP = { nova: '.header__mobile #header__plugin-container', hero: '.header__icons .tw-flex.tw-justify-end.tw-items-center.tw-space-x-7', onePage: '.header__mobile #header__plugin-container', wind: '#header-icons .flex.justify-end.items-center', eva: '#header__icons .plugin_content' }; const headerPluginParentSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_PLUGIN_PARENT_ELE_MAP) ); return document.querySelector(headerPluginParentSelector); } setMobileHeaderIconsPluginStyle(pluginParentEle) { if (!pluginParentEle) { return; } const containHidden = pluginParentEle.classList.contains('md:hidden'); const containTwHidden = pluginParentEle.classList.contains('md:tw-hidden'); if (containHidden || containTwHidden) { Array.from(pluginParentEle.children).forEach((pluginElement) => { if (!this.hasSmartSearchPlugin(pluginElement)) { pluginElement.style.display = 'none'; } }); pluginParentEle.classList.remove('md:hidden', 'md:tw-hidden'); } else { const smartSearchPluginElement = Array.from(pluginParentEle.children).find( (pluginElement) => { return this.hasSmartSearchPlugin(pluginElement); } ); smartSearchPluginElement.style.display = 'block'; } } hasSmartSearchPlugin(pluginElement) { return ( pluginElement.classList.contains(`${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`) || pluginElement.querySelectorAll(`.${SMART_PRODUCR_SEARCH_WRAP_CLASSNAME}`).length > 0 ); } addMobileSmartSearch() { this.mobileHeaderIconsEle = this.getMobileHeaderIconsEle(); this.smartSearchWrapEle = this.getSmartSearchWrapEle(); this.appendSmartSearchToHeader(); } getMobileHeaderIconsEle() { // Must be the parent element of the plugin const MOBILE_HEADER_ICONS_ELE_MAP = { geek: '#header-mobile-container .flex.items-center.justify-end.flex-shrink-0', flash: '#header-layout .header__icons', boost: '.header__mobile-bottom .tw-flex.tw-items-center.tw-justify-end.tw-flex-1' }; const headerIconsSelector = this.combineMultipleSelectors( Object.values(MOBILE_HEADER_ICONS_ELE_MAP) ); return document.querySelector(headerIconsSelector); } getSmartSearchWrapEle() { const smartSearchWrapEle = document.querySelector(this.getSmartSearchWrapSelector()); if (!smartSearchWrapEle) { return null; } return smartSearchWrapEle; } appendSmartSearchToHeader() { if (!this.smartSearchWrapEle) { return; } this.mobileHeaderIconsEle.insertAdjacentElement('afterbegin', this.smartSearchWrapEle); } getSmartSearchWrapSelector() { const PLUGIN_POSITION = { DRAWER: 'drawer', HEADER_TOP: 'headerTop' }; // only one this plugin of ancestor element const MOBILE_PLUGIN_POSITION_ELE_MAP = { [PLUGIN_POSITION.DRAWER]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header__drawer' }, [PLUGIN_POSITION.HEADER_TOP]: { geek: '#header-menu-mobile #menu-drawer', flash: '#menu-drawer .plugin__header-content', boost: '.header-content .logo-wrap' } }; const MbPluginPositionInTheme = [ ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.DRAWER]), ...Object.values(MOBILE_PLUGIN_POSITION_ELE_MAP[PLUGIN_POSITION.HEADER_TOP]) ]; return Object.values(MbPluginPositionInTheme).reduce((pre, ancestor) => { if (pre === '') { return `${ancestor} .app-smart-product-search-wrap`; } if (pre.includes(ancestor)) { return pre; } return `${pre},${ancestor} .app-smart-product-search-wrap`; }, ''); } combineMultipleSelectors(selectorList) { return selectorList.reduce((pre, selector) => { if (pre === '') { return `${selector}`; } if (pre.includes(selector)) { return pre; } return `${pre},${selector}`; }, ''); } } SPZ.defineElement(TAG, SpzCustomSmartSearchLocation);
Log in
(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();

Steal the Spotlight

Save 11% Save 11%

Jacquard Back Bow Embellished A-line Burgundy Mini Dress

$64.99 $72.99 +1
Save 26% Save 26%

Bow-Detail Backless Knit Burgundy Midi Dress

$42.99 $57.99
Save 13% Save 13%

Jacquard Strapless Knot A-line Mini Dress

$59.99 $68.99 +1
Save 46% Save 46%

Burgundy Jacquard Floral Back Bow A-line Mini Dress

$44.99 $82.99
Save 24% Save 24%

Jacquard Off Shoulder Bead Embellished Bow Mini Dress

$62.99 $82.99 +1
Save 16% Save 16%

Halterneck Bodycon Ruched Knit Dress

$31.99 $37.99
Save 33% Save 33%

Satin Off Shoulder Bow Detail Bubble Hem Mini Dress

$53.59 $79.99
Save 23% Save 23%

Jacquard Round Neckline Bead Embellished Bow Burgundy Mini Dress

$48.99 $63.99
Save 11% Save 11%

Jacquard Back Bow Embellished A-line Burgundy Mini Dress

$64.99 $72.99 +1
Save 26% Save 26%

Bow-Detail Backless Knit Burgundy Midi Dress

$42.99 $57.99
Save 13% Save 13%

Jacquard Strapless Knot A-line Mini Dress

$59.99 $68.99 +1
Save 46% Save 46%

Burgundy Jacquard Floral Back Bow A-line Mini Dress

$44.99 $82.99
Save 24% Save 24%

Jacquard Off Shoulder Bead Embellished Bow Mini Dress

$62.99 $82.99 +1
Save 16% Save 16%

Halterneck Bodycon Ruched Knit Dress

$31.99 $37.99
View more

style is in Session

Save 29% Save 29%

Sequin Off Shoudler Ruffle Backless Bodycon Mini Dress

$39.99 $55.99 +1
Save 18% Save 18%

Sequin Crew Neckline Backless Bow Detail Slit Mini Dress

$62.99 $76.99
Save 9% Save 9%

Sequin Diagonal Collar One Shoulder Bodycon Mini Dress

$57.99 $63.99

Sequin Square Neckline Slit Lace Up Backless Mini Dress

$62.99

Sequin Diagonal Collar Spaghetti Strap Sleeveless Mini Dress

$59.99
Save 16% Save 16%

Sequin Strapless Retro Floral Pattern Bow Bodycon Mini Dress

$52.99 $62.99

Sequin V-neckline Spaghetti Strap Backless Bodycon Mini Dress

$59.99

Sequin Strapless Retro Floral Pattern Mini Dress

$58.99
Save 29% Save 29%

Sequin Off Shoudler Ruffle Backless Bodycon Mini Dress

$39.99 $55.99 +1
Save 18% Save 18%

Sequin Crew Neckline Backless Bow Detail Slit Mini Dress

$62.99 $76.99
Save 9% Save 9%

Sequin Diagonal Collar One Shoulder Bodycon Mini Dress

$57.99 $63.99

Sequin Square Neckline Slit Lace Up Backless Mini Dress

$62.99

Sequin Diagonal Collar Spaghetti Strap Sleeveless Mini Dress

$59.99
Save 16% Save 16%

Sequin Strapless Retro Floral Pattern Bow Bodycon Mini Dress

$52.99 $62.99
View more

Sweet Pajamas

Save 28% Save 28%

Satin Bow Print Pajamas Set

$37.99 $52.99 +3

Pink/Purple Striped Pajama Set

$35.99
Save 27% Save 27%

V-neck Plaid Print Pajama Set

$34.99 $47.99
Save 31% Save 31%

Short Sleeve Satin Women Pajama Set

$32.99 $47.99 +4
Save 3% Save 3%

Spaghetti Straps Criss Cross Straps Pajamas Set

$31.99 $32.99
Save 30% Save 30%

Red Plaid Long Sleeve Pajama Set

$34.99 $49.98 +1
Save 20% Save 20%

Cute Cuff Bow Tie Pajama Set

$34.99 $43.73

Cute Printed Long Sleeve Pajama Set

$32.99
Save 28% Save 28%

Satin Bow Print Pajamas Set

$37.99 $52.99 +3

Pink/Purple Striped Pajama Set

$35.99
Save 27% Save 27%

V-neck Plaid Print Pajama Set

$34.99 $47.99
Save 31% Save 31%

Short Sleeve Satin Women Pajama Set

$32.99 $47.99 +4
View more

Support

  • Shipping Policy
  • Return & Exchange
  • Privacy Policy
  • Payment Policy
  • Terms of Service

Support

  • Shipping Policy
  • Return & Exchange
  • Privacy Policy
  • Payment Policy
  • Terms of Service

Information

  • About Us
  • Order Status
  • FAQs
  • Contact Us
  • Size Guide
  • Blogs
  • Cash Back Rewards
  • Creator Affiliate Program

Information

  • About Us
  • Order Status
  • FAQs
  • Contact Us
  • Size Guide
  • Blogs
  • Cash Back Rewards
  • Creator Affiliate Program

Get in touch

  • service@sthcute.com

Get in touch

  • service@sthcute.com

Follow us

Follow us

We accept

  • American Express
  • Mastercard
  • Visa
  • PayPal
  • JCB
  • Apple Pay
  • Google Pay

We accept

  • American Express
  • Mastercard
  • Visa
  • PayPal
  • JCB
  • Apple Pay
  • Google Pay
© 2025 Sthcute - ALL RIGHTS RESERVED About Us Order Status FAQs Contact Us Size Guide Blogs Cash Back Rewards Creator Affiliate Program

Cart

Your shopping bag is empty
View Cart