Hidais Spaghetti Strap Sweetheart Sage Mermaid Prom Dress With Split
Hidais Spaghetti Strap Sweetheart Sage Mermaid Prom Dress With Split

Hidais Spaghetti Strap Sweetheart Sage Mermaid Prom Dress With Split

$179.00
Color:  Same as Picture
Size:  US2
Quantity
Share the love
Free Customized
Worldwide Shipping
Sustainably Made
Secure Payments
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; }