Emma - Necklace (Gold)
$30.00
Add elegance to your appearance by wearing our Emma - Necklace. Our Emma - Necklace has a stunning charm pendant with a lovely and delicate chain that is very stylish and elegant. Made of high-quality stainless steel that is hypoallergenic and...
39117015-gold-color-cn
Best Sellers Gold Necklaces New Arrivals
Add elegance to your appearance by wearing our Emma - Necklace. Our Emma - Necklace has a stunning charm pendant with a lovely...

You renderd the snippet swatch.liquid with the name of a product option — 'Metal Color' — that does not belong to your product.

Use {% render 'swatch' with 'name of your product option here' %}

Example: {% render 'swatch' with 'Color' %}

This is case-sensitive! Do not put in 'color' if your product option name is 'Color'.

Olivia - Necklace (Gold)
$28.00
Add elegance to your appearance by wearing our Olivia - Necklace. Our Olivia - Necklace has a stunning charm pendant with a lovely and delicate chain that is very stylish and elegant. Made of high-quality stainless steel that is hypoallergenic and...
35495199-gold-china
Best Sellers Gold Necklaces New Arrivals
Add elegance to your appearance by wearing our Olivia - Necklace. Our Olivia - Necklace has a stunning charm pendant with a lovely...

You renderd the snippet swatch.liquid with the name of a product option — 'Metal Color' — that does not belong to your product.

Use {% render 'swatch' with 'name of your product option here' %}

Example: {% render 'swatch' with 'Color' %}

This is case-sensitive! Do not put in 'color' if your product option name is 'Color'.

Daniel - Necklace (Gold)
$25.00
Daniel - Necklace (Gold)
$25.00
Add elegance to your appearance by wearing our Daniel - Necklace. Our Daniel - Necklace has a stunning charm pendant with a lovely and delicate chain that is very stylish and elegant. Made of high-quality stainless steel that is hypoallergenic and...
43166321-gold-color-cn-60cm
Best Sellers Gold Necklaces New Arrivals
Add elegance to your appearance by wearing our Daniel - Necklace. Our Daniel - Necklace has a stunning charm pendant with a lovely...

You renderd the snippet swatch.liquid with the name of a product option — 'Title' — that does not belong to your product.

Use {% render 'swatch' with 'name of your product option here' %}

Example: {% render 'swatch' with 'Color' %}

This is case-sensitive! Do not put in 'color' if your product option name is 'Color'.

Free Shipping Over $75
Free Returns
Genuine Product Guarantee
Secure Shopping Guarantee
Cart cart 0
You have successfully subscribed!
document.addEventListener('DOMContentLoaded', function () { const freeGiftProductId = ; // Replace `id` with the actual ID field of your freepdp const freeShippingThreshold = ; function addFreeGiftToCart() { fetch('/cart.js') .then(response => response.json()) .then(cart => { const qualifiesForFreeGift = cart.total_price >= freeShippingThreshold; const hasFreeGift = cart.items.some(item => item.id === freeGiftProductId); if (qualifiesForFreeGift && !hasFreeGift) { fetch('/cart/add.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ id: freeGiftProductId, quantity: 1 }) }).then(() => { console.log('Free gift added to cart.'); }); } else if (!qualifiesForFreeGift && hasFreeGift) { fetch('/cart/change.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ id: freeGiftProductId, quantity: 0 }) }).then(() => { console.log('Free gift removed from cart.'); }); } }); } addFreeGiftToCart(); // Re-run when cart is updated document.addEventListener('cart:updated', addFreeGiftToCart); });