
Whitney Mesh Ruched Asymmetric Shoulder Dress
.product-details h2 { cursor: pointer; padding: 10px; margin: 0; font-size: 14px; font-weight: bold; display: flex; align-items: center; justify-content: space-between; color: black; } .detail-content { display: none; margin: 10px 0; padding: 5px; } .detail-content-table { width: 100%; border-collapse: collapse; margin-top: 10px; } .detail-content-table th, .detail-content-table td { border: 1px solid black; padding: 8px; text-align: left; color: black; font-size: 14px; } .product-intro { margin-bottom: 20px; } .product-intro h5 { font-size: 23px; font-weight: bold; color: black; text-transform: capitalize; line-height: 0; } .product-intro h6 { font-size: 15px; color: black; line-height: 1.5; font-weight: normal; } Description Product Name: Whitney Mesh Ruched Asymmetric Shoulder Dress This dress features a stretchy, skin-friendly fabric that shapes and sculpts the body comfortably. The large boat neck design pairs with a ruched bodice for a refined, stylish look. The built-in chest padding provides additional support, enhancing the bustline, while the asymmetric shoulder straps add a playful, unique touch to the design. SIZE CHART (CM/Inch) — Size Dress Length (cm/inch) Bust (cm/inch) Waist (cm/inch) Hips (cm/inch) XS 60cm / 23.6" 72cm / 28.3" 56cm / 22.0" 78cm / 30.7" S 61cm / 24.0" 76cm / 29.9" 60cm / 23.6" 82cm / 32.3" M 62cm / 24.4" 80cm / 31.5" 64cm / 25.2" 86cm / 33.9" L 63cm / 24.8" 84cm / 33.1" 68cm / 26.8" 90cm / 35.4" MODEL INFO + Model Height (cm/inch) Bust/Waist/Hips (cm/inch) Wearing Size Sofi 176cm / 69.3" 82cm/58cm/88cm / 32.3"/22.8"/34.6" S COMPOSITION + Fabric Composition: Mesh - 100% Cotton function toggleDetail(id) { var element = document.getElementById(id); var arrow = element.previousElementSibling.querySelector('.arrow'); if (element.style.display === 'block') { element.style.display = 'none'; arrow.textContent = '+'; } else { element.style.display = 'block'; arrow.textContent = '—'; } }