{"product_id":"diy-patchwork-fabric-christmas-tree-kit","title":"DIY Patchwork Fabric Christmas Tree Kit","description":"\u003cscript defer src=\"\/cdn\/shop\/s\/prod\/tksjwbx5kywxu169\/components\/product\/expander.js\"\u003e\u003c\/script\u003e \u003ctheme-product-expander data-collapse-mode=\"none\" style=\"     --expander-max-height: unset;     --expander-max-rows: unset;   \"\u003e \u003cdiv class=\"product-expander__content rte\"\u003e \u003cdiv class=\"patchwork-tree-page\"\u003e \u003cdiv class=\"patchwork-tree-page\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cstyle\u003e  \/* =========================================================    GLOBAL ========================================================= *\/  .patchwork-tree-page{   position:relative;   max-width:1000px;   margin:0 auto;   overflow:hidden;   background:     radial-gradient(circle at 50% 0%,rgba(191,44,45,.10),transparent 28%),     linear-gradient(180deg,#fffaf0 0%,#f9f1df 48%,#f4ead4 100%);   color:#253126;   font-family:Arial,Helvetica,sans-serif;   line-height:1.65; }  .patchwork-tree-page *{   box-sizing:border-box; }  .pt-content{   position:relative;   z-index:5; }  .patchwork-tree-page h1, .patchwork-tree-page h2, .patchwork-tree-page h3, .patchwork-tree-page p{   margin-top:0; }  .patchwork-tree-page h1{   max-width:850px;   margin:0 auto 15px;   font-family:Georgia,'Times New Roman',serif;   font-size:42px;   line-height:1.08;   color:#254b2b; }  .patchwork-tree-page h2{   margin-bottom:12px;   font-family:Georgia,'Times New Roman',serif;   font-size:30px;   line-height:1.22;   color:#28492d; }  .patchwork-tree-page h3{   margin-bottom:7px;   font-size:19px;   color:#2f4831; }  .patchwork-tree-page p{   color:#5d635a;   font-size:16px; }   \/* =========================================================    HERO ========================================================= *\/  .pt-hero{   position:relative;   padding:65px 24px 32px;   text-align:center; }  .pt-eyebrow{   display:inline-block;   margin-bottom:16px;   padding:8px 17px;   border:1px solid rgba(144,24,29,.22);   border-radius:40px;   background:rgba(255,255,255,.68);   color:#9c2629;   font-size:12px;   font-weight:800;   letter-spacing:1.2px; }  .pt-subtitle{   max-width:720px;   margin:0 auto;   color:#6d6559 !important;   font-size:18px !important; }  .pt-mini{   margin-top:17px !important;   color:#a03437 !important;   font-size:14px !important;   font-weight:700; }   \/* =========================================================    FEATURE BAR ========================================================= *\/  .pt-feature-bar{   display:grid;   grid-template-columns:repeat(4,1fr);   gap:10px;   padding:0 24px 32px; }  .pt-chip{   padding:16px 9px;   text-align:center;   border:1px solid rgba(58,95,53,.13);   border-radius:15px;   background:rgba(255,255,255,.72);   box-shadow:0 7px 24px rgba(95,64,28,.05);   font-size:13px;   color:#475348; }  .pt-chip span{   display:block;   margin-bottom:4px;   font-size:24px; }   \/* =========================================================    SECTIONS ========================================================= *\/  .pt-section{   padding:30px 24px; }  .pt-center{   max-width:760px;   margin-left:auto;   margin-right:auto;   text-align:center; }  .pt-tag{   margin-bottom:6px;   color:#aa3534;   font-size:12px;   font-weight:800;   letter-spacing:1.2px;   text-transform:uppercase; }   \/* =========================================================    IMAGE SYSTEM    1:1 safe display ========================================================= *\/  .pt-media{   position:relative;   width:100%;   aspect-ratio:1 \/ 1;   margin:21px 0 27px;   overflow:hidden;   border-radius:18px;   background:#f6eedf;   box-shadow:0 16px 45px rgba(72,51,26,.10); }  .pt-media::before{   content:'';   position:absolute;   inset:11px;   z-index:3;   border:2px dashed rgba(255,255,255,.72);   border-radius:12px;   pointer-events:none; }  .pt-media img{   width:100%;   height:100%;   display:block;   object-fit:contain;   object-position:center;   transition:     transform .7s ease,     filter .7s ease; }  .pt-media:hover img{   transform:scale(1.018);   filter:brightness(1.035) saturate(1.03); }  \/* subtle warm sweep *\/  .pt-media::after{   content:'';   position:absolute;   top:-80%;   left:-80%;   width:35%;   height:260%;   background:     linear-gradient(       105deg,       transparent,       rgba(255,244,191,.20),       transparent     );   transform:rotate(12deg);   animation:ptImageShine 8s ease-in-out infinite;   pointer-events:none; }  .pt-placeholder{   position:absolute;   inset:0;   display:flex;   align-items:center;   justify-content:center;   padding:35px;   text-align:center;   color:#967d62;   font-size:14px;   background:     radial-gradient(circle,rgba(154,63,50,.07),transparent 60%); }   \/* =========================================================    BENEFITS ========================================================= *\/  .pt-benefits{   display:grid;   grid-template-columns:repeat(2,1fr);   gap:14px;   margin-top:22px; }  .pt-benefit{   position:relative;   padding:23px;   border-radius:16px;   border:1px solid rgba(50,83,46,.11);   background:rgba(255,255,255,.68);   box-shadow:0 8px 24px rgba(75,54,30,.04);   transition:transform .3s ease; }  .pt-benefit::after{   content:'';   position:absolute;   inset:7px;   border:1px dashed rgba(161,48,48,.13);   border-radius:11px;   pointer-events:none; }  .pt-benefit:hover{   transform:translateY(-4px); }  .pt-benefit-icon{   margin-bottom:8px;   font-size:28px; }   \/* =========================================================    PROCESS ========================================================= *\/  .pt-process{   display:grid;   grid-template-columns:repeat(4,1fr);   gap:11px;   margin-top:20px; }  .pt-step{   padding:18px 12px;   text-align:center;   border-radius:15px;   background:#fffaf3;   border:1px solid rgba(81,108,67,.12); }  .pt-step-num{   display:flex;   width:36px;   height:36px;   margin:0 auto 9px;   align-items:center;   justify-content:center;   border-radius:50%;   background:#a62d31;   color:#fff;   font-weight:800; }  .pt-step strong{   display:block;   margin-bottom:5px;   color:#334a35; }  .pt-step p{   margin:0;   font-size:13px; }   \/* =========================================================    PACKAGE CONTENTS ========================================================= *\/  .pt-package{   position:relative;   margin-top:20px;   padding:27px;   overflow:hidden;   border-radius:20px;   background:     linear-gradient(145deg,#31573a,#23462e);   color:#fff;   box-shadow:0 18px 45px rgba(35,64,38,.17); }  .pt-package::before{   content:'';   position:absolute;   inset:10px;   border:2px dashed rgba(255,238,199,.30);   border-radius:14px;   pointer-events:none; }  .pt-package h2{   color:#fff; }  .pt-package p{   color:#e7efe5; }  .pt-package-grid{   display:grid;   grid-template-columns:repeat(3,1fr);   gap:10px;   margin-top:20px; }  .pt-package-item{   padding:14px 9px;   text-align:center;   border-radius:12px;   background:rgba(255,255,255,.09);   border:1px solid rgba(255,255,255,.09);   color:#f7f3e9;   font-size:13px; }  .pt-package-item span{   display:block;   margin-bottom:5px;   font-size:24px; }   \/* =========================================================    QUOTE ========================================================= *\/  .pt-quote{   margin-top:20px;   padding:25px;   border-left:4px solid #a52d30;   border-radius:0 15px 15px 0;   background:rgba(255,255,255,.72);   color:#5d5147;   font-family:Georgia,'Times New Roman',serif;   font-size:18px;   font-style:italic; }   \/* =========================================================    REVIEWS ========================================================= *\/  .pt-reviews{   display:grid;   grid-template-columns:repeat(3,1fr);   gap:14px;   margin-top:20px; }  .pt-review{   padding:21px;   border-radius:15px;   background:rgba(255,255,255,.72);   border:1px solid rgba(67,99,54,.10); }  .pt-stars{   margin-bottom:8px;   color:#d8a530;   letter-spacing:2px; }  .pt-review-name{   margin-top:11px;   color:#9d3335;   font-size:14px;   font-weight:700; }   \/* =========================================================    PRODUCT DETAILS ========================================================= *\/  .pt-specs{   margin-top:20px;   overflow:hidden;   border-radius:16px;   border:1px solid rgba(62,89,52,.12);   background:rgba(255,255,255,.65); }  .pt-spec-row{   display:grid;   grid-template-columns:195px 1fr;   gap:15px;   padding:13px 18px;   border-bottom:1px solid rgba(71,95,64,.10); }  .pt-spec-row:last-child{   border-bottom:none; }  .pt-spec-name{   color:#8f3434;   font-weight:700; }  .pt-spec-value{   color:#535c52; }   \/* =========================================================    FAQ ========================================================= *\/  .patchwork-tree-page details{   margin-bottom:10px;   padding:15px 17px;   border-radius:13px;   background:rgba(255,255,255,.68);   border:1px solid rgba(65,95,55,.11); }  .patchwork-tree-page summary{   cursor:pointer;   color:#344a35;   font-weight:700; }  .patchwork-tree-page details p{   margin-top:10px;   margin-bottom:0;   font-size:14px; }   \/* =========================================================    FINAL ========================================================= *\/  .pt-final{   margin:30px 24px 45px;   padding:42px 25px;   text-align:center;   border-radius:22px;   background:     radial-gradient(circle at 50% 20%,rgba(255,217,130,.27),transparent 48%),     linear-gradient(145deg,#922b2f,#6e2023);   color:#fff;   box-shadow:0 18px 50px rgba(110,32,35,.16); }  .pt-final h2{   color:#fff; }  .pt-final p{   max-width:660px;   margin:auto;   color:#f9e9df; }   \/* =========================================================    FLOATING FABRIC SCRAPS ========================================================= *\/  .pt-fabric-layer{   position:absolute;   inset:0;   z-index:2;   overflow:hidden;   pointer-events:none; }  .pt-fabric{   position:absolute;   top:-40px;   width:15px;   height:15px;   border-radius:2px;   opacity:.15;   animation:ptFabricFall linear infinite; }  .pt-fabric:nth-child(4n+1){   background:#9d292d;   background-image:     linear-gradient(90deg,transparent 45%,rgba(255,255,255,.25) 46%,rgba(255,255,255,.25) 52%,transparent 53%),     linear-gradient(0deg,transparent 45%,rgba(255,255,255,.25) 46%,rgba(255,255,255,.25) 52%,transparent 53%); }  .pt-fabric:nth-child(4n+2){   background:#315c36; }  .pt-fabric:nth-child(4n+3){   background:#d6bd7a; }  .pt-fabric:nth-child(4n+4){   background:#4a5f42; }  .pt-fabric:nth-child(1){left:4%;animation-duration:19s;animation-delay:-5s;} .pt-fabric:nth-child(2){left:11%;animation-duration:23s;animation-delay:-12s;} .pt-fabric:nth-child(3){left:18%;animation-duration:17s;animation-delay:-4s;} .pt-fabric:nth-child(4){left:25%;animation-duration:24s;animation-delay:-15s;} .pt-fabric:nth-child(5){left:33%;animation-duration:20s;animation-delay:-7s;} .pt-fabric:nth-child(6){left:40%;animation-duration:26s;animation-delay:-16s;} .pt-fabric:nth-child(7){left:48%;animation-duration:18s;animation-delay:-3s;} .pt-fabric:nth-child(8){left:56%;animation-duration:22s;animation-delay:-11s;} .pt-fabric:nth-child(9){left:64%;animation-duration:25s;animation-delay:-18s;} .pt-fabric:nth-child(10){left:72%;animation-duration:19s;animation-delay:-6s;} .pt-fabric:nth-child(11){left:81%;animation-duration:23s;animation-delay:-14s;} .pt-fabric:nth-child(12){left:89%;animation-duration:20s;animation-delay:-9s;} .pt-fabric:nth-child(13){left:96%;animation-duration:27s;animation-delay:-19s;}   \/* =========================================================    GOLD SPARKLES ========================================================= *\/  .pt-spark{   position:absolute;   width:4px;   height:4px;   border-radius:50%;   background:#e9b94f;   box-shadow:0 0 9px rgba(233,185,79,.8);   opacity:.4;   animation:ptTwinkle 3s ease-in-out infinite; }  .pt-spark.s1{top:6%;left:10%;animation-delay:-1s;} .pt-spark.s2{top:15%;left:88%;animation-delay:-2.3s;} .pt-spark.s3{top:35%;left:6%;animation-delay:-.4s;} .pt-spark.s4{top:55%;left:92%;animation-delay:-1.7s;} .pt-spark.s5{top:74%;left:11%;animation-delay:-2.6s;} .pt-spark.s6{top:88%;left:85%;animation-delay:-.9s;}   \/* =========================================================    ANIMATION ========================================================= *\/  @keyframes ptFabricFall{   0%{     transform:translate3d(0,0,0) rotate(0deg);     opacity:0;   }    8%{     opacity:.16;   }    45%{     transform:translate3d(24px,520px,0) rotate(160deg);   }    100%{     transform:translate3d(-20px,1350px,0) rotate(360deg);     opacity:.03;   } }  @keyframes ptTwinkle{   0%,100%{     opacity:.18;     transform:scale(.7);   }    50%{     opacity:.75;     transform:scale(1.35);   } }  @keyframes ptImageShine{   0%,66%{     left:-80%;     opacity:0;   }    72%{     opacity:1;   }    92%,100%{     left:135%;     opacity:0;   } }   \/* =========================================================    MOBILE ========================================================= *\/  @media(max-width:700px){    .patchwork-tree-page h1{     font-size:31px;   }    .patchwork-tree-page h2{     font-size:24px;   }    .pt-hero{     padding:47px 17px 24px;   }    .pt-subtitle{     font-size:16px !important;   }    .pt-feature-bar{     grid-template-columns:repeat(2,1fr);     padding:0 17px 26px;   }    .pt-section{     padding:25px 17px;   }    .pt-benefits{     grid-template-columns:1fr;   }    .pt-process{     grid-template-columns:repeat(2,1fr);   }    .pt-package-grid{     grid-template-columns:repeat(2,1fr);   }    .pt-reviews{     grid-template-columns:1fr;   }    .pt-spec-row{     grid-template-columns:1fr;     gap:3px;   }    .pt-media{     width:100%;     aspect-ratio:1 \/ 1;     min-height:0;   }    .pt-media img{     width:100%;     height:100%;     object-fit:contain;   }    .pt-final{     margin:25px 17px 36px;   } }  \u003c\/style\u003e \u003cdiv class=\"patchwork-tree-page\"\u003e\n\u003c!-- =========================================================      DECORATIVE EFFECTS ========================================================= --\u003e \u003cdiv class=\"pt-fabric-layer\"\u003e \u003c\/div\u003e \u003cdiv class=\"pt-content\"\u003e\n\u003c!-- =========================================================      HERO ========================================================= --\u003e \u003cdiv class=\"pt-hero\"\u003e \u003cdiv class=\"pt-eyebrow\"\u003e🧵 STITCH A LITTLE CHRISTMAS MAGIC\u003c\/div\u003e \u003ch1\u003eDIY Patchwork Fabric Christmas Tree Kit\u003c\/h1\u003e \u003cp class=\"pt-subtitle\"\u003eSew, stuff and layer colorful Christmas fabrics into a handmade tree that becomes part craft project, part holiday decoration and part Christmas memory.\u003c\/p\u003e \u003cp class=\"pt-mini\"\u003e🧶 Sew It   •   ☁️ Stuff It   •   🎄 Build It   •   ❤️ Display It\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-feature-bar\"\u003e \u003cdiv class=\"pt-chip\"\u003e🧵 Hands-On Sewing Project\u003c\/div\u003e \u003cdiv class=\"pt-chip\"\u003e🎄 Layered Fabric Tree\u003c\/div\u003e \u003cdiv class=\"pt-chip\"\u003e✂️ Craft Essentials Included\u003c\/div\u003e \u003cdiv class=\"pt-chip\"\u003e🚪 Finished Hanging Décor\u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 1 - HERO ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg alt=\"DIY patchwork fabric Christmas tree hanging on front door\" height=\"1254\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/2ec46783-bc3d-4db4-a676-2de306fa2933.png?w=1254\u0026amp;h=1254\" width=\"1254\"\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 1 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Finished Fabric Christmas Tree Hanging On A Real American Front Door\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-section pt-center\"\u003e \u003cdiv class=\"pt-tag\"\u003eFROM A STACK OF FABRIC TO A CHRISTMAS TREE\u003c\/div\u003e \u003ch2\u003e🎄 Make The Decoration Yourself\u003c\/h2\u003e \u003cp\u003eStart with assorted Christmas fabrics, stitch the individual sections by hand, add soft filling and gradually build them into a full layered tree.\u003c\/p\u003e \u003cp style=\"margin-top: 12px;\"\u003eThe different plaids, greens, reds and seasonal prints make every layer feel slightly different, giving the finished piece the warm irregular character of handmade Christmas décor.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- =========================================================      BENEFITS ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-tag\"\u003eWHY THIS PROJECT FEELS DIFFERENT\u003c\/div\u003e \u003ch2\u003e🪡 A Christmas Decoration Built One Stitch At A Time\u003c\/h2\u003e \u003cdiv class=\"pt-benefits\"\u003e \u003cdiv class=\"pt-benefit\"\u003e \u003cdiv class=\"pt-benefit-icon\"\u003e🧵\u003c\/div\u003e \u003ch3\u003eHand-Stitched Fabric Layers\u003c\/h3\u003e \u003cp\u003eIndividual fabric sections are stitched around the edges, giving the finished tree a visible handcrafted texture instead of a factory-flat appearance.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-benefit\"\u003e \u003cdiv class=\"pt-benefit-icon\"\u003e☁️\u003c\/div\u003e \u003ch3\u003eSoft Stuffed Structure\u003c\/h3\u003e \u003cp\u003eAdd filling inside the sewn sections to create dimension and softness before arranging them into the final tree shape.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-benefit\"\u003e \u003cdiv class=\"pt-benefit-icon\"\u003e🎨\u003c\/div\u003e \u003ch3\u003eMixed Christmas Fabrics\u003c\/h3\u003e \u003cp\u003ePlaids, solids and festive printed fabrics work together to create the layered red-and-green patchwork look.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-benefit\"\u003e \u003cdiv class=\"pt-benefit-icon\"\u003e⭐\u003c\/div\u003e \u003ch3\u003eFinished With A Statement Topper\u003c\/h3\u003e \u003cp\u003eA large star-style topper completes the tree and turns the individual fabric pieces into one recognizable Christmas display.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 2 - PACKAGE CONTENTS ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/7b95546b-555b-48b0-964b-ff3bde69f6bf.png?w=1254\u0026amp;h=1254\"\u003e\u003cbr\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 2 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Complete Package Contents Flat Lay\u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      WHAT'S INCLUDED ========================================================= --\u003e \u003cdiv class=\"pt-package\"\u003e \u003cdiv class=\"pt-tag\" style=\"color: #f3cf92;\"\u003eWHAT'S INCLUDED\u003c\/div\u003e \u003ch2\u003e🎁 Open The Box \u0026amp; Start Creating\u003c\/h2\u003e \u003cp\u003eThe kit brings together the main sewing and decorating materials needed to begin building your patchwork Christmas tree.\u003c\/p\u003e \u003cdiv class=\"pt-package-grid\"\u003e \u003cdiv class=\"pt-package-item\"\u003e🧵 Assorted Christmas Fabric Pieces\u003c\/div\u003e \u003cdiv class=\"pt-package-item\"\u003e☁️ Soft Filling Material\u003c\/div\u003e \u003cdiv class=\"pt-package-item\"\u003e🪡 Sewing Needles\u003c\/div\u003e \u003cdiv class=\"pt-package-item\"\u003e🧶 4 Thread Spools\u003c\/div\u003e \u003cdiv class=\"pt-package-item\"\u003e✂️ Craft Scissors\u003c\/div\u003e \u003cdiv class=\"pt-package-item\"\u003e🎄 Christmas Tree Craft Components\u003c\/div\u003e \u003c\/div\u003e \u003cp style=\"margin-top: 17px; font-size: 13px;\"\u003eExact fabric prints, colors, needle quantity and accessory details may vary slightly by product version.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 3 - SEWING ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/e3248acc-1fc5-4e1c-af2b-990b6ad0d30c.png?w=1254\u0026amp;h=1254\"\u003e\u003cbr\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 3 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Close-Up Of Hand Stitching Fabric\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-center\"\u003e \u003cdiv class=\"pt-tag\"\u003eSIMPLE HAND-STITCHED CONSTRUCTION\u003c\/div\u003e \u003ch2\u003e🧵 Watch The Tree Take Shape\u003c\/h2\u003e \u003cp\u003eStitch around the fabric edges using the contrasting thread, leaving enough room to add filling before closing each section.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      PROCESS ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-tag\"\u003eHOW TO CREATE\u003c\/div\u003e \u003ch2\u003e✂️ Four Main Steps From Fabric To Finished Tree\u003c\/h2\u003e \u003cdiv class=\"pt-process\"\u003e \u003cdiv class=\"pt-step\"\u003e \u003cdiv class=\"pt-step-num\"\u003e1\u003c\/div\u003e \u003cstrong\u003e Prepare \u003c\/strong\u003e \u003cp\u003eChoose and arrange your fabric pieces.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-step\"\u003e \u003cdiv class=\"pt-step-num\"\u003e2\u003c\/div\u003e \u003cstrong\u003e Stitch \u003c\/strong\u003e \u003cp\u003eSew around the edges using your selected thread.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-step\"\u003e \u003cdiv class=\"pt-step-num\"\u003e3\u003c\/div\u003e \u003cstrong\u003e Stuff \u003c\/strong\u003e \u003cp\u003eAdd filling to create a soft dimensional shape.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-step\"\u003e \u003cdiv class=\"pt-step-num\"\u003e4\u003c\/div\u003e \u003cstrong\u003e Assemble \u003c\/strong\u003e \u003cp\u003eLayer the finished pieces into the Christmas tree.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 4 - STUFFING ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/83c38c5a-feb1-435d-a2ac-9265ba5d0d4f.png?w=1254\u0026amp;h=1254\"\u003e\u003cbr\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 4 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Adding Soft Filling Into Fabric Section\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-center\"\u003e \u003cdiv class=\"pt-tag\"\u003eFLAT FABRIC BECOMES 3D\u003c\/div\u003e \u003ch2\u003e☁️ Soft Filling Adds Shape \u0026amp; Volume\u003c\/h2\u003e \u003cp\u003eFilling turns each sewn fabric section from a flat piece into a soft dimensional layer, helping the final tree look fuller and more substantial.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 5 - ASSEMBLY ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/9bb7b716-5a69-413f-99b0-f9c4da96ab67.png?w=1254\u0026amp;h=1254\"\u003e\u003cbr\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 5 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Layering Different Fabric Sections Into Tree Shape\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-center\"\u003e \u003cdiv class=\"pt-tag\"\u003eBUILD IT LAYER BY LAYER\u003c\/div\u003e \u003ch2\u003e🎄 Every Pattern Becomes Part Of The Tree\u003c\/h2\u003e \u003cp\u003eArrange the completed sections from wider lower layers to narrower upper layers, mixing plaid, green and festive fabrics until the full Christmas-tree silhouette appears.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 6 - DETAIL ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/d93c68bd-c790-49ed-9f5a-7f69b765942d.png?w=1254\u0026amp;h=1254\"\u003e\u003cbr\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 6 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Close-Up Of Star Topper, Candy Cane, Berries \u0026amp; Fabric Details\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-center\"\u003e \u003cdiv class=\"pt-tag\"\u003eTHE DETAILS MAKE IT CHRISTMAS\u003c\/div\u003e \u003ch2\u003e⭐ Finish With Festive Character\u003c\/h2\u003e \u003cp\u003eThe star topper, bows, candy-inspired accents, berry-style details and mixed fabric textures give the finished tree the layered handcrafted look that makes it feel special.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"pt-quote\"\u003eThe finished decoration does not need every stitch to look identical — the small differences are exactly what make handmade Christmas décor feel personal.\u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      IMAGE 7 - LIFESTYLE ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-media\"\u003e\n\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/cdb68891-d3aa-435a-bc43-45d8a33bc23c.png?w=1254\u0026amp;h=1254\"\u003e\u003cbr\u003e \u003cdiv class=\"pt-placeholder\" style=\"display: none;\"\u003eINSERT IMAGE 7 HERE \u003cbr\u003e\u003cbr\u003eRecommended: Finished Tree On Front Door \/ Wall In Real American Christmas Home\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-center\"\u003e \u003cdiv class=\"pt-tag\"\u003eMAKE IT · HANG IT · BRING IT BACK NEXT CHRISTMAS\u003c\/div\u003e \u003ch2\u003e🚪 From Craft Table To Christmas Display\u003c\/h2\u003e \u003cp\u003eOnce completed, hang the finished tree on a compatible front door, interior door, wall, entryway or seasonal display area.\u003c\/p\u003e \u003cp style=\"margin-top: 11px;\"\u003eInstead of packing away another afternoon craft project, you end up with a decoration you can actually display throughout the holidays.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      REVIEWS ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-tag\"\u003eCUSTOMER FAVORITES\u003c\/div\u003e \u003ch2\u003e⭐ Customer Review Examples\u003c\/h2\u003e \u003cdiv class=\"pt-reviews\"\u003e \u003cdiv class=\"pt-review\"\u003e \u003cdiv class=\"pt-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e“I loved seeing the pile of fabric slowly become an actual Christmas tree. The patchwork patterns make the finished piece look so cozy.”\u003c\/p\u003e \u003cdiv class=\"pt-review-name\"\u003eJennifer M.\u003c\/div\u003e \u003cdiv class=\"pt-review-name\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/9743b698-e20a-4c25-a041-b16fbd75629a.png?w=941\u0026amp;h=1672\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-review\"\u003e \u003cdiv class=\"pt-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e“I worked on mine over a couple of evenings while watching Christmas movies. It was relaxing and I actually ended up with something I wanted to hang up.”\u003c\/p\u003e \u003cdiv class=\"pt-review-name\"\u003eAmanda R.\u003c\/div\u003e \u003cdiv class=\"pt-review-name\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/buyer-show-2.jpg?w=720\u0026amp;h=1280\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-review\"\u003e \u003cdiv class=\"pt-stars\"\u003e★★★★★\u003c\/div\u003e \u003cp\u003e“The different fabrics are my favorite part. It has that homemade Christmas look without me having to figure out the whole project from scratch.”\u003c\/p\u003e \u003cdiv class=\"pt-review-name\"\u003eMelissa T.\u003c\/div\u003e \u003cdiv class=\"pt-review-name\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1788320492915\/f0500903-fbd9-4c0a-a5e7-a5760ba6d917.png?w=941\u0026amp;h=1672\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =========================================================      PRODUCT DETAILS ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-tag\"\u003ePRODUCT DETAILS\u003c\/div\u003e \u003ch2\u003e📋 DIY Patchwork Fabric Christmas Tree Kit\u003c\/h2\u003e \u003cdiv class=\"pt-specs\"\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eProduct Type\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eDIY Sewing \u0026amp; Christmas Decoration Kit\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eFinished Design\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eLayered Patchwork Fabric Christmas Tree\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eCraft Method\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eHand Stitching, Stuffing \u0026amp; Layered Assembly\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eFabric Style\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eAssorted Christmas Plaids, Greens, Reds \u0026amp; Seasonal Prints\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eIncluded Threads\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003e4 Thread Spools\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eIncluded Tools\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eCraft Scissors \u0026amp; Sewing Needles\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eFilling\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eSoft Stuffing Material Included\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003eRecommended Use\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eChristmas Crafting, Front Door Décor, Wall Décor, Family Activities \u0026amp; Handmade Gifts\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003ePower Required\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eNo\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"pt-spec-row\"\u003e \u003cdiv class=\"pt-spec-name\"\u003ePackage Contents\u003c\/div\u003e \u003cdiv class=\"pt-spec-value\"\u003eAssorted Fabric Pieces, Filling Material, 4 Thread Spools, Sewing Needles, Craft Scissors \u0026amp; Christmas Tree Craft Components\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cp style=\"margin-top: 12px; font-size: 13px; color: #87796b;\"\u003eExact fabric prints, colors, fabric quantity, needle quantity, dimensions and decorative details may vary slightly by product version.\u003c\/p\u003e \u003c\/div\u003e \u003c!-- =========================================================      FAQ ========================================================= --\u003e \u003cdiv class=\"pt-section\"\u003e \u003cdiv class=\"pt-tag\"\u003eFREQUENTLY ASKED QUESTIONS\u003c\/div\u003e \u003ch2\u003e🧵 Before You Start Stitching\u003c\/h2\u003e \u003cdetails\u003e \u003csummary\u003eWhat do I make with the kit?\u003c\/summary\u003e \u003cp\u003eThe materials are used to create a layered fabric Christmas-tree decoration with a patchwork-style finish.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eDo I need to sew the fabric myself?\u003c\/summary\u003e \u003cp\u003eYes. Hand stitching is part of the project and creates the visible handmade edge detail around the fabric sections.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eIs filling material included?\u003c\/summary\u003e \u003cp\u003eYes. Soft filling material is included so the fabric sections can be given a fuller three-dimensional shape.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eDoes the kit include thread?\u003c\/summary\u003e \u003cp\u003eYes. The set includes four thread spools in coordinating colors.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eAre scissors and needles included?\u003c\/summary\u003e \u003cp\u003eYes. Craft scissors and sewing needles are included as part of the kit.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eAre all the fabric pieces identical?\u003c\/summary\u003e \u003cp\u003eNo. The mixed Christmas fabrics create the patchwork effect. Exact prints and color placement may vary.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eCan the finished tree be hung on a door?\u003c\/summary\u003e \u003cp\u003eYes. The finished piece can be used as a hanging Christmas decoration on a compatible interior or protected entry door, wall or display area.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eIs this suitable for beginners?\u003c\/summary\u003e \u003cp\u003eThe project uses straightforward hand-stitching and stuffing techniques. Completion time and difficulty will depend on the individual crafter’s experience.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eCan children make it?\u003c\/summary\u003e \u003cp\u003eBecause the kit includes sewing needles and scissors, younger users should only participate with appropriate adult supervision.\u003c\/p\u003e \u003c\/details\u003e\u003cdetails\u003e \u003csummary\u003eCan I reuse the finished tree next Christmas?\u003c\/summary\u003e \u003cp\u003eYes. Store the completed decoration clean and dry without crushing the fabric layers so it can be displayed again in future holiday seasons.\u003c\/p\u003e \u003c\/details\u003e\n\u003c\/div\u003e \u003c!-- =========================================================      FINAL CTA ========================================================= --\u003e \u003cdiv class=\"pt-final\"\u003e \u003ch2\u003e🎄 This Year, Don’t Just Decorate Christmas — Make Part Of It\u003c\/h2\u003e \u003cp\u003eTurn fabric, thread and a quiet winter afternoon into a patchwork Christmas tree made by your own hands — then hang it somewhere the whole family can enjoy.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cbutton aria-expanded=\"false\" class=\"product-expander__trigger button button--link body3\" data-less-text=\"View less\" data-show-text=\"View more\" type=\"button\"\u003e \u003csvg aria-hidden=\"true\" class=\"icon icon-arrow-thin product-expander__arrow\" fill=\"none\" focusable=\"false\" height=\"10\" viewbox=\"0 0 12 10\" width=\"12\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e \u003cpath clip-rule=\"evenodd\" d=\"M1.89953 2.38867L5.94979 6.43893L10 2.38867L11.0607 3.44933L5.94979 8.56025L0.838867 3.44933L1.89953 2.38867Z\" fill=\"currentColor\" fill-rule=\"evenodd\"\u003e\u003c\/path\u003e \u003c\/svg\u003e \u003c\/button\u003e \u003c\/theme-product-expander\u003e","brand":"hululu","offers":[{"title":"Default Title","offer_id":43588505468976,"sku":"NC0317260908642-拼布圣诞树","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/5080\/9136\/files\/03b287ea-1846-460a-a726-202acd9b1656.png?v=1788860016","url":"https:\/\/ahlet.com\/products\/diy-patchwork-fabric-christmas-tree-kit","provider":"Ahlet","version":"1.0","type":"link"}