Amelia - Necklace
$32.00
Amelia - Necklace
$32.00
Add elegance to your appearance by wearing our Amelia - Necklace. Our Amelia - 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...
35914102-gold-china
Best Sellers Gold Necklaces New Arrivals
Add elegance to your appearance by wearing our Amelia - Necklace. Our Amelia - 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'.

Alice - Custom Bracelet (Gold)
$131.00
Our personalized name bracelet is made from Hypoallergenic materials that are safe for your skin. This stylish bracelet can be personalized with any name you choose. This personalized name bracelet is the best Birthday gifts, Wedding gifts, Bridal shower gifts,...
17908231-gold-color-china
Best Sellers Gold New Arrivals
Our personalized name bracelet is made from Hypoallergenic materials that are safe for your skin. This stylish bracelet can be personalized with...

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'.

Abigail - Necklace (Gold)
$32.00
Add elegance to your appearance by wearing our Abigail - Necklace. Our Abigail - 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...
37986597-gold-color-2019-china-43cm
Best Sellers Crystal Gold Necklaces New Arrivals
Add elegance to your appearance by wearing our Abigail - Necklace. Our Abigail - 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'.

You renderd the snippet swatch.liquid with the name of a product option — 'Year' — 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'.

You renderd the snippet swatch.liquid with the name of a product option — 'Size' — 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); });