
This openwork ring, decorated with a 4-petal flower, was designed with the greatest care. Work of such finesse can only be achieved with a natural material such as silver./*Style to make the title clickable */ .description-title { cursor: pointer; display:flex; align-items: center; } /* Style for the arrow */ .arrow::before { content: "\25B8"; /* Unicode code for the right-pointing arrow */ margin-right: 5px; /* Spacing between the arrow and the text */ } /* Style for the arrow when it is open */ .description-title.open .arrow::before { content: "\25BE"; /* Unicode code for the down arrow */ } .description-content { display: none; /* Description content hidden by default */ margin-left: 20px; /* Left margin to align with the arrow */ } .description-title.open + .description-content { display: block; /* Show content when title is opened */ } Details Material: 925 silver gilded with 18 carat fine gold, and cubic zirconia The size of the ring is slightly adjustable, the ring tightens or enlarges: from size 52 to 54 Water resistant and hypoallergenic Delivered in their pretty Flyja box function toggleDescription(element) { element.classList.toggle('open'); }