Women's Pink Retro Velvet Stand Collar Fringe Dress | Autumn & Winter Western Vintage Loose Casual Dress

$55.29
Size:  S
Quantity
/** @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_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Description

✨ Glow in plush pink velvet this season 💖🌸—retro Western vibes meet boho chic with a stand-up collar, playful tassel fringe, flowing midi hem, and a luxuriously soft texture that drapes like a dream 🌟💃!


📋 Key Info
• 🧵 Material: Soft velvet fabric for cozy warmth and elegant drape
• ✂️ Process: Retro Western-inspired design with tassel and fringe details
• ✨ Style: Loose, casual, bohemian
• 👕 Length: Mid-length
• 👔 Collar: Stand Collar
• 🌸 Elements: Fringed hem, side slits, tassel decoration, high-neck design
• 👖 Sleeve: Long Sleeve
• 🎉 Occasion: Casual outings, parties, fashion events
• 🍂 Season: Fall & Winter


❤️ Why You’ll Love It

Retro Western Charm – Stand collar, tassels, and fringe details bring playful, vintage-inspired energy to your fall and winter wardrobe 🤠✨, evoking cozy autumn strolls and festive holiday vibes.

Soft & Luxurious Velvet Fabric – Plush, smooth texture drapes elegantly, keeping you warm and comfortable during crisp evenings ❄️🛋️, while adding a subtle touch of sophistication to every look.

Flattering Loose & Flowing Fit – Mid-length cut with side slits allows graceful movement 💃, perfect for casual weekend brunches, outdoor gatherings, or relaxed evenings by the fire 🔥.

Chic Long Sleeves & High Neck Design – Provides stylish coverage 👖👢, making it easy to layer with scarves, jackets, or statement accessories for a boho-chic autumn/winter vibe.

Boho Meets Western Elegance – A timeless wardrobe staple that blends vintage charm, comfort, and versatile style, ideal for free-spirited women who love fashion with personality 💖🌾.


📏 Size Guide (CM/IN) - Female

Size UK US EU Bust (cm/in) Waist (cm/in) Hips (cm/in) Shoulder (cm/in) Thigh (cm/in)
S 8/10 4/6 36/38 88.0/34.65 68.0/26.77 94.0/37.01 38.0/14.96 54.5/21.46
M 12/14 8/10 40/42 93.0/36.61 73.0/28.74 99.0/38.98 39.3/15.47 57.3/22.56
L 16 12 44 98.0/38.58 78.0/30.71 104.0/40.94 41.5/16.34 60.1/23.66
XL 18 14 46 103.0/40.55 83.0/32.68 109.0/42.91 41.8/16.46 62.9/24.76
2XL 20 16 48 108.0/42.52 88.0/34.65 114.0/44.88 43.0/16.93 65.7/25.87
3XL 22 18 50 113.0/44.49 93.0/36.61 119.0/46.85 44.3/17.44 68.5/26.97
4XL 24 20 52 118.0/46.46 98.0/38.58 124.0/48.82 45.5/17.91 71.3/28.07
5XL 26 22 54 123.0/48.43 103.0/40.55 129.0/50.79 46.8/18.43 74.1/29.17

⚠️ Notes:
• Manual measurements may vary by 1–3 cm.
• Colors may appear slightly different depending on your screen.
• If unsure, choose one size up for a comfortable fit.


🛠 Style Inspiration
✨ Casual Chic — Pair with leggings + ankle boots + crossbody bag 👜
✨ Party Ready — Add a long coat + heeled boots for a sophisticated evening look ❄️
✨ Boho Western — Fringe and tassel details make it perfect for casual outings and festivals 🎉


⚠️ Care Instructions
• Hand wash in cold water or dry clean
• Avoid wringing fringe and tassels
• Hang to dry to preserve velvet texture and dress shape
• Iron on low heat if needed, avoid embellishments


💫 Your Western Boho Autumn & Winter Essential
Soft, plush, and effortlessly stylish—this pink velvet fringe dress is your go-to piece for chic autumn and winter outfits 🍂


🏷 Tags: #BohoWesternDress #PinkVelvetDress #FringeDress #FallWinterFashion #WesternVintageStyle #MidiDress #BohoChicStyle #AutumnWinterWardrobe #RetroFashion #CozyChic