UrCustomHUB - Window View Embroidery Kit: Frame Your World in Stitches

people are viewing this right now
$22.99
Tax included. Shipping calculated at checkout.
Option : Window View - A
Quantity
Worldwide shipping
Sustainably made
Secure payments
Description

For more embroidery options, please visit our DIY Embroidery Collection

UrCustomHUB Window View Embroidery Kit: Frame Your World in Stitches

Step into a world of creative storytelling with the UrCustomHUB Window View Embroidery Kit, a charming blend of craft and decor that brings the outdoors indoors. Each piece is designed to resemble a view through a window, offering a delightful perspective that celebrates nature’s serenity and elegance.

🌿 UrCustomHUB Window View Embroidery Kit: Stitch Your Window to the World 🌿

Crafting a View for Everyone:

  • Beginner-Friendly & Beyond: With clear step-by-step instructions and access to detailed video tutorials, this kit is perfect for all levels of embroidery enthusiasts.
  • Relaxing & Artistic: Transform embroidery into a mindful escape as you stitch serene scenes of forests, lakes, and gardens into life.

Creative Designs with a Unique Perspective:

  • Art Imitates Life: The irregularly shaped hoops mimic window frames, giving your embroidery an enchanting “view-like” effect.
  • Versatile Decor: Frame your finished piece to hang on walls, gift it as a token of care, or use it to embellish other textiles.

Premium Materials for Picture-Perfect Results:

  • Elegant Frames: The kit includes irregularly shaped faux wood embroidery hoops, designed to frame your work beautifully.
  • Vivid & Durable Threads: Crafted with high-quality embroidery floss for vibrant, lasting colors.
  • Thoughtful Design: The pre-printed fabric acts as your guide to create intricate, lifelike patterns with ease.

An Ideal Gift for Creators and Dreamers:

  • Personal & Unique: The “window view” concept makes this kit a thoughtful gift for loved ones, celebrating creativity and the magic of handcrafting.
  • Keepsakes of Serenity: Completed pieces become timeless treasures, capturing moments of artistic joy and relaxation.

Kit Includes:

  • 1 pre-printed embroidery cloth featuring a window-inspired design
  • 3 high-quality embroidery needles
  • Colorful threads matched to the natural themes of the designs
  • A uniquely shaped faux wood hoop to replicate a window frame
  • Detailed instructions for creating your masterpiece

Stitching Nature’s Beauty Through Your Window:

The UrCustomHUB Window View Embroidery Kit isn’t just a craft—it’s a journey into peaceful creativity. Every stitch opens a new perspective, allowing you to frame your world with art and passion.

🌟 Order Yours Today and Let Creativity Shine Through! 🌟

At UrCustomHUB, we’re committed to sustainability. Each kit is packed with care, using eco-friendly materials to ensure your crafting journey is both delightful and planet-friendly.

📩 For any questions, reach out to us at service@urcustomhub.com. Let’s bring the art of embroidery into every home, one stitch at a time.

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.