{"product_id":"christmas-fabric-flower-door-hanging-diy-kit-layered-holiday-d-cor","title":"🎄✨Christmas Fabric Flower Door Hanging DIY Kit – Layered Holiday Décor","description":"\u003cstyle\u003e\n\/* =========================================================\n   CHRISTMAS FABRIC FLOWER DIY DOOR HANGING\n   Conversion Landing Page\n   Warm Ivory × Christmas Red × Forest Green × Soft Gold\n========================================================= *\/\n\n.cffdiy{\n  --red:#a8292d;\n  --red-dark:#7b1c21;\n  --green:#214c38;\n  --green-dark:#123224;\n  --cream:#fffaf2;\n  --cream2:#f5ead9;\n  --gold:#c89b50;\n  --gold-light:#ead5a5;\n  --brown:#5b4334;\n  --text:#352f2b;\n  --muted:#756e67;\n  --line:#e4d6c3;\n\n  width:100%;\n  max-width:960px;\n  margin:0 auto;\n  padding:0 8px 96px;\n  box-sizing:border-box;\n\n  background:#fff;\n  color:var(--text);\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif;\n\n  line-height:1.65;\n}\n\n.cffdiy *,\n.cffdiy *:before,\n.cffdiy *:after{\n  box-sizing:border-box;\n}\n\n.cffdiy img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto !important;\n  object-fit:contain !important;\n}\n\n.cffdiy h1,\n.cffdiy h2,\n.cffdiy h3{\n  margin-top:0;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n}\n\n.cffdiy-section{\n  margin-top:48px;\n}\n\n.cffdiy-center{\n  text-align:center;\n}\n\n.cffdiy-kicker{\n  display:inline-block;\n\n  margin-bottom:8px;\n\n  color:var(--red);\n\n  font-size:10px;\n  font-weight:900;\n  letter-spacing:.12em;\n  text-transform:uppercase;\n}\n\n.cffdiy-title{\n  max-width:820px;\n  margin:0 auto 13px;\n\n  color:var(--green);\n\n  font-size:38px;\n  line-height:1.08;\n}\n\n.cffdiy-copy{\n  max-width:750px;\n  margin:0 auto;\n\n  color:var(--muted);\n\n  font-size:15px;\n}\n\n.cffdiy-image{\n  overflow:hidden;\n\n  max-width:860px;\n  margin:24px auto 0;\n\n  border-radius:17px;\n\n  background:#f6ecdf;\n\n  box-shadow:\n    0 12px 30px rgba(66,43,27,.09);\n}\n\n.cffdiy-image img{\n  border-radius:17px;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.cffdiy-hero{\n  overflow:hidden;\n\n  padding:44px 20px 28px;\n\n  border:1px solid #decaaa;\n  border-radius:21px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 10% 0,\n      rgba(168,41,45,.10),\n      transparent 30%\n    ),\n    radial-gradient(\n      circle at 90% 0,\n      rgba(200,155,80,.18),\n      transparent 34%\n    ),\n    linear-gradient(\n      180deg,\n      #fffaf3,\n      #eee0ce\n    );\n\n  box-shadow:\n    0 20px 46px rgba(63,42,27,.10);\n}\n\n.cffdiy-badge{\n  display:inline-block;\n\n  margin-bottom:12px;\n  padding:7px 14px;\n\n  border-radius:30px;\n\n  color:#fff;\n  background:var(--green);\n\n  font-size:9px;\n  font-weight:900;\n  letter-spacing:.06em;\n}\n\n.cffdiy-hero h1{\n  max-width:850px;\n  margin:0 auto 13px;\n\n  color:var(--green);\n\n  font-size:47px;\n  line-height:1.04;\n}\n\n.cffdiy-hero h1 span{\n  color:var(--red);\n}\n\n.cffdiy-hero-sub{\n  max-width:730px;\n  margin:0 auto;\n\n  color:#665f58;\n\n  font-size:16px;\n}\n\n.cffdiy-price{\n  margin-top:18px;\n\n  color:var(--red);\n\n  font-size:36px;\n  font-weight:950;\n}\n\n.cffdiy-price del{\n  margin-left:7px;\n\n  color:#a39b94;\n\n  font-size:17px;\n  font-weight:500;\n}\n\n.cffdiy-price small{\n  display:block;\n\n  margin-top:3px;\n\n  color:#807870;\n\n  font-size:9px;\n  font-weight:600;\n}\n\n\n\/* =========================================================\n   BUTTON\n========================================================= *\/\n\n.cffdiy-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  margin-top:19px;\n  padding:15px 28px;\n\n  border:0;\n  border-radius:9px;\n\n  cursor:pointer;\n\n  color:#fff !important;\n\n  background:\n    linear-gradient(\n      135deg,\n      #b83236,\n      #7c1e23\n    );\n\n  box-shadow:\n    0 10px 24px rgba(131,31,36,.23);\n\n  text-decoration:none !important;\n\n  font-size:11px;\n  font-weight:900;\n\n  transition:.18s ease;\n}\n\n.cffdiy-btn:hover{\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 14px 30px rgba(131,31,36,.30);\n}\n\n.cffdiy-btn.gold{\n  color:#3c2e20 !important;\n\n  background:\n    linear-gradient(\n      135deg,\n      #efd79e,\n      #c5994d\n    );\n}\n\n\n\/* =========================================================\n   QUICK FACTS\n========================================================= *\/\n\n.cffdiy-facts{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:8px;\n\n  margin-top:14px;\n}\n\n.cffdiy-fact{\n  padding:17px 8px;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n\n  text-align:center;\n\n  background:#fff;\n}\n\n.cffdiy-fact span{\n  display:block;\n\n  font-size:22px;\n}\n\n.cffdiy-fact strong{\n  display:block;\n\n  margin-top:3px;\n\n  color:var(--green);\n\n  font-size:9px;\n}\n\n.cffdiy-fact small{\n  display:block;\n\n  margin-top:2px;\n\n  color:#817970;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   EMOTIONAL HOOK\n========================================================= *\/\n\n.cffdiy-hook{\n  padding:45px 22px;\n\n  border-radius:18px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(238,211,154,.15),\n      transparent 43%\n    ),\n    linear-gradient(\n      145deg,\n      #244d39,\n      #102d21\n    );\n}\n\n.cffdiy-hook p{\n  max-width:750px;\n  margin:0 auto;\n\n  color:#f8f4eb;\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:20px;\n  line-height:1.82;\n}\n\n.cffdiy-hook strong{\n  color:var(--gold-light);\n}\n\n\n\/* =========================================================\n   PANELS\n========================================================= *\/\n\n.cffdiy-panel{\n  padding:44px 20px 30px;\n\n  border-radius:18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff9f1,\n      #efe1cd\n    );\n}\n\n.cffdiy-panel.dark{\n  background:\n    radial-gradient(\n      circle at 50% 0,\n      rgba(238,211,154,.15),\n      transparent 43%\n    ),\n    linear-gradient(\n      145deg,\n      #542021,\n      #311012\n    );\n}\n\n.cffdiy-panel.dark .cffdiy-kicker{\n  color:var(--gold-light);\n}\n\n.cffdiy-panel.dark .cffdiy-title{\n  color:#fff7e8;\n}\n\n.cffdiy-panel.dark .cffdiy-copy{\n  color:#ead9d4;\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.cffdiy-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:8px;\n\n  max-width:850px;\n  margin:23px auto 0;\n}\n\n.cffdiy-feature{\n  padding:18px 8px;\n\n  border:1px solid #dfd0b9;\n  border-radius:9px;\n\n  background:#fff;\n}\n\n.cffdiy-feature span{\n  display:block;\n\n  font-size:23px;\n}\n\n.cffdiy-feature strong{\n  display:block;\n\n  margin-top:4px;\n\n  color:var(--green);\n\n  font-size:9px;\n}\n\n.cffdiy-feature p{\n  margin:4px 0 0;\n\n  color:#817970;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   STYLE GALLERY\n========================================================= *\/\n\n.cffdiy-style-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:10px;\n\n  max-width:900px;\n  margin:25px auto 0;\n}\n\n.cffdiy-style{\n  overflow:hidden;\n\n  border:1px solid #e1d4c1;\n  border-radius:12px;\n\n  background:#fff;\n\n  box-shadow:\n    0 7px 18px rgba(63,42,27,.06);\n}\n\n.cffdiy-style img{\n  width:100%;\n  aspect-ratio:1\/1;\n  object-fit:cover !important;\n}\n\n.cffdiy-style strong{\n  display:block;\n\n  padding:10px 5px 11px;\n\n  color:var(--green);\n\n  font-size:9px;\n  text-align:center;\n}\n\n\n\/* =========================================================\n   STEPS\n========================================================= *\/\n\n.cffdiy-steps{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  gap:9px;\n\n  max-width:820px;\n  margin:23px auto 0;\n}\n\n.cffdiy-step{\n  padding:20px 10px;\n\n  border:1px solid #e2d3be;\n  border-radius:10px;\n\n  background:#fff;\n}\n\n.cffdiy-step-number{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:34px;\n  height:34px;\n\n  margin:0 auto 8px;\n\n  border-radius:50%;\n\n  color:#fff;\n  background:var(--red);\n\n  font-size:13px;\n  font-weight:900;\n}\n\n.cffdiy-step strong{\n  display:block;\n\n  color:var(--green);\n\n  font-size:10px;\n}\n\n.cffdiy-step p{\n  margin:5px 0 0;\n\n  color:#7d756e;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   GIFT\n========================================================= *\/\n\n.cffdiy-gift{\n  padding:45px 20px 30px;\n\n  border-radius:18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #244d39,\n      #102d21\n    );\n}\n\n.cffdiy-gift .cffdiy-kicker{\n  color:var(--gold-light);\n}\n\n.cffdiy-gift .cffdiy-title{\n  color:#fff7e8;\n}\n\n.cffdiy-gift .cffdiy-copy{\n  color:#dce5df;\n}\n\n.cffdiy-gift-grid{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  gap:8px;\n\n  max-width:830px;\n  margin:23px auto 0;\n}\n\n.cffdiy-gift-card{\n  padding:17px 7px;\n\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:9px;\n\n  background:rgba(255,255,255,.07);\n}\n\n.cffdiy-gift-card span{\n  display:block;\n\n  font-size:22px;\n}\n\n.cffdiy-gift-card strong{\n  display:block;\n\n  margin-top:4px;\n\n  color:#fff;\n\n  font-size:9px;\n}\n\n\n\/* =========================================================\n   SPECS\n========================================================= *\/\n\n.cffdiy-spec-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n\n  gap:8px;\n\n  max-width:820px;\n  margin:23px auto 0;\n}\n\n.cffdiy-spec{\n  padding:15px 8px;\n\n  border:1px solid var(--line);\n  border-radius:9px;\n\n  text-align:center;\n\n  background:#fff;\n}\n\n.cffdiy-spec strong{\n  display:block;\n\n  color:var(--green);\n\n  font-size:9px;\n}\n\n.cffdiy-spec span{\n  display:block;\n\n  margin-top:3px;\n\n  color:#79716b;\n\n  font-size:8px;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.cffdiy-faq{\n  max-width:820px;\n  margin:22px auto 0;\n}\n\n.cffdiy-faq details{\n  margin-bottom:7px;\n\n  overflow:hidden;\n\n  border:1px solid #e2d6c5;\n  border-radius:9px;\n\n  background:#fff;\n}\n\n.cffdiy-faq summary{\n  padding:13px 14px;\n\n  cursor:pointer;\n\n  color:var(--green);\n\n  font-size:11px;\n  font-weight:900;\n}\n\n.cffdiy-faq p{\n  margin:0;\n\n  padding:0 14px 14px;\n\n  color:#756e68;\n\n  font-size:10px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.cffdiy-final{\n  padding:50px 20px;\n\n  border-radius:19px;\n\n  text-align:center;\n\n  background:\n    radial-gradient(\n      circle at 50% 110%,\n      rgba(200,155,80,.22),\n      transparent 44%\n    ),\n    linear-gradient(\n      145deg,\n      #542021,\n      #2f1011\n    );\n}\n\n.cffdiy-final h2{\n  max-width:830px;\n  margin:0 auto 12px;\n\n  color:#fff7e7;\n\n  font-size:40px;\n  line-height:1.06;\n}\n\n.cffdiy-final h2 span{\n  color:var(--gold-light);\n}\n\n.cffdiy-final p{\n  max-width:700px;\n  margin:0 auto;\n\n  color:#eadbd6;\n\n  font-size:14px;\n}\n\n\n\/* =========================================================\n   MOBILE STICKY\n========================================================= *\/\n\n.cffdiy-sticky{\n  display:none;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:749px){\n\n  .cffdiy{\n    padding-left:5px;\n    padding-right:5px;\n    padding-bottom:100px;\n  }\n\n  .cffdiy-section{\n    margin-top:39px;\n  }\n\n  .cffdiy-hero{\n    padding:30px 12px 21px;\n  }\n\n  .cffdiy-hero h1{\n    font-size:31px;\n  }\n\n  .cffdiy-title{\n    font-size:27px;\n  }\n\n  .cffdiy-copy{\n    font-size:14px;\n  }\n\n  .cffdiy-facts,\n  .cffdiy-feature-grid,\n  .cffdiy-gift-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .cffdiy-style-grid{\n    grid-template-columns:1fr 1fr;\n  }\n\n  .cffdiy-steps,\n  .cffdiy-spec-grid{\n    grid-template-columns:1fr;\n  }\n\n  .cffdiy-hook{\n    padding:32px 14px;\n  }\n\n  .cffdiy-hook p{\n    font-size:17px;\n  }\n\n  .cffdiy-panel,\n  .cffdiy-gift{\n    padding:34px 12px 24px;\n  }\n\n  .cffdiy-final{\n    padding:39px 14px;\n  }\n\n  .cffdiy-final h2{\n    font-size:29px;\n  }\n\n  .cffdiy-sticky{\n    position:fixed;\n    z-index:9998;\n\n    left:8px;\n    right:8px;\n    bottom:8px;\n\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n\n    gap:8px;\n\n    padding:8px 9px;\n\n    border:1px solid rgba(238,211,154,.35);\n    border-radius:12px;\n\n    background:rgba(31,72,53,.97);\n\n    box-shadow:\n      0 7px 28px rgba(0,0,0,.27);\n  }\n\n  .cffdiy-sticky-copy{\n    color:#fff;\n\n    font-size:8px;\n  }\n\n  .cffdiy-sticky-copy strong{\n    display:block;\n\n    color:var(--gold-light);\n\n    font-size:18px;\n  }\n\n  .cffdiy-sticky .cffdiy-btn{\n    margin:0;\n    padding:11px 13px;\n\n    font-size:9px;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cffdiy\"\u003e\n\u003c!-- =====================================================\n       01 HERO\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-hero\"\u003e\n\u003cdiv class=\"cffdiy-badge\"\u003e🧵 DIY CHRISTMAS DECOR · 8 FESTIVE DESIGNS\u003c\/div\u003e\n\u003ch1\u003eDon’t Just Decorate for Christmas. \u003cspan\u003eMake Something Worth Hanging Up.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"cffdiy-hero-sub\"\u003eTurn soft fabric pieces into a richly layered Christmas decoration made with your own hands. \u003cbr\u003e\u003cbr\u003eChoose your favorite holiday design, enjoy the craft, then hang your finished piece where everyone can see it.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-price\"\u003e$24.99 \u003cdel\u003e $49.98 \u003c\/del\u003e \u003csmall\u003e DIY Kit · Finished size approx. 15\" \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"cffdiy-btn\"\u003e 🎄 CHOOSE YOUR DESIGN \u003c\/button\u003e\n\u003cdiv class=\"cffdiy-image\"\u003e\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ebf1f376fe9c0d1f418b705e6dfb8d8f077b8b79_285b1461-ff72-4a4c-80a1-9a4d26cb5b08.webp?v=1789722801\u0026amp;width=1200\" srcset=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ebf1f376fe9c0d1f418b705e6dfb8d8f077b8b79_285b1461-ff72-4a4c-80a1-9a4d26cb5b08.webp?v=1789722801\u0026amp;width=600 600w,\n          https:\/\/woverssy.com\/cdn\/shop\/files\/ebf1f376fe9c0d1f418b705e6dfb8d8f077b8b79_285b1461-ff72-4a4c-80a1-9a4d26cb5b08.webp?v=1789722801\u0026amp;width=900 900w,\n          https:\/\/woverssy.com\/cdn\/shop\/files\/ebf1f376fe9c0d1f418b705e6dfb8d8f077b8b79_285b1461-ff72-4a4c-80a1-9a4d26cb5b08.webp?v=1789722801\u0026amp;width=1200 1200w\" sizes=\"(max-width:749px) 100vw,860px\" alt=\"Christmas Tree Fabric Flower DIY Door Hanging\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       QUICK FACTS\n  ====================================================== --\u003e\n\u003cdiv class=\"cffdiy-facts\"\u003e\n\u003cdiv class=\"cffdiy-fact\"\u003e\n\u003cspan\u003e🧵\u003c\/span\u003e \u003cstrong\u003e DIY PROJECT \u003c\/strong\u003e \u003csmall\u003e Made by you \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-fact\"\u003e\n\u003cspan\u003e🌸\u003c\/span\u003e \u003cstrong\u003e LAYERED TEXTURE \u003c\/strong\u003e \u003csmall\u003e Rich fabric-flower detail \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-fact\"\u003e\n\u003cspan\u003e🎨\u003c\/span\u003e \u003cstrong\u003e 8 DESIGNS \u003c\/strong\u003e \u003csmall\u003e Pick your holiday favorite \u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-fact\"\u003e\n\u003cspan\u003e📏\u003c\/span\u003e \u003cstrong\u003e APPROX. 15\" \u003c\/strong\u003e \u003csmall\u003e Finished display size \u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\n       02 EMOTIONAL HOOK\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-hook\"\u003e\n\u003cp\u003eStore-bought decorations are easy. \u003cbr\u003e\u003cbr\u003eBut they don’t come with the afternoon you spent making them. \u003cbr\u003e\u003cbr\u003ePiece by piece, the colors build, the texture comes to life, and suddenly it becomes something that feels completely yours. \u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e Made by you. Filled with Christmas spirit. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       03 DIY EXPERIENCE\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-panel\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e A CHRISTMAS PROJECT YOU’LL ACTUALLY WANT TO FINISH \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eSlow Down. Make Something Festive.\u003c\/h2\u003e\n\u003cp class=\"cffdiy-copy\"\u003ePut on your Christmas music, pour something warm, and spend a little time creating a decoration of your own. \u003cbr\u003e\u003cbr\u003eThe layered fabric flowers, holiday colors and dimensional details gradually turn into a piece you’ll be proud to display.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-image\"\u003e\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/e303d8fdff084405888bdbd8da0eea88.webp?v=1789722801\u0026amp;width=1200\" alt=\"Making Christmas fabric flower decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       04 WHY IT LOOKS DIFFERENT\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-panel dark\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e NOT FLAT · NOT PRINTED · FULL OF TEXTURE \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eThe Layers Are What Make It Special.\u003c\/h2\u003e\n\u003cp class=\"cffdiy-copy\"\u003eInstead of a flat holiday sign, each design is built around gathered fabric-flower textures, contrasting colors and raised decorative details. \u003cbr\u003e\u003cbr\u003eThat depth is what gives the finished piece its warm, handcrafted look.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-feature-grid\"\u003e\n\u003cdiv class=\"cffdiy-feature\"\u003e\n\u003cspan\u003e🌸\u003c\/span\u003e \u003cstrong\u003e LAYERED BLOOMS \u003c\/strong\u003e\n\u003cp\u003eDimensional fabric texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-feature\"\u003e\n\u003cspan\u003e🎄\u003c\/span\u003e \u003cstrong\u003e HOLIDAY COLORS \u003c\/strong\u003e\n\u003cp\u003eClassic red, green, cream and woodland tones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-feature\"\u003e\n\u003cspan\u003e✨\u003c\/span\u003e \u003cstrong\u003e RAISED DETAIL \u003c\/strong\u003e\n\u003cp\u003eMore depth than flat décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-feature\"\u003e\n\u003cspan\u003e❤️\u003c\/span\u003e \u003cstrong\u003e HANDMADE FEEL \u003c\/strong\u003e\n\u003cp\u003eEvery finished piece feels personal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       05 EIGHT STYLES\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-panel\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e EIGHT WAYS TO MAKE CHRISTMAS YOURS \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003ePick the One You’d Love to See Every December.\u003c\/h2\u003e\n\u003cp class=\"cffdiy-copy\"\u003eClassic, playful, rustic or sentimental — \u003cbr\u003echoose the design that fits your Christmas home best.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-style-grid\"\u003e\n\u003c!-- TREE --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/ebf1f376fe9c0d1f418b705e6dfb8d8f077b8b79_285b1461-ff72-4a4c-80a1-9a4d26cb5b08.webp?v=1789722801\u0026amp;width=700\" alt=\"Christmas Tree style\" loading=\"lazy\"\u003e \u003cstrong\u003e 🎄 CHRISTMAS TREE \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- SANTA --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/161746695c5a338b1fcdc282f2917e937fdac01d.png?v=1789722801\u0026amp;width=700\" alt=\"Santa Claus style\" loading=\"lazy\"\u003e \u003cstrong\u003e 🎅 SANTA CLAUS \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- SNOWMAN --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/18f6d8c6ced1389e7791ba5fe8729c6ef038099c.webp?v=1789722801\u0026amp;width=700\" alt=\"Snowman Welcome style\" loading=\"lazy\"\u003e \u003cstrong\u003e ⛄ SNOWMAN WELCOME \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- STOCKING --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/8ce2d89abe6563f883bf4f29cc18f9839345bd0a_ca60e8c2-5a7d-49c9-ae37-aacd5c2c3c2e.webp?v=1789722801\u0026amp;width=700\" alt=\"Cozy Christmas Stocking style\" loading=\"lazy\"\u003e \u003cstrong\u003e 🧦 COZY STOCKING \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- REINDEER --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/8ab57bdd24e6031c5f946ffc476bdf605f2e99c7_b4dcb82a-0dda-4162-8eb5-948dd7d3ff6b.webp?v=1789722801\u0026amp;width=700\" alt=\"Woodland Reindeer style\" loading=\"lazy\"\u003e \u003cstrong\u003e 🦌 WOODLAND REINDEER \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- CARDINAL --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/d98ee68f74b0c6cca7dcf1b9a65993e2c2cb068d_0607885e-8934-42e4-959d-1480e9c803ae.webp?v=1789722801\u0026amp;width=700\" alt=\"Cardinal Christmas style\" loading=\"lazy\"\u003e \u003cstrong\u003e ❤️ CARDINAL CHRISTMAS \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- GINGERBREAD --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/956715bac6a437cf591e3dc19c4ccc8d7877c39f.webp?v=1789722801\u0026amp;width=700\" alt=\"Gingerbread Cottage style\" loading=\"lazy\"\u003e \u003cstrong\u003e 🍪 GINGERBREAD COTTAGE \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c!-- CANDY CANE --\u003e\n\u003cdiv class=\"cffdiy-style\"\u003e\n\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/c7a4029c7e6fa1774e400b97c4483a4c70dcedcf.webp?v=1789722801\u0026amp;width=700\" alt=\"Candy Cane Wishes style\" loading=\"lazy\"\u003e \u003cstrong\u003e 🍬 CANDY CANE WISHES \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"cffdiy-btn\"\u003e 🎨 PICK YOUR FAVORITE \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       06 SIMPLE EXPERIENCE\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-panel\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e FROM CRAFT TABLE TO CHRISTMAS DISPLAY \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eMake It. Finish It. Hang It Proudly.\u003c\/h2\u003e\n\u003cdiv class=\"cffdiy-steps\"\u003e\n\u003cdiv class=\"cffdiy-step\"\u003e\n\u003cdiv class=\"cffdiy-step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003e CHOOSE YOUR DESIGN \u003c\/strong\u003e\n\u003cp\u003ePick the Christmas style that fits your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-step\"\u003e\n\u003cdiv class=\"cffdiy-step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003e ENJOY THE DIY \u003c\/strong\u003e\n\u003cp\u003eBuild the layered fabric-flower design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-step\"\u003e\n\u003cdiv class=\"cffdiy-step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003e DISPLAY YOUR WORK \u003c\/strong\u003e\n\u003cp\u003eHang the finished piece in a dry indoor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-image\"\u003e\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/6fab64119b5842e7836386b80150fdb4.webp?v=1789722801\u0026amp;width=1200\" alt=\"Finished Christmas Fabric Flower door hanging displayed at home\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       07 DISPLAY\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-panel dark\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e MADE TO BECOME PART OF YOUR CHRISTMAS HOME \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eThe Craft Ends. The Decoration Stays.\u003c\/h2\u003e\n\u003cp class=\"cffdiy-copy\"\u003eOnce complete, your project becomes a textured seasonal decoration you can enjoy throughout the holidays. \u003cbr\u003e\u003cbr\u003eHang it on an interior door, entryway wall, hallway or cozy Christmas corner.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-image\"\u003e\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/8ce2d89abe6563f883bf4f29cc18f9839345bd0a_ca60e8c2-5a7d-49c9-ae37-aacd5c2c3c2e.webp?v=1789722801\u0026amp;width=1200\" alt=\"Finished Christmas Stocking Fabric Flower decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       08 GIFT\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-gift\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e A GIFT THEY GET TO MAKE THEMSELVES \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eGive More Than Another Christmas Decoration.\u003c\/h2\u003e\n\u003cp class=\"cffdiy-copy\"\u003eGive them the quiet afternoon, the creative process and the satisfaction of saying: \u003cbr\u003e\u003cbr\u003e\u003cstrong style=\"color: #efd59e;\"\u003e “I made that.” \u003c\/strong\u003e \u003cbr\u003e\u003cbr\u003eA thoughtful choice for craft lovers, Christmas decorators and anyone who enjoys making their home feel personal.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-gift-grid\"\u003e\n\u003cdiv class=\"cffdiy-gift-card\"\u003e\n\u003cspan\u003e🧵\u003c\/span\u003e \u003cstrong\u003eCRAFT LOVERS\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-gift-card\"\u003e\n\u003cspan\u003e🎄\u003c\/span\u003e \u003cstrong\u003eCHRISTMAS LOVERS\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-gift-card\"\u003e\n\u003cspan\u003e🏡\u003c\/span\u003e \u003cstrong\u003eHOME DECORATORS\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-gift-card\"\u003e\n\u003cspan\u003e🎁\u003c\/span\u003e \u003cstrong\u003eHANDMADE GIFTS\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-image\"\u003e\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/d98ee68f74b0c6cca7dcf1b9a65993e2c2cb068d_0607885e-8934-42e4-959d-1480e9c803ae.webp?v=1789722801\u0026amp;width=1200\" alt=\"Cardinal Christmas Fabric Flower DIY decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"cffdiy-btn gold\"\u003e 🎁 CHOOSE A DESIGN — $24.99 \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       09 SIZE \/ IMPORTANT INFO\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section cffdiy-center\"\u003e\u003cspan class=\"cffdiy-kicker\"\u003e BEFORE YOU START \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eDesigned to Be Seen, Without Taking Over the Room.\u003c\/h2\u003e\n\u003cp class=\"cffdiy-copy\"\u003eThe completed decoration is approximately 15 inches in size, giving the layered texture enough presence to stand out on a door or wall.\u003c\/p\u003e\n\u003cdiv class=\"cffdiy-spec-grid\"\u003e\n\u003cdiv class=\"cffdiy-spec\"\u003e\n\u003cstrong\u003e PRODUCT TYPE \u003c\/strong\u003e \u003cspan\u003e DIY Craft Kit \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-spec\"\u003e\n\u003cstrong\u003e FINISHED SIZE \u003c\/strong\u003e \u003cspan\u003e Approx. 15\" \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-spec\"\u003e\n\u003cstrong\u003e AVAILABLE STYLES \u003c\/strong\u003e \u003cspan\u003e 8 Designs \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-image\"\u003e\u003cimg src=\"https:\/\/woverssy.com\/cdn\/shop\/files\/956715bac6a437cf591e3dc19c4ccc8d7877c39f.webp?v=1789722801\u0026amp;width=1200\" alt=\"Gingerbread Cottage Christmas Fabric Flower decoration\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       10 FAQ\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-center\"\u003e\n\u003cspan class=\"cffdiy-kicker\"\u003e QUICK QUESTIONS \u003c\/span\u003e\n\u003ch2 class=\"cffdiy-title\"\u003eWhat to Know Before Ordering.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cffdiy-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs this a finished decoration?\u003c\/summary\u003e\n\u003cp\u003eNo. This listing is for a DIY kit. The completed decorations shown are examples of how the finished project can look.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I choose the design?\u003c\/summary\u003e\n\u003cp\u003eYes. Choose from the currently available Christmas Tree, Santa Claus, Snowman Welcome, Cozy Christmas Stocking, Woodland Reindeer, Cardinal Christmas, Gingerbread Cottage and Candy Cane Wishes designs.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is the finished project?\u003c\/summary\u003e\n\u003cp\u003eThe current product listing gives an approximate finished size of 15 inches.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhere should I display it?\u003c\/summary\u003e\n\u003cp\u003eA dry indoor area is recommended, such as an interior door, entryway wall, hallway or other Christmas display space, away from moisture and direct heat.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I give the kit as a gift?\u003c\/summary\u003e\n\u003cp\u003eYes. You can give the DIY kit to someone who enjoys crafts, or complete the project yourself and give the finished decoration as a handmade holiday gift.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\u003csection class=\"cffdiy-section\"\u003e\n\u003cdiv class=\"cffdiy-final\"\u003e\n\u003ch2\u003eThis Christmas, \u003cspan\u003eHang Something You Made.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eChoose your favorite design. Enjoy the making. \u003cbr\u003e\u003cbr\u003eThen give that empty wall or interior door a little more Christmas personality.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"cffdiy-btn gold\"\u003e 🧵 PICK YOUR DESIGN — $24.99 \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     MOBILE STICKY CTA\n========================================================= --\u003e\n\u003cdiv class=\"cffdiy-sticky\"\u003e\n\u003cdiv class=\"cffdiy-sticky-copy\"\u003eCHRISTMAS DIY KIT \u003cstrong\u003e $24.99 \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"cffdiy-btn gold\"\u003e CHOOSE STYLE → \u003c\/button\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"YWWW","offers":[{"title":"🎄 Christmas Tree \/ Approximately: 15 inches","offer_id":67542659170349,"sku":"SZ05402609184408-圣诞树","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🎅Santa Claus \/ Approximately: 15 inches","offer_id":67542659203117,"sku":"SZ05402609184408-圣诞老人","price":24.99,"currency_code":"USD","in_stock":true},{"title":"⛄ Snowman Welcome \/ Approximately: 15 inches","offer_id":67542659235885,"sku":"SZ05402609184408-雪人","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🧦 Cozy Christmas Stocking \/ Approximately: 15 inches","offer_id":67542659268653,"sku":"SZ05402609184408-袜子","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🦌 Woodland Reindeer \/ Approximately: 15 inches","offer_id":67542659301421,"sku":"SZ05402609184408-鹿","price":24.99,"currency_code":"USD","in_stock":true},{"title":"❤️ Cardinal Christmas \/ Approximately: 15 inches","offer_id":67542659334189,"sku":"SZ05402609184408-爱心","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🍪 Gingerbread Cottage \/ Approximately: 15 inches","offer_id":67542659366957,"sku":"SZ05402609184408-小屋","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🍬 Candy Cane Wishes \/ Approximately: 15 inches","offer_id":67542659399725,"sku":"SZ05402609184408-拐杖","price":24.99,"currency_code":"USD","in_stock":true},{"title":"🔥All Styles - 8 Pcs(Save 25% OFF \u0026 Free Shipping) \/ Approximately: 15 inches","offer_id":67542659432493,"sku":"SZ05402609184408-圣诞树+SZ05402609184408-圣诞老人+SZ05402609184408-雪人+SZ05402609184408-袜子+SZ05402609184408-鹿+SZ05402609184408-爱心+SZ05402609184408-小屋+SZ05402609184408-拐杖","price":149.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0749\/9599\/0573\/files\/ebf1f376fe9c0d1f418b705e6dfb8d8f077b8b79_285b1461-ff72-4a4c-80a1-9a4d26cb5b08.webp?v=1789722801","url":"https:\/\/woverssy.com\/products\/christmas-fabric-flower-door-hanging-diy-kit-layered-holiday-d-cor","provider":"woverssy","version":"1.0","type":"link"}