DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
1 / 11
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car
0% OFF
EDS

DIY Diamond Painting Decor Acrylic Desk Ornament - Flower Car

£17.99
0 sold
Qty 3000 in stock

diamond Art Table Decor Xmas Ornament Table Top diamond Painting Decor Nutcracker Ornament Crystal Painting Desktop Kit Flower Car Ornament diamond Painting Desktop Decor for Home Office Desktop Decor
Features:
1.Create Stunning Artwork: Our DIY diamond Painting table decor kit allows you to create stunning artwork that can be used to decorate your home or given as a handmade gift. With numbered adhesive templates, you can easily pick up and place colorful resin gems on the corresponding points, resulting in a breathtaking crystal art piece.
2.Relaxing and Therapeutic Activity: Engaging in this crystal painting desktop kit activity is not only a creative outlet but also a relaxing and therapeutic experience. Whether you are an adult or a child (6 years and above), the process of placing the gems on the template can help relieve stress and provide a calming effect, making it perfect for unwinding after a long day.
3.Suitable for All Skill Levels: Whether you are a seasoned artist or new to crafting, our DIY diamond Painting desktop decor is designed to be user-friendly and suitable for all skill levels. The numbered templates guide you throughout the process, ensuring a satisfying and enjoyable creative journey.
4.Decorate Your Home with Personalized Art: Add a touch of personalization to your living space by displaying your finished diamond art table decors. These sparkling crystal artworks will enhance any room's aesthetic and serve as a unique conversation piece. Transform your walls into a gallery of your own creativity.
5.Thoughtful and Meaningful Gift: Looking for a special gift for your loved ones? Our DIY desktop diamond Painting ornament makes for a thoughtful and meaningful present. Handcrafted gifts carry a personal touch and show the recipient how much you care. Surprise your friends or family with their own diamond art masterpiece, showcasing your love and creativity.

Specification:
Origin: Mainland China
Use: Paintings
Product Size: 195.00x150.00x10.00mm/7.68x5.91x0.39inch
Material: high quality acrylic + bright diamonds
Type: /Nutcracker Ornament 
Colour: as shown in the picture
Space: living room/bedroom/classroom
DIY diamond Painting production steps.
1. Open the box, check whether the diamond Painting tools are complete;
2. according to the resin diamond colour code, choose a colour on the plate, if you paste the same colour at one time, you can improve the speed;
3. Find the corresponding colour code on the pendulum and start pasting until finished;
4. after finishing, in order to be able to make the diamonds stable, you can take some books and press them on top of the paste diamond part for a while;
5. Stick the diamond after the completion of the Christmas tree ornaments on the bottom of the double-sided tape, tear off the double-sided tape, insert the base, will be a small pendant strung on a rope, hanging to the Christmas tree!
 DIY diamond Painting precautions.
1. Refer to the previous steps
2. If you don't know what colour to use, please refer to the colour chart.
Caution.
1. This is diy point diamond art ornament, not finished, need you to finish it by yourself.
2. Washing will affect the adhesion of the glue, please do not wash it

Note:
Due to the different monitor and light effect, the actual color of the item might be slightly different from the color showed on the pictures. Thank you!
Please allow 1-2cm measuring deviation due to manual measurement.

Package  Content:
1 set X Point diamond Pendant 
5 X Stands 
1 set X Drill kit (Rhinestones need to be attached)
1 X Drill Pen
1 X Drill disc
1 X Drilling clay

You May Also Like Don't Like These?
Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.