Flutter Bracelet A delicate piece featuring sparkle-set zircon stones and a gold PVD finish - designed for everyday elegance. The Flutter Bracelet pairs understated glamour with wear-all-day comfort. Each zircon stone is carefully set to reflect light with a soft shimmer, while the gold PVD coating ensures lasting brilliance and resistance to everyday wear. Lightweight yet eye-catching, this bracelet moves with you - ideal for both layering and solo styling. A refined addition to any jewelry rotation, made to complement your rhythm and your mood. .collapsible { background-color: transparent; color: #000; cursor: pointer; padding: 14px 0; width: 100%; border: none; text-align: left; font-size: 16px; font-weight: bold; border-bottom: 1px solid #eaeaea; display: flex; justify-content: space-between; align-items: center; } .collapsible:hover, .collapsible.active { color: #a8845e; } .chevron { font-size: 14px; transition: transform 0.3s ease; } .collapsible.active .chevron { transform: rotate(180deg); } .collapsible-content { padding: 10px 0; display: none; overflow: hidden; font-size: 14px; line-height: 1.6; color: #333; } Details ▾ Composition: Real Gold PVD-Plated Stainless Steel, Cubic Zirconia Length: 16cm + 4cm extension Weight: 2.5g Product Care ▾ Your pieces are made to last - but a little care goes a long way. Most Améa Gold jewellery is crafted from high-quality stainless steel, known for its durability and resistance to everyday wear. While many pieces are designed to be water-resistant, we recommend treating all items with care to help preserve their appearance over time. Keep it DryOur pieces can handle light exposure to water, but for best results, avoid wearing them in the shower, pool, or while washing hands frequently. Sweat SmartTo keep your jewellery looking fresh, remove it during workouts or intense physical activity. Store with IntentionUse the original pouch or a soft-lined jewellery box to store your pieces and avoid scratches or tangles. Last Step, Best StepAlways apply perfumes, lotions, and sprays before putting on your jewellery. These products can leave residue and dull the finish over time. document.addEventListener('DOMContentLoaded', function () { var coll = document.querySelectorAll(".collapsible"); coll.forEach(function (button) { button.addEventListener("click", function () { this.classList.toggle("active"); var content = document.getElementById(this.getAttribute('data-target')); if (content) { content.style.display = content.style.display === "block" ? "none" : "block"; } }); }); });