Emerald Royal Heart Drop Earrings

Antique gold heart-shaped drop earrings with rich emerald green stone centrepiece and delicate pearl detailing. Pure statement jewellery.

10.00

Inclusive of all taxes

.cb-share-btn{ display:inline-flex; align-items:center; gap:10px; cursor:pointer; line-height:1; padding-top: 5px; } .cb-share-btn img{ width:25px; height:25px; display:block; } .cb-share-text{ font-size:16px; font-weight:400; }
Share Share
function cbShareProduct(){ if(navigator.share){ navigator.share({ title: document.title, url: window.location.href }); }else{ navigator.clipboard.writeText(window.location.href); alert("Link copied"); } }

Turn every head with our Emerald Royal Heart Drop Earrings. Crafted in antique gold finish, these stunning statement earrings feature a heart-shaped pendant with a bold oval emerald green centrepiece, surrounded by intricate filigree scrollwork and delicate pearl embellishments. Teardrop green stones cascade from the base adding a regal, festive drama. The stud top features a smaller emerald heart for a perfectly coordinated finish. Pairs beautifully with any ethnic wear — from silk sarees to Banarasi cordsets.

Similar Products

Sleek teal halter neck kurta with subtle mirror detailing at neckline, paired with matching straight pants. Minimal, modern, effortless.

1,800.00

document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('form.variations_form.cart .quantity').forEach(function(qtyWrap) { if (qtyWrap.querySelector('.cb-minus-btn')) return; const input = qtyWrap.querySelector('input.qty'); if (!input) return; const minus = document.createElement('button'); minus.type = 'button'; minus.className = 'cb-minus-btn'; minus.textContent = '−'; const plus = document.createElement('button'); plus.type = 'button'; plus.className = 'cb-plus-btn'; plus.textContent = '+'; qtyWrap.appendChild(minus); qtyWrap.appendChild(plus); minus.addEventListener('click', function() { let current = parseInt(input.value || 1, 10); let min = parseInt(input.min || 1, 10); if (current > min) { input.value = current - 1; input.dispatchEvent(new Event('change', { bubbles: true })); } }); plus.addEventListener('click', function() { let current = parseInt(input.value || 1, 10); let max = input.max ? parseInt(input.max, 10) : null; if (!max || current < max) { input.value = current + 1; input.dispatchEvent(new Event('change', { bubbles: true })); } }); }); });