Soletsbegin Soletsbegin Soletsbegin

  • Home
  • Viking Men
  • Men's Star & Moon
  • Women's Bohemian Style
      Women's Dress Women's Tops Women's Bottoms Women's Clothing
    Boho Flowers Embroidered Linen Blend Maxi Dress Boho Flowers Embroidered Linen Blend Maxi Dress SALE

    Boho Flowers Embroidered Linen Blend Maxi Dress

    $23.99 $50.38
    Save $26.39
  • Robes
  • Summer
  • Two-Piece Set
  • Cape
  • Hoodie
  • Shirt
  • Pants
  • More links
  • Log in
  • Create an account
  • Home
  • Viking Men
  • Men's Star & Moon
  • Women's Bohemian Style
    • Women's Bohemian Style
    • Women's Dress
    • Women's Tops
    • Women's Bottoms
    • Women's Clothing
  • Robes
  • Summer
  • Two-Piece Set
  • Cape
  • Hoodie
  • Shirt
  • Pants
  • Log in
  • Create an account

Login

Please enter your e-mail and password:
Forgot password?
Don't have an account? Create one
Subscribe Today To Hear First About Our Sales
Thanks for subscribing
Company Information
  • About Us
  • Contact Us
  • Payment Methods
  • Track Your Order
  • Intellectual Property Rights
Service Center
  • Terms Of Service
  • Privacy Policy
  • Refund/Return Policy
  • Shipping & Handling
Get in touch
Email:soletsbegin@outlook.com
Follow us
WE ACCEPT
Apple Pay Mastercard PayPal Visa Discover Diners Club Maestro JCB American Express
© 2026 Soletsbegin 

Sign up and save

Entice customers to sign up for your mailing list with discounts or exclusive offers. Include an image for extra impact.
Thanks for subscribing
No Thanks

Cart

Your cart is currently empty.
const TAG = 'spz-custom-cart-coupon-code-utils'; class SpzCustomCartCouponCodeUtils extends SPZ.BaseElement { constructor(element) { super(element); } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.keepOpenGuardBound_ = false; this.registerAction('setSideBarHeight', this.setSideBarHeight_.bind(this)); this.onResize_ = this.setSideBarHeight_.bind(this); window.addEventListener('resize', this.onResize_); } detachedCallback() { if (this.onResize_) { window.removeEventListener('resize', this.onResize_); this.onResize_ = null; } } ensureKeepOpenGuard_($sideBar) { if (this.keepOpenGuardBound_) return; this.keepOpenGuardBound_ = true; const observer = new MutationObserver(() => { if ($sideBar.hasAttribute('open') && $sideBar.hasAttribute('hidden')) { $sideBar.removeAttribute('hidden'); this.setSideBarHeight_(); } }); observer.observe($sideBar, { attributes: true, attributeFilter: ['hidden', 'open'] }); } getOpenDrawer_() { return document.querySelector('[data-section-type="cart_drawer"] spz-sidebar[open]'); } setSideBarHeight_() { const $sideBar = document.querySelector('#cart-coupon-code-modal'); if (!$sideBar) return; this.ensureKeepOpenGuard_($sideBar); const windowHeight = window.innerHeight; const $drawer = this.getOpenDrawer_(); if (!$drawer) { $sideBar.style.setProperty('max-height', windowHeight * 0.9 + 'px', 'important'); $sideBar.style.removeProperty('height'); $sideBar.style.removeProperty('width'); $sideBar.classList.remove('cart-coupon-code-modal--in-drawer'); return; } const drawerHeight = (windowHeight - 40) + 'px'; $sideBar.style.setProperty('max-height', drawerHeight, 'important'); $sideBar.style.setProperty('height', drawerHeight, 'important'); $sideBar.classList.add('cart-coupon-code-modal--in-drawer'); const rect = $drawer.getBoundingClientRect(); if (rect.width > 0) { $sideBar.style.setProperty('width', rect.width + 'px', 'important'); } } } SPZ.defineElement(TAG, SpzCustomCartCouponCodeUtils); const TAG = 'spz-custom-marketing-utils'; class SpzCustomMarketingUtils extends SPZ.BaseElement { constructor(element) { super(element); } static deferredMount() { return false; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } mountCallback() { this.ensureToastInBody_('coupon-code-toast-wrap'); } showCouponCodeToast_(message) { this.ensureToastInBody_('coupon-code-toast-wrap'); const toastEl = document.getElementById('coupon-code-toast'); if (!toastEl) return; SPZ.whenApiDefined(toastEl).then((apis) => { apis.showToast(message); }); } ensureToastInBody_(id) { const wrapEl = document.getElementById(id); if (!wrapEl) return; if (!wrapEl.closest('[data-section-type="cart_drawer"]')) return; if (wrapEl.parentNode !== document.body) { document.body.appendChild(wrapEl); } } buildCallback() { this.registerAction('addToCartTrigger', (invocation) => { window.$ && $(document).trigger('dj.common.cart.change'); window.$ && $(document).trigger('dj.addToCart', invocation.event.detail); }); this.registerAction('showAddToCartToast', () => { this.showCouponCodeToast_("Added successfully"); }); } } SPZ.defineElement(TAG, SpzCustomMarketingUtils);
Taxes and shipping calculated at checkout