Hidais Retro Emerald Green Satin Asymmetrical Wide-Leg Jump Suit
Hidais Retro Emerald Green Satin Asymmetrical Wide-Leg Jump Suit

Hidais Retro Emerald Green Satin Asymmetrical Wide-Leg Jump Suit

$129.00
Color:  Same as Picture
Size:  UK6
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; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(