{"product_id":"_l9uo","title":"🕎 DIY Hanukkah Mosaic Wreath Kit – 6 Festive Designs for Holiday Home Décor","description":"\u003cstyle\u003e\n\/* =========================================================\n   DIY HANUKKAH MOSAIC WREATH KIT\n   MODULAR SHOPIFY PRODUCT PAGE\n========================================================= *\/\n\n.hanukkah-product {\n  --navy: #123b68;\n  --blue: #1d5b91;\n  --sky: #eaf4fb;\n  --sky2: #f5faff;\n  --gold: #c8a34d;\n  --gold-light: #ead79b;\n  --cream: #fffaf0;\n  --text: #263746;\n  --muted: #667789;\n  --white: #ffffff;\n\n  max-width: 1000px;\n  margin: 0 auto;\n  padding: 0 12px 45px;\n\n  color: var(--text);\n  font-family: Arial, Helvetica, sans-serif;\n  line-height: 1.65;\n\n  background:\n    radial-gradient(circle at 8% 7%, rgba(200,163,77,.10) 0 2px, transparent 3px),\n    radial-gradient(circle at 91% 15%, rgba(29,91,145,.08) 0 2px, transparent 3px),\n    radial-gradient(circle at 12% 88%, rgba(29,91,145,.07) 0 2px, transparent 3px),\n    radial-gradient(circle at 88% 91%, rgba(200,163,77,.08) 0 2px, transparent 3px),\n    linear-gradient(145deg,#f7fbfe,#edf6fc 50%,#fffdf7);\n\n  border-radius: 28px;\n  overflow: hidden;\n}\n\n.hanukkah-product * {\n  box-sizing: border-box;\n}\n\n.hanukkah-product img {\n  max-width: 100%;\n  height: auto;\n  display: block;\n}\n\n.hanukkah-product p {\n  margin: 0 0 15px;\n}\n\n.hanukkah-product h1,\n.hanukkah-product h2,\n.hanukkah-product h3,\n.hanukkah-product h4 {\n  margin-top: 0;\n}\n\n\n\/* =========================================================\n   HERO MODULE\n========================================================= *\/\n\n.hk-hero {\n  position: relative;\n  padding: 42px 25px 38px;\n  text-align: center;\n\n  color: #fff;\n\n  background:\n    radial-gradient(circle at 15% 25%, rgba(255,255,255,.14) 0 2px, transparent 3px),\n    radial-gradient(circle at 84% 20%, rgba(255,255,255,.12) 0 2px, transparent 3px),\n    radial-gradient(circle at 75% 80%, rgba(234,215,155,.14) 0 2px, transparent 3px),\n    linear-gradient(135deg,#0d3157,#174e7d 55%,#23628e);\n\n  border-radius: 24px;\n  margin-bottom: 22px;\n\n  box-shadow: 0 15px 38px rgba(18,59,104,.15);\n}\n\n.hk-hero:before {\n  content: \"✦\";\n  position: absolute;\n  left: 25px;\n  top: 18px;\n  color: #ead79b;\n  font-size: 26px;\n}\n\n.hk-hero:after {\n  content: \"✡\";\n  position: absolute;\n  right: 25px;\n  bottom: 14px;\n  color: #ead79b;\n  font-size: 27px;\n}\n\n.hk-hero h1 {\n  margin: 0 auto 12px;\n  max-width: 850px;\n\n  color: #fff;\n  font-size: 35px;\n  line-height: 1.2;\n  font-weight: 800;\n}\n\n.hk-hero-sub {\n  margin: 0;\n  color: #f5e6b3;\n  font-size: 18px;\n  font-weight: 700;\n}\n\n.hk-hero-tags {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin-top: 21px;\n}\n\n.hk-hero-tag {\n  padding: 7px 14px;\n  border-radius: 30px;\n\n  background: rgba(255,255,255,.10);\n  border: 1px solid rgba(234,215,155,.55);\n\n  color: #fff;\n  font-size: 13px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   IMAGE MODULE\n========================================================= *\/\n\n.hk-image {\n  margin: 22px 0;\n  padding: 7px;\n\n  background: linear-gradient(\n    135deg,\n    rgba(200,163,77,.45),\n    rgba(255,255,255,.9),\n    rgba(29,91,145,.20)\n  );\n\n  border-radius: 22px;\n}\n\n.hk-image img {\n  width: 100%;\n  border-radius: 17px;\n\n  box-shadow: 0 10px 28px rgba(18,59,104,.11);\n}\n\n\n\/* =========================================================\n   GENERAL CONTENT MODULE\n========================================================= *\/\n\n.hk-module {\n  margin: 22px 0;\n  padding: 30px 27px;\n\n  background: rgba(255,255,255,.91);\n\n  border: 1px solid rgba(29,91,145,.09);\n  border-radius: 22px;\n\n  box-shadow:\n    0 8px 25px rgba(18,59,104,.055),\n    0 1px 0 rgba(255,255,255,.9) inset;\n}\n\n.hk-title {\n  position: relative;\n  margin-bottom: 18px;\n  padding-bottom: 12px;\n\n  color: var(--navy);\n  font-size: 27px;\n  line-height: 1.3;\n  font-weight: 800;\n}\n\n.hk-title:after {\n  content: \"\";\n  position: absolute;\n  left: 0;\n  bottom: 0;\n\n  width: 58px;\n  height: 3px;\n\n  border-radius: 10px;\n\n  background: linear-gradient(\n    90deg,\n    var(--gold),\n    var(--gold-light)\n  );\n}\n\n.hk-center {\n  text-align: center;\n}\n\n.hk-center .hk-title:after {\n  left: 50%;\n  transform: translateX(-50%);\n}\n\n.hk-text {\n  color: var(--muted);\n  font-size: 16px;\n}\n\n\n\/* =========================================================\n   INTRO MODULE\n========================================================= *\/\n\n.hk-intro {\n  padding: 30px 26px;\n  text-align: center;\n\n  background:\n    linear-gradient(\n      135deg,\n      #edf7fd,\n      #ffffff 60%,\n      #fffaf0\n    );\n\n  border-radius: 22px;\n  border: 1px solid rgba(29,91,145,.09);\n}\n\n.hk-intro h2 {\n  margin: 0 0 13px;\n  color: var(--navy);\n  font-size: 28px;\n}\n\n.hk-intro p {\n  max-width: 760px;\n  margin: 0 auto 16px;\n  color: var(--muted);\n}\n\n.hk-intro-highlights {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 20px;\n}\n\n.hk-pill {\n  padding: 9px 15px;\n\n  background: #fff;\n  border: 1px solid rgba(200,163,77,.38);\n  border-radius: 50px;\n\n  color: var(--navy);\n  font-size: 13px;\n  font-weight: 700;\n\n  box-shadow: 0 4px 12px rgba(18,59,104,.05);\n}\n\n\n\/* =========================================================\n   FEATURE CARDS\n========================================================= *\/\n\n.hk-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 15px;\n  margin-top: 22px;\n}\n\n.hk-feature {\n  padding: 22px 17px;\n  text-align: center;\n\n  background: linear-gradient(\n    145deg,\n    #fff,\n    #f0f8fd\n  );\n\n  border-radius: 18px;\n  border: 1px solid rgba(29,91,145,.09);\n\n  box-shadow: 0 7px 18px rgba(18,59,104,.05);\n}\n\n.hk-feature-icon {\n  font-size: 29px;\n  margin-bottom: 9px;\n}\n\n.hk-feature h3 {\n  margin: 0 0 7px;\n  color: var(--navy);\n  font-size: 17px;\n}\n\n.hk-feature p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   STEP MODULE\n========================================================= *\/\n\n.hk-steps {\n  display: grid;\n  grid-template-columns: repeat(4,1fr);\n  gap: 14px;\n  margin-top: 22px;\n}\n\n.hk-step {\n  position: relative;\n  padding: 22px 14px;\n  text-align: center;\n\n  background: #f5faff;\n  border: 1px solid rgba(29,91,145,.09);\n  border-radius: 17px;\n}\n\n.hk-step-number {\n  width: 40px;\n  height: 40px;\n\n  margin: 0 auto 10px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: linear-gradient(\n    135deg,\n    var(--gold),\n    #e4cf8e\n  );\n\n  color: #fff;\n  font-size: 15px;\n  font-weight: 800;\n}\n\n.hk-step h3 {\n  margin: 0 0 7px;\n  color: var(--navy);\n  font-size: 17px;\n}\n\n.hk-step p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   DESIGN COLLECTION\n========================================================= *\/\n\n.hk-design-grid {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 15px;\n  margin-top: 22px;\n}\n\n.hk-design {\n  padding: 20px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fff,\n      #f2f8fc\n    );\n\n  border-radius: 18px;\n  border: 1px solid rgba(29,91,145,.09);\n\n  box-shadow: 0 7px 18px rgba(18,59,104,.045);\n}\n\n.hk-design h3 {\n  margin: 0 0 5px;\n  color: var(--navy);\n  font-size: 18px;\n}\n\n.hk-design-label {\n  color: var(--gold);\n  font-size: 13px;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: .3px;\n}\n\n.hk-design p {\n  margin: 8px 0 0;\n  color: var(--muted);\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   INCLUDED KIT\n========================================================= *\/\n\n.hk-kit {\n  display: grid;\n  grid-template-columns: repeat(2,1fr);\n  gap: 10px 15px;\n  margin-top: 20px;\n}\n\n.hk-kit-item {\n  padding: 12px 14px;\n\n  background: #f5faff;\n\n  border-left: 3px solid var(--gold);\n  border-radius: 11px;\n\n  color: var(--navy);\n  font-size: 14px;\n  font-weight: 600;\n}\n\n\n\/* =========================================================\n   LIFESTYLE MODULE\n========================================================= *\/\n\n.hk-lifestyle {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  align-items: center;\n}\n\n.hk-lifestyle-copy h2 {\n  color: var(--navy);\n  font-size: 27px;\n  line-height: 1.3;\n}\n\n.hk-lifestyle-copy p {\n  color: var(--muted);\n  font-size: 15px;\n}\n\n\n\/* =========================================================\n   GIFT MODULE\n========================================================= *\/\n\n.hk-gift-list {\n  display: grid;\n  grid-template-columns: repeat(3,1fr);\n  gap: 12px;\n  margin-top: 20px;\n}\n\n.hk-gift {\n  padding: 18px 13px;\n  text-align: center;\n\n  background: linear-gradient(\n    145deg,\n    #ffffff,\n    #f4f9fd\n  );\n\n  border-radius: 15px;\n  border: 1px solid rgba(29,91,145,.08);\n}\n\n.hk-gift-icon {\n  font-size: 25px;\n  margin-bottom: 6px;\n}\n\n.hk-gift span {\n  display: block;\n  color: var(--navy);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.hk-faq-item {\n  margin-bottom: 10px;\n  padding: 17px 18px;\n\n  background: linear-gradient(\n    90deg,\n    #f2f8fc,\n    #fff\n  );\n\n  border-radius: 14px;\n  border: 1px solid rgba(29,91,145,.08);\n}\n\n.hk-faq-item h3 {\n  margin: 0 0 7px;\n  color: var(--navy);\n  font-size: 16px;\n}\n\n.hk-faq-item p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 14px;\n}\n\n\n\/* =========================================================\n   FINAL CTA\n========================================================= *\/\n\n.hk-cta {\n  position: relative;\n\n  margin-top: 23px;\n  padding: 38px 24px;\n\n  text-align: center;\n\n  color: #fff;\n\n  background:\n    radial-gradient(circle at 15% 25%, rgba(255,255,255,.13) 0 2px, transparent 3px),\n    radial-gradient(circle at 85% 70%, rgba(234,215,155,.12) 0 2px, transparent 3px),\n    linear-gradient(135deg,#0c3157,#1d5b91);\n\n  border-radius: 24px;\n\n  box-shadow: 0 16px 38px rgba(18,59,104,.17);\n}\n\n.hk-cta-symbol {\n  color: #ead79b;\n  font-size: 32px;\n  margin-bottom: 7px;\n}\n\n.hk-cta h2 {\n  margin: 0 0 10px;\n  color: #fff;\n  font-size: 29px;\n}\n\n.hk-cta p {\n  max-width: 700px;\n  margin: 0 auto 12px;\n  color: rgba(255,255,255,.9);\n}\n\n.hk-cta strong {\n  color: #f3dc96;\n}\n\n\n\/* =========================================================\n   NOTE\n========================================================= *\/\n\n.hk-note {\n  margin-top: 17px;\n  padding: 15px 17px;\n\n  background: #fffaf0;\n  border: 1px solid rgba(200,163,77,.25);\n  border-radius: 13px;\n\n  color: #705d37;\n  font-size: 13px;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:768px){\n\n  .hanukkah-product {\n    padding: 0 8px 30px;\n    border-radius: 18px;\n  }\n\n  .hk-hero {\n    padding: 32px 17px;\n    border-radius: 19px;\n  }\n\n  .hk-hero h1 {\n    font-size: 27px;\n  }\n\n  .hk-hero-sub {\n    font-size: 16px;\n  }\n\n  .hk-module {\n    padding: 23px 17px;\n    border-radius: 18px;\n  }\n\n  .hk-title {\n    font-size: 23px;\n  }\n\n  .hk-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .hk-steps {\n    grid-template-columns: repeat(2,1fr);\n  }\n\n  .hk-design-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .hk-kit {\n    grid-template-columns: 1fr;\n  }\n\n  .hk-lifestyle {\n    grid-template-columns: 1fr;\n  }\n\n  .hk-gift-list {\n    grid-template-columns: 1fr;\n  }\n\n  .hk-cta {\n    padding: 31px 18px;\n    border-radius: 19px;\n  }\n\n  .hk-cta h2 {\n    font-size: 24px;\n  }\n}\n\n@media(max-width:420px){\n\n  .hk-steps {\n    grid-template-columns: 1fr;\n  }\n\n  .hk-hero h1 {\n    font-size: 24px;\n  }\n\n  .hk-intro h2 {\n    font-size: 23px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"hanukkah-product\"\u003e\n\u003c!-- =========================================\n       MODULE 1 — HERO\n  ========================================== --\u003e\n\u003csection class=\"hk-hero\"\u003e\n\u003ch1\u003e🕎 DIY Hanukkah Mosaic Wreath Kit\u003c\/h1\u003e\n\u003cp class=\"hk-hero-sub\"\u003ePiece • Create • Hang • Celebrate\u003c\/p\u003e\n\u003cdiv class=\"hk-hero-tags\"\u003e\n\u003cspan class=\"hk-hero-tag\"\u003e✨ Beginner-Friendly\u003c\/span\u003e \u003cspan class=\"hk-hero-tag\"\u003e💙 Blue \u0026amp; Gold Mosaic\u003c\/span\u003e \u003cspan class=\"hk-hero-tag\"\u003e🎁 Meaningful Gift\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 2 — HERO IMAGE\n  ========================================== --\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-33-(1).png?w=1254\u0026amp;h=1254\" alt=\"DIY Hanukkah Mosaic Wreath Kit\"\u003e\u003c\/div\u003e\n\u003c!-- =========================================\n       MODULE 3 — INTRO\n  ========================================== --\u003e\n\u003csection class=\"hk-intro\"\u003e\n\u003ch2\u003e✨ Create Something Worth Hanging\u003c\/h2\u003e\n\u003cp\u003eTurn simple mosaic pieces into a beautiful Hanukkah wreath you can proudly display throughout the holiday season.\u003c\/p\u003e\n\u003cp\u003eDeep blue, shimmering white, crystal-clear and gold accents come together to create a festive decoration with a handmade feel.\u003c\/p\u003e\n\u003cdiv class=\"hk-intro-highlights\"\u003e\n\u003cspan class=\"hk-pill\"\u003e💎 Shimmering Mosaic Details\u003c\/span\u003e \u003cspan class=\"hk-pill\"\u003e💙 Blue \u0026amp; White\u003c\/span\u003e \u003cspan class=\"hk-pill\"\u003e✨ Gold Accents\u003c\/span\u003e \u003cspan class=\"hk-pill\"\u003e🖐️ DIY Craft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 4 — FEATURE IMAGE\n  ========================================== --\u003e\n\u003csection class=\"hk-module hk-center\"\u003e\n\u003ch2 class=\"hk-title\"\u003e💎 Piece by Piece, Watch It Come to Life\u003c\/h2\u003e\n\u003cp class=\"hk-text\"\u003eEvery small piece adds another touch of color, texture and sparkle. Slowly, the design transforms into a festive Hanukkah decoration.\u003c\/p\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-33-(2).png?w=1254\u0026amp;h=1254\" alt=\"Hanukkah mosaic wreath details\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 5 — BENEFITS\n  ========================================== --\u003e\n\u003csection class=\"hk-module\"\u003e\n\u003ch2 class=\"hk-title\"\u003e✨ Why You’ll Love Creating It\u003c\/h2\u003e\n\u003cdiv class=\"hk-feature-grid\"\u003e\n\u003cdiv class=\"hk-feature\"\u003e\n\u003cdiv class=\"hk-feature-icon\"\u003e🎨\u003c\/div\u003e\n\u003ch3\u003eRelaxing DIY\u003c\/h3\u003e\n\u003cp\u003eEnjoy a creative activity that lets you slow down and focus on the moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-feature\"\u003e\n\u003cdiv class=\"hk-feature-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch3\u003eBeautiful Décor\u003c\/h3\u003e\n\u003cp\u003eTurn your finished project into a festive decoration for your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-feature\"\u003e\n\u003cdiv class=\"hk-feature-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eMeaningful Gift\u003c\/h3\u003e\n\u003cp\u003eA thoughtful seasonal gift for crafters, families and Hanukkah lovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 6 — HOW IT WORKS\n  ========================================== --\u003e\n\u003csection class=\"hk-module\"\u003e\n\u003ch2 class=\"hk-title\"\u003e🖐️ Easy Steps. Beautiful Results.\u003c\/h2\u003e\n\u003cp class=\"hk-text\"\u003eNo advanced mosaic experience is required. Follow the simple process and enjoy watching your wreath take shape.\u003c\/p\u003e\n\u003cdiv class=\"hk-steps\"\u003e\n\u003cdiv class=\"hk-step\"\u003e\n\u003cdiv class=\"hk-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003ePLAN\u003c\/h3\u003e\n\u003cp\u003eArrange your mosaic pieces and preview the design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-step\"\u003e\n\u003cdiv class=\"hk-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003ePLACE\u003c\/h3\u003e\n\u003cp\u003ePosition each piece onto the pre-designed wreath base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-step\"\u003e\n\u003cdiv class=\"hk-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eGLUE\u003c\/h3\u003e\n\u003cp\u003eSecure the pieces in place with the included adhesive.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-step\"\u003e\n\u003cdiv class=\"hk-step-number\"\u003e4\u003c\/div\u003e\n\u003ch3\u003eHANG\u003c\/h3\u003e\n\u003cp\u003eAdd the ribbon, display your finished wreath and enjoy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-33-(3).png?w=1254\u0026amp;h=1254\" alt=\"DIY Hanukkah mosaic wreath steps\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 7 — SIX DESIGNS\n  ========================================== --\u003e\n\u003csection class=\"hk-module\"\u003e\n\u003ch2 class=\"hk-title\"\u003e🕎 6 Festive Designs to Choose From\u003c\/h2\u003e\n\u003cp class=\"hk-text\"\u003eChoose the design that speaks to you, or collect multiple styles for a coordinated holiday display.\u003c\/p\u003e\n\u003cdiv class=\"hk-design-grid\"\u003e\n\u003cdiv class=\"hk-design\"\u003e\n\u003ch3\u003e🕎 Menorah Blessing Wreath\u003c\/h3\u003e\n\u003cdiv class=\"hk-design-label\"\u003eClassic Festival Light\u003c\/div\u003e\n\u003cp\u003eA radiant menorah-inspired design surrounded by sparkling blue, white and gold details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-design\"\u003e\n\u003ch3\u003e✡️ Star of Light Wreath\u003c\/h3\u003e\n\u003cdiv class=\"hk-design-label\"\u003eElegant \u0026amp; Radiant\u003c\/div\u003e\n\u003cp\u003eA geometric Star of David design with brilliant mosaic accents and a refined holiday look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-design\"\u003e\n\u003ch3\u003e🏠 Hanukkah Home Wreath\u003c\/h3\u003e\n\u003cdiv class=\"hk-design-label\"\u003eWarm Holiday Home\u003c\/div\u003e\n\u003cp\u003eA welcoming home-inspired design that brings warmth and festive character to your décor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-design\"\u003e\n\u003ch3\u003e✨ Eight Nights Wreath\u003c\/h3\u003e\n\u003cdiv class=\"hk-design-label\"\u003eEight Nights of Light\u003c\/div\u003e\n\u003cp\u003eA symbolic design inspired by the eight nights of Hanukkah.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-design\"\u003e\n\u003ch3\u003e🌀 Dreidel Celebration Wreath\u003c\/h3\u003e\n\u003cdiv class=\"hk-design-label\"\u003ePlayful Holiday Charm\u003c\/div\u003e\n\u003cp\u003eA cheerful dreidel-inspired centerpiece surrounded by bright mosaic details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-design\"\u003e\n\u003ch3\u003e🌿 Olive \u0026amp; Light Wreath\u003c\/h3\u003e\n\u003cdiv class=\"hk-design-label\"\u003ePeaceful \u0026amp; Meaningful\u003c\/div\u003e\n\u003cp\u003eA softer design featuring olive-inspired details with blue, green, white and gold tones.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-34-(4).png?w=1254\u0026amp;h=1254\" alt=\"Six Hanukkah mosaic wreath designs\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 8 — KIT CONTENTS\n  ========================================== --\u003e\n\u003csection class=\"hk-module\"\u003e\n\u003ch2 class=\"hk-title\"\u003e📦 Everything You Need Is Inside\u003c\/h2\u003e\n\u003cp class=\"hk-text\"\u003eEach kit includes the essential pieces and tools needed to create one beautiful Hanukkah mosaic wreath.\u003c\/p\u003e\n\u003cdiv class=\"hk-kit\"\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🪵 Pre-designed wreath base\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e💙 Blue mosaic pieces\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🩵 Light blue mosaic pieces\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🤍 White mosaic pieces\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e✨ Gold decorative accents\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e💎 Crystal-style pieces\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🧴 Adhesive\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🖌️ Small applicator tool\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🔹 Tweezers\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e🎀 Hanging ribbon\u003c\/div\u003e\n\u003cdiv class=\"hk-kit-item\"\u003e📖 Step-by-step guide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-34-(5).png?w=1254\u0026amp;h=1254\" alt=\"Hanukkah mosaic wreath kit contents\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 9 — TRADITION \/ LIFESTYLE\n  ========================================== --\u003e\n\u003csection class=\"hk-module\"\u003e\n\u003cdiv class=\"hk-lifestyle\"\u003e\n\u003cdiv class=\"hk-lifestyle-copy\"\u003e\n\u003ch2\u003e💙 More Than a Craft — A Tradition to Keep\u003c\/h2\u003e\n\u003cp\u003eSlow down, create something meaningful, and turn a relaxing DIY project into a decoration you can enjoy year after year.\u003c\/p\u003e\n\u003cp\u003eDisplay it on your door, wall, entryway or favorite indoor space throughout Hanukkah.\u003c\/p\u003e\n\u003cp\u003eIt can also become a thoughtful handmade gift for someone special.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-35-(6).png?w=1254\u0026amp;h=1254\" alt=\"Finished Hanukkah mosaic wreath\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 10 — GIFTING\n  ========================================== --\u003e\n\u003csection class=\"hk-module hk-center\"\u003e\n\u003ch2 class=\"hk-title\"\u003e🎁 A Meaningful Holiday Gift\u003c\/h2\u003e\n\u003cp class=\"hk-text\"\u003eGive something they can create, display and remember. This DIY wreath is a thoughtful choice for the holiday season.\u003c\/p\u003e\n\u003cdiv class=\"hk-gift-list\"\u003e\n\u003cdiv class=\"hk-gift\"\u003e\n\u003cdiv class=\"hk-gift-icon\"\u003e👩\u003c\/div\u003e\n\u003cspan\u003eMoms \u0026amp; Daughters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-gift\"\u003e\n\u003cdiv class=\"hk-gift-icon\"\u003e👵\u003c\/div\u003e\n\u003cspan\u003eGrandmothers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-gift\"\u003e\n\u003cdiv class=\"hk-gift-icon\"\u003e🕎\u003c\/div\u003e\n\u003cspan\u003eHanukkah Families\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-gift\"\u003e\n\u003cdiv class=\"hk-gift-icon\"\u003e🎨\u003c\/div\u003e\n\u003cspan\u003eDIY Lovers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-gift\"\u003e\n\u003cdiv class=\"hk-gift-icon\"\u003e🏠\u003c\/div\u003e\n\u003cspan\u003eHome Decor Fans\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-gift\"\u003e\n\u003cdiv class=\"hk-gift-icon\"\u003e🎁\u003c\/div\u003e\n\u003cspan\u003eHoliday Gift Giving\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 11 — COLLECTION\n  ========================================== --\u003e\n\u003csection class=\"hk-module hk-center\"\u003e\n\u003ch2 class=\"hk-title\"\u003e✨ Which Hanukkah Wreath Will You Create?\u003c\/h2\u003e\n\u003cp class=\"hk-text\"\u003eMenorah Blessing • Star of Light • Hanukkah Home • Eight Nights • Dreidel Celebration • Olive \u0026amp; Light\u003c\/p\u003e\n\u003cdiv class=\"hk-image\"\u003e\u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1784777974268\/ChatGPT-Image-2026-9-4-10-57-35-(7).png?w=1254\u0026amp;h=1254\" alt=\"Hanukkah Mosaic Wreath Collection\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 12 — FAQ\n  ========================================== --\u003e\n\u003csection class=\"hk-module\"\u003e\n\u003ch2 class=\"hk-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"hk-faq-item\"\u003e\n\u003ch3\u003eIs it beginner-friendly?\u003c\/h3\u003e\n\u003cp\u003eYes. The kit is designed for an easy and enjoyable DIY experience, even if you have never made mosaic art before.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-faq-item\"\u003e\n\u003ch3\u003eWhat’s included?\u003c\/h3\u003e\n\u003cp\u003eEach kit includes the pre-designed base, mosaic pieces, decorative accents, adhesive, tools, hanging ribbon and instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-faq-item\"\u003e\n\u003ch3\u003eDo I need to cut the mosaic pieces?\u003c\/h3\u003e\n\u003cp\u003eNo. The pieces are ready to arrange and apply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-faq-item\"\u003e\n\u003ch3\u003eWhere can I display it?\u003c\/h3\u003e\n\u003cp\u003eHang your finished wreath on a door, wall, entryway or any indoor space you would like to decorate for Hanukkah.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-faq-item\"\u003e\n\u003ch3\u003eAre the designs sold separately?\u003c\/h3\u003e\n\u003cp\u003eYes. Choose your favorite design or collect multiple styles for a coordinated holiday display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hk-faq-item\"\u003e\n\u003ch3\u003eIs it suitable as a gift?\u003c\/h3\u003e\n\u003cp\u003eAbsolutely. It is a thoughtful choice for anyone who enjoys crafting, seasonal decorating or handmade keepsakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 13 — FINAL CTA\n  ========================================== --\u003e\n\u003csection class=\"hk-cta\"\u003e\n\u003cdiv class=\"hk-cta-symbol\"\u003e✡️\u003c\/div\u003e\n\u003ch2\u003ePiece by Piece, Bring More Light Home\u003c\/h2\u003e\n\u003cp\u003eCreate something beautiful with your own hands, celebrate the season and turn each little piece into a meaningful holiday decoration.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHandmade. Meaningful. Beautiful.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =========================================\n       MODULE 14 — PACKAGE\n  ========================================== --\u003e\n\u003c\/div\u003e","brand":"CXY","offers":[{"title":"✡️ Star of Light","offer_id":64541614309745,"sku":"S225AN0544D51B7","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🕎 Menorah Blessing","offer_id":64541614342513,"sku":"S225AN0547E9C8C","price":26.99,"currency_code":"USD","in_stock":true},{"title":"✨ Eight Nights","offer_id":64541614375281,"sku":"S225AN0547548F5","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🏠 Hanukkah Home","offer_id":64541614408049,"sku":"S225AN054EC75B2","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🌿 Olive \u0026 Light","offer_id":64541614440817,"sku":"S225AN0547777F8","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🌀 Dreidel Celebration","offer_id":64541614473585,"sku":"S225AN054DD4984","price":26.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1024\/2870\/5137\/files\/75f750ca22e968bae76885e919936dd8.jpg?v=1788621252","url":"https:\/\/viqzes.com\/products\/_l9uo","provider":"viqzes","version":"1.0","type":"link"}