Sitewide Buy 3 Get 1 FREE(Add 4 to Cart)
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
1 / 13
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament
0% OFF

Pumpkin Wreath DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament

1908194.04

$13.93
0 sold
Qty 3000 in stock
Specification:
Origin: Mainland China
Product Dimensions: 9.45 x 8.66 x 0.39 (inch)
Material/Diamond Type: Exquisite high-transparency acrylic sheet + crystal diamonds (irregular shapes) + round diamonds
DIY Single-Sided Rhinestone Application, Double-Sided Pattern
Size: Approximately 240*220mm
Packaging: Color box packaging
Space: Living room/Bedroom/Classroom
This project is a DIY diamond painting/rhinestone wall hanging. After completion, you can hang it in your living room, bedroom, window, balcony, or anywhere else to enjoy its beauty and share with family and friends! DIY Diamond Painting Production Steps:
1. Open the packaging box and check if all the diamond painting tools are complete;
2. According to the resin diamond color code, select one color on the plate. Pasting the same color in one go can increase speed;
3. Find the corresponding color code on the pendant and start pasting until finished;
4. After finishing, to make the diamonds secure, you can place some books on top of the pasted diamonds for a while;
5. After pasting the diamonds, hang the pendant in your favorite space.
DIY Diamond Painting Precautions:
1. Refer to the previous operating steps.
2. If you are unsure which color to use, please refer to the color chart.



Note:
1. This is a DIY diamond art pendant, not finished; you need to complete it yourself. All products are measured manually; please allow 1-2 cm deviation.
2. Due to differences in light and screen, the color of the product may be slightly different from the picture. Please understand.
Washing will affect the adhesive's stickiness; please do not wash with water.


1 x rhinestone pendant (rhinestone needs to be glued on)
1 x chain
1 x rhinestone bag set

DIY Acrylic 5D Crystal Diamond Gem Art Hanging Ornament for Home Wall Decor
Features:
1.Autumn Halloween Decor: Each pendant is finely crafted by skilled artisans, blending art and detail to add a seasonal touch to your home or office. This halloween diamond art hanging kit brings visual charm to doors, walls, and entryways.
2.Lasting Shine: Made with quality friendly materials, each piece feels sturdy and keeps its bright look over time. The diamonds painting door hanger ornament kit is designed to stay vivid, making your decor look polished through the season.
3.Rich Style Options: A variety of cute and elegant patterns makes it easy to match different tastes and spaces. With this diamond art painting wall hanging pendant, you can choose a look that fits your room, porch, or festive display.
4.Easy Diy Fun: Complete tools and clear instructions make the crafting process simple and enjoyable for beginners and hobby lovers alike. This 5d crystal diamond gem art hanging ornament helps you create a handmade piece with confidence.
5.Ideal Gift Choice: A beautiful seasonal pendant is a thoughtful present for friends, family, or a partner, adding artistic warmth to any space. The 5d gem art ornament kit offers a creative way to share holiday spirit and personal style.
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1736477762476').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);