✦ Verified product
Wren Pants
USD 48.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 Wren Pants are relaxed-fit. wide-leg trousers crafted from breathable cotton with a vintage-inspired pinstripe pattern. Featuring an elasticated waistband with button detail. these versatile pants are designed for laid-back comfort while keeping things effortlessly chic. Perfect for lounging or a breezy day out. Size Details CM Inches Size Waist (cm) Length (cm) Hip (cm) S 64-74 105 116 M 68-78 106 117 L 72-82 107 118 Size Waist (in) Length (in) Hip (in) S 25.2�9.1 41.3 45.7 M 26.8�0.7 41.7 46.1 L 28.3�2.3 42.1 46.5 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'; }