Docenin™🌹Shiny Crystal Earrings

$24.99
$32.98
Save $7.99
6 sold
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

❤As a gift for your mom, these Shiny Crystal Earrings will be perfect!

Look fashionable and elegant with these gorgeous Shiny Crystal Earrings!!

Highlights

  • Small and lightweight - Wear or carry it around with you for a variety of earring options wherever you go. 

  • Wide application - Suitable for both everyday use and special occasions like parties, clubbing, weddings, and more. 

  • Perfect gift idea - Great gift to give to all ladies like mothers, grandmothers, aunts, cousins, girlfriends, and more. 

Note: The color of the earrings worn by the model is golden

Specifications

  • Material: Copper
  • Color: Gloden/Silver
  • Length: 1.2cm/ 0.5 inch
  • Weight: 15g/ 0.53 oz

Product Includes

  • 1 Pair x Shiny Crystal Earrings
1
Select product
Selected 0 item(s)
GOLDEN
SILVER
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)