Free Shipping on Orders Over $75*
user
cart
0
Home
Shop
Shop
shop
Necklaces
Bracelets
Earrings
Rings
Custom Necklaces
About Us
Contact Us
Account
user
Cart
cart
0
Close
Review Your Cart
Your cart is currently empty.
Continue Shopping
0
item
Subtotal:
$0.00
Check out
Or View Cart
Close
Login
Create account
Collection
Bracelets
10 products
Shop Now
Earrings
40 products
Shop Now
Necklaces
64 products
Shop Now
Rings
33 products
Shop Now
Custom Necklaces
25 products
Shop Now
Best Sellers
Select Options
Emma - Necklace (Gold)
$30.00
Select Options
Select Options
Claire - Custom Necklace (Gold)
$119.00
Select Options
Select Options
Aria - Necklace (Silver)
$20.00
Select Options
Select Options
Avery - Necklace (Silver)
$20.00
Select Options
Select Options
Avery - Necklace (Rose Gold)
$20.00
Select Options
Select Options
Ava Best Friend - Necklace (Rose Gold)
$28.00
Select Options
Select Options
Ava Best Friend - Necklace (Silver)
$28.00
Select Options
Select Options
Aurora Love - Bracelet (Silver)
$20.00
Select Options
Select Options
Ariana - Custom Necklace (Silver)
from
$107.00
Select Options
Select Options
Aria - Necklace (Gold)
$20.00
Select Options
Home
Collections
Free Shipping Over $75
Free Returns
Genuine Product Guarantee
Secure Shopping Guarantee
Close
Customer Login:
Email Address
*
Password
*
Forgot your password?
Create Account
Cart
cart
0
Close
Review Your Cart
Your cart is currently empty.
Continue Shopping
0
item
Subtotal:
$0.00
Check out
Or View Cart
Close
You have successfully subscribed!
This email address is already registered!
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); });