Docenin™✨-Butterfly Tassel Style Zircon Earrings | Perfect Gift🎁

$18.99
$31.65
Save $12.66
7 sold
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
💖The love between you and your sis is forever!
🎁As a gift for yourself, your friends & Sis, mom & daughter, these Butterfly Tassel Style Zircon Earrings will be perfect!
 

❤ Highly Craftsmanship ❤

AAA-quality cubic zirconia with fussy cut displays high brilliance and a vibrant sparkle. A high polished finish makes the earrings become bright. Our artisans created great wearable experiences.

❤ Unique Comfort & Hypoallergenic ❤

It’s simple and understated but gorgeous and classic, grasping everyone's eyes in the crowd. It won’t turn your ears green, protect and keep your ears comfortable. These earrings will ensure a very long-lasting brilliant finish that is nickel-free, lead-free, and hypoallergenic.

❤ Style and location ❤

Suitable for a lot of daily wear, make you charmer and attractive on any occasion.

❤ Comfort-Fit ❤

These simple yet beautiful Earrings are a perfect piece of jewelry that will get everyone to compliment you. These Earrings are perfect for a gift or a loved one even treat yourself with these beautiful earrings.

❤ Made With LOVE ❤

The ultimate present for yourself, your mom, your wife or daughter, bridesmaids or bridal party, birthdays or an anniversary, or to show your friendship to loved ones.

Details:

  • Material: zinc alloy+copper
  • Color: Golden, Silver
  • Hypoallergenic, lead-free, Adjusted

Package Includes:

  • 1*Butterfly Tassel Style Zircon Earrings
  • 1*Gift box

Please take good care of your ring:
1. Keep away from irritating chemicals, such as perfume or lotion.
2. Take it off while bathing or swimming
3. Wipe clean with a cloth after use.
4. Do not leave it in a humidor-exposed place for long.

1
Select product
Selected 0 item(s)
Golden/ Left ear
Golden/ Right ear
Golden/ A pair(Left ear+Right ear)
Silver/ Left ear
Silver/ Right ear
Silver/ A pair(Left ear+Right ear)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)