✦ Verified product
Belladonna Pants
USD 56.98
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; color: black; background-color: #fff8fa; } .dropdown { background-color: #fff8fa; 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: #f4a3b4; } .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 button { background-color: #fff8fa; margin-right: 10px; padding: 8px 15px; border: 1px solid #ccc; cursor: pointer; border-radius: 5px; } Details The Belladona Pants are a blend of grace and ease. featuring a flowy wide-leg silhouette adorned with a subtle embossed floral texture. Made from a semi-sheer lightweight fabric with an elastic waistband. they offer both comfort and elevated charm. Pair them with a sleek top for a romantic lounge look or an effortlessly chic day out. Size Details CM Inches Size Waist (cm) Hip (cm) Length (cm) XS 68 102 107 S 72 106 108 M 76 110 109 L 80 114 110 Size Waist (in) Hip (in) Length (in) XS 26.8 40.2 42.1 S 28.3 41.7 42.5 M 29.9 43.3 42.9 L 31.5 44.9 43.3 Shipping & Returns Shipping:We ship internationally with flexible delivery options to suit your schedule. Returns:Unworn. full-price items are returnable within our policy window. Please see our Return Policy page for full terms and conditions. function toggleContent(sectionId) { const content = document.getElementById(sectionId); content.style.display = content.style.display === "none" || content.style.display === "" ? "block" : "none"; } function showInches() { document.getElementById('cmTable').style.display = 'none'; document.getElementById('inchTable').style.display = 'table'; } function showCm() { document.getElementById('cmTable').style.display = 'table'; document.getElementById('inchTable').style.display = 'none'; }