Zoom the image with the mouse
Free Shipping
Worldwide
Free
Returns
Secure Shopping
Guarantee

Scarlett - Necklace (Gold)

2 sold in last 8 hours
$32.00
Title *
$32.00
customers are viewing this product
Scarlett - Necklace (Gold)

Description

Add elegance to your appearance by wearing our Scarlett - Necklace. Our Scarlett - 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 friendly to sensitive skin. 

This one will be one of those pieces you can wear casual or dress it up and a piece that works with most outfits. Adding elegance to your personality, exquisite designs for every occasion. A perfect gift for yourself, your lovers, your friends, your mother or daughter on Christmas Day, Birthdays, Valentine's Day, Mother's Day, Graduation, Wedding, Anniversary, Engagement, and any special occasions.

Features:

  • High-quality 
  • Fashionable
  • Suitable for any occasion
  • Wide compatibility
  • Exquisite and chic charm design
  • Made of stainless steel

USA/UK: 5 to 7 days via USPS - Tracked Shipping

Australia/Canada: 5 to 7 days via USPS - Tracked Shipping

Rest Of The World: 10 - 21 days with full tracking via USPS (FREE)

Our goal is to offer you the best shipping options, no matter where you live. Every day, we deliver to hundreds of customers across the world, ensuring that we provide the very highest levels of responsiveness to you at all times.

If you haven't received a shipping confirmation email with your tracking info within 3 days then feel free to get in touch.

REFUNDS

We offer a 100% money-back guarantee if you are not 100% satisfied with your order. Our return policy lasts 30 days. If 30 days have gone by since your purchase, unfortunately, we can’t offer you a refund or exchange. To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.

Scarlett - Necklace (Gold)
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); });