Crystal Letter M Necklace
by Rosefield
$55.00
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Product Description</title> <style> .section { padding: 10px 0; } .section-title { cursor: pointer; font-weight: bold; } .section-title span { float: right; } .section-content { display: none; padding-top: 10px; } .section:not(#material-section) { border-top: 1px solid #000; } </style> <div id="material-section" class="section"> <div class="section-title" onclick="toggleSection('description')"> Specifications <span id="description-icon">+</span> </div> <div id="description" class="section-content"> <ul> <li>Color: Gold</li> <li>Material: Plated stainless steel</li> <li>Chain type: Round snake chain 0.9mm </li> <li>Adjustable length: 42 - 46 cm</li> <li>Closure: Spring lock with pendant</li> <li>Dimensions: 0.85 x 0.8 x 0.39 cm</li> <li>SKU: JNMMG-J1085</li> </ul> </div> </div> <div class="section"> <div class="section-title" onclick="toggleSection('delivery')"> Delivery & Returns <span id="delivery-icon">+</span> </div> <div id="delivery" class="section-content"> <ul> <li>Prices include all taxes and duties</li> <li>Track & Trace included on all shipments</li> <li>1 year warranty on all jewelry</li> <li>Full delivery & return information <span style="text-decoration: underline;"><a href="https://help.rosefieldwatches.com/" target="_blank">here</a></span> </li> </ul> </div> </div> <script> function toggleSection(sectionId) { var content = document.getElementById(sectionId); var icon = document.getElementById(sectionId + '-icon'); if (content.style.display === "none" || content.style.display === "") { content.style.display = "block"; icon.textContent = "-"; } else { content.style.display = "none"; icon.textContent = "+"; } } </script>