@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: #ffffff; color: black; } .dropdown { background-color: #ffffff; 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: #333333; /* Dark accent to match the polka dots */ } .dropdown-content { display: none; background-color: #fff; padding: 15px; border-radius: 5px; border: 1px solid #eee; 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: #ffffff; margin-right: 10px; padding: 8px 15px; border: 1px solid #ccc; cursor: pointer; border-radius: 5px; } Details The Éclat Top is a masterclass in effortless elegance. This pristine white sleeveless top features a timeless black polka dot print and a clean. minimalist front. The standout feature is the intricate open-back design. secured by two delicate adjustable ties that allow for a perfectly customized fit. Sophisticated yet playful. it is the perfect companion for high-waisted trousers or your favorite summer skirt. Size Details CM Inches Size Length (cm) S 46 M 47 L 48 Size Length (in) S 18.1 M 18.5 L 18.9 Shipping & Returns Shipping: International shipping is available. Standard orders are typically processed within 24-48 hours. Returns: We offer a 30-day return policy. Please ensure the garment is unworn and the delicate back ties remain in their original condition. function toggleContent(id) { const content = document.getElementById(id); content.style.display = content.style.display === "none" || content.style.display === "" ? "block" : "none";}function showCmEclat() { document.getElementById('cmTableEclat').style.display = 'table'; document.getElementById('inchTableEclat').style.display = 'none';}function showInchesEclat() { document.getElementById('cmTableEclat').style.display = 'none'; document.getElementById('inchTableEclat').style.display = 'table';}