✦ Verified product
18K Gold Plated Twisted Hoop Earrings
CAD 92.00
MyPrecious.Ca
Verified independent store
→
.accordion-container { max-width: 600px; margin: 20px auto; } .accordion-item:not(:last-child) { border-bottom: 2px solid #ddd; } .accordion-title { font-size: 18px; font-weight: n
ormal; color: #333; padding: 10px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; } .toggle-symbol { font-size: 24px; font-weight: bold; color: #888; } .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .accordion-content.open { max-height: 450px; /* Adjust as needed */ padding: 10px; } .button-detalhes { padding: 10px 30px; margin: 5px; border: none; border-radius: 50px; background-color: #f9f0d9; font-size: 16px; cursor: pointer; transition: background-color 0.3s ease; outline: none; } .button-detalhes:hover { background-color: #e2d1c3; } .popup-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1000; } .popup-content { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; padding: 20px; z-index: 1001; } .popup-close { position: absolute; top: 10px; right: 10px; cursor: pointer; font-size: 24px; } Product Description + A fun and feminine style, these gold-plated earrings are the perfect way to add a feminine touch to any outfit. These hoops offer a unique look that's sure to add some sparkle to your outfit. A great way to add a fashionable touch to your looks. The gold-plated metal makes this style perfect for parties and special occasions. This style is also great for everyday wear. Lightweight and comfortable to wear. A perfect gift for any occasion. Details + Plating: Gold 18kMaterials: Gold 18k on pure metal.Measurements: 3.5cmWeight: 16gHypoallergenic and Nickel-free365-day warranty Features + 1 18K Gold Plated Twisted Hoop Earrings Size Guide Jewelry Care × × function toggleAccordion(element) { var content = element.nextElementSibling; var toggleSymbol = element.querySelector('.toggle-symbol'); // Close all accordion contents document.querySelectorAll('.accordion-content').forEach(function (el) { if (el !== content) { el.classList.remove('open'); el.previousElementSibling.querySelector('.toggle-symbol').textContent = '+'; } }); // Toggle current accordion content if (content.classList.contains('open')) { content.classList.remove('open'); toggleSymbol.textContent = '+'; } else { content.classList.add('open'); toggleSymbol.textContent = '-'; } } function showPopup(popupId) { var popup = document.getElementById(popupId + '-popup'); if (popup) { popup.style.display = 'block'; } } function closePopup(popupId) { var popup = document.getElementById(popupId + '-popup'); if (popup) { popup.style.display = 'none'; } }