✦ Verified product
Tangled Top
USD 64.96
Yadma
Verified independent store
→
@import url('https://fonts.googleapis.com/css2?family=Avenir+Next:wght@400;700&display=swap'); @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.
min.css'); body { font-family: 'Avenir Next'. sans-serif; background-color: #f9fbff; color: black; } .dropdown { background-color: #f9fbff; border: none; width: 100%; text-align: left; font-size: 18px; padding: 15px; margin-bottom: 10px; cursor: pointer; border-radius: 5px; color: black; display: flex; align-items: center; } .dropdown i { margin-right: 10px; color: #b4c7f4; /* Soft blue to match the Tangled ribbon */ } .dropdown-content { display: none; background-color: #fff; padding: 15px; border-radius: 5px; border: 1px solid #ccc; margin-bottom: 10px; } .dropdown-content table { border-collapse: collapse; width: 100%; text-align: center; } .dropdown-content th. .dropdown-content td { border: 1px solid black; padding: 10px; } .button-container { margin-bottom: 15px; } .button-container button { background-color: #f9fbff; margin-right: 10px; padding: 8px 15px; border: 1px solid #ccc; cursor: pointer; border-radius: 5px; } Details The Tangled Top is a dreamy. off-the-shoulder silhouette perfect for sun-kissed days. Featuring intricate white eyelet lace embroidery and a gathered bust. it is beautifully intertwined with a delicate light blue lace ribbon that ties at the center. The smocked bodice ensures a comfortable. form-fitting look that pairs effortlessly with your favorite mini skirt or denim. Size Details CM Inches Size Sleeve (cm) Bust (cm) Length (cm) S 9 70 - 80 42 M 10 74 - 84 43 L 11 78 - 88 44 Size Sleeve (in) Bust (in) Length (in) S 3.5 27.6 - 31.5 16.5 M 3.9 29.1 - 33.1 16.9 L 4.3 30.7 - 34.6 17.3 Shipping & Returns Shipping: International shipping is available. Orders are typically processed and shipped within 1-3 business days. Returns: Returns are accepted within 30 days of purchase. Items must be in original condition with the blue ribbon detail attached. function toggleContent(id) { const content = document.getElementById(id); content.style.display = content.style.display === "none" || content.style.display === "" ? "block" : "none";}function showCmTangled() { document.getElementById('cmTableTangled').style.display = 'table'; document.getElementById('inchTableTangled').style.display = 'none';}function showInchesTangled() { document.getElementById('cmTableTangled').style.display = 'none'; document.getElementById('inchTableTangled').style.display = 'table';}