Beads Valentine's Day love series love full pendant beaded bracelet jewelry DIY small accessories

$28.00
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description
  • Trendy Heart Design:The pendant features a trendy heart design, making it a perfect accessory for those who love to express their love and emotions.
  • DIY Accessory:This product is an ideal DIY accessory, allowing you to create your own unique jewelry pieces.
  • Versatile Accessory:Whether you want to make a bracelet, necklace, or earrings, this versatile accessory fits all your needs.
  • High-Quality Material:Made from high-quality materials, this pendant is durable and long-lasting, ensuring you can enjoy its beauty for a long time.
  • Personalized Touch:With its heart-shaped design, this pendant adds a personalized touch to any piece of jewelry it's attached to.
  • Easy to Attach:This pendant is easy to attach to bags, clothes, or jewelry, making it a convenient addition to your wardrobe.
1
Select product
Selected 0 item(s)
M0055
M0053
M0051
M0049
M0036
M0035
M0034
M0026
M0020
M0018
M0016
MX1237
MX1238
M0010
M0008
M0007
M0005
A0001
A0005
A0011
A0015
A0047
A0059
A0061
A0063
A0068
A0074
A0075
A0121
A0126
A0133
A0136
A0232
A0236
A0371
A0374
A0375
A0376
A0377
A0380
A0426
A0024
MX0129
A0592
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)