{"product_id":"christmas-diamond-art-hanging-kit","title":"Christmas Diamond Art Hanging Kit","description":"\u003cstyle\u003e\n  .moonighty-christmas-page {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, Helvetica, sans-serif;\n    color: #3b3834;\n    font-size: 16px;\n    line-height: 1.65;\n    background: #ffffff;\n  }\n\n  .moonighty-christmas-page * {\n    box-sizing: border-box;\n  }\n\n  .moonighty-christmas-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 16px auto 28px;\n    border-radius: 14px;\n  }\n\n  .xmas-section {\n    margin-bottom: 34px;\n  }\n\n  \/* SECTION TITLE *\/\n  .xmas-title {\n    margin: 0 0 20px;\n    padding: 11px 15px;\n    border-left: 5px solid #a7272d;\n    border-radius: 0 10px 10px 0;\n    background: linear-gradient(90deg, #fff3f1 0%, #fffaf7 100%);\n    color: #8f1f25;\n    font-size: 22px;\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: 0.3px;\n  }\n\n  \/* FEATURE CARD *\/\n  .xmas-feature {\n    margin: 0 0 18px;\n    padding: 18px 17px;\n    border: 1px solid #eaded6;\n    border-radius: 14px;\n    background: #fffdf9;\n    box-shadow: 0 3px 12px rgba(90, 55, 30, 0.05);\n  }\n\n  .xmas-feature-title {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    margin: 0 0 9px;\n    color: #8d2529;\n    font-size: 18px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .xmas-icon {\n    flex: 0 0 auto;\n    font-size: 20px;\n    line-height: 1.2;\n  }\n\n  .xmas-feature p {\n    margin: 0;\n    color: #4a4742;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .xmas-highlight {\n    color: #7d5d23;\n    font-weight: 700;\n  }\n\n  \/* BENEFIT TAGS *\/\n  .xmas-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .xmas-tag {\n    display: inline-block;\n    padding: 6px 10px;\n    border-radius: 20px;\n    background: #f4eee1;\n    color: #73551f;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  \/* SPECIFICATIONS *\/\n  .xmas-spec-box {\n    overflow: hidden;\n    border: 1px solid #e7ddd5;\n    border-radius: 14px;\n    background: #fffdf9;\n  }\n\n  .xmas-spec-row {\n    display: flex;\n    gap: 15px;\n    padding: 14px 16px;\n    border-bottom: 1px solid #eee6df;\n  }\n\n  .xmas-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .xmas-spec-label {\n    flex: 0 0 125px;\n    color: #8f252b;\n    font-weight: 800;\n  }\n\n  .xmas-spec-value {\n    flex: 1;\n    color: #403d39;\n  }\n\n  \/* PACKAGE *\/\n  .xmas-package {\n    padding: 17px 18px;\n    border: 1px solid #e5d5aa;\n    border-radius: 14px;\n    background: linear-gradient(135deg, #fff9eb 0%, #fffdf7 100%);\n  }\n\n  .xmas-package p {\n    margin: 0;\n    color: #453d31;\n    font-size: 16px;\n    font-weight: 700;\n  }\n\n  \/* NOTES *\/\n  .xmas-notes {\n    padding: 17px 18px;\n    border: 1px solid #e2e5df;\n    border-radius: 14px;\n    background: #f7f8f5;\n  }\n\n  .xmas-notes p {\n    position: relative;\n    margin: 0 0 11px;\n    padding-left: 23px;\n    color: #555750;\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .xmas-notes p:last-child {\n    margin-bottom: 0;\n  }\n\n  .xmas-notes p::before {\n    content: \"•\";\n    position: absolute;\n    left: 6px;\n    top: 0;\n    color: #2f6b43;\n    font-weight: 900;\n  }\n\n  \/* AUTHENTICITY NOTICE *\/\n  .xmas-authenticity {\n    margin-top: 40px;\n    padding: 22px 18px;\n    border: 2px solid #8f252b;\n    border-radius: 16px;\n    background: linear-gradient(135deg, #fff8f4 0%, #fdf1ed 100%);\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(105, 40, 40, 0.08);\n  }\n\n  .xmas-authenticity-icon {\n    margin-bottom: 8px;\n    font-size: 29px;\n  }\n\n  .xmas-authenticity-title {\n    margin: 0 0 10px;\n    color: #7f1f24;\n    font-size: 20px;\n    font-weight: 900;\n    line-height: 1.3;\n  }\n\n  .xmas-authenticity p {\n    margin: 0;\n    color: #4d4743;\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .xmas-brand {\n    color: #8f252b;\n    font-weight: 800;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 480px) {\n    .moonighty-christmas-page {\n      font-size: 16px;\n    }\n\n    .xmas-section {\n      margin-bottom: 30px;\n    }\n\n    .xmas-title {\n      font-size: 21px;\n      padding: 10px 14px;\n    }\n\n    .xmas-feature {\n      padding: 16px 15px;\n    }\n\n    .xmas-feature-title {\n      font-size: 17px;\n    }\n\n    .xmas-feature p {\n      font-size: 16px;\n    }\n\n    .xmas-spec-row {\n      display: block;\n      padding: 13px 15px;\n    }\n\n    .xmas-spec-label {\n      display: block;\n      margin-bottom: 3px;\n    }\n\n    .xmas-authenticity-title {\n      font-size: 19px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"moonighty-christmas-page\"\u003e\n\n  \u003c!-- FEATURES --\u003e\n  \u003cdiv class=\"xmas-section\"\u003e\n    \u003cdiv class=\"xmas-title\"\u003eFEATURES\u003c\/div\u003e\n\n    \u003c!-- FEATURE 1 --\u003e\n    \u003cdiv class=\"xmas-feature\"\u003e\n      \u003cdiv class=\"xmas-feature-title\"\u003e\n        \u003cspan class=\"xmas-icon\"\u003e🎄\u003c\/span\u003e\n        \u003cspan\u003eFESTIVE DIY DIAMOND ART\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Handcraft your own sparkling holiday decoration with colorful resin diamonds\n        and an acrylic base. Each piece becomes a\n        \u003cspan class=\"xmas-highlight\"\u003efestive handmade ornament\u003c\/span\u003e\n        that adds a personal touch to your Christmas décor.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"xmas-tags\"\u003e\n        \u003cspan class=\"xmas-tag\"\u003eDIY Craft\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003eHoliday Decor\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003eSparkling Finish\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0705\/8935\/0183\/files\/spp_shopify20260827191156_2e66b1995fc314d604b3b94dc5471eab.jpg?v=1787829120\" alt=\"Christmas diamond art DIY hanging decoration\" loading=\"lazy\"\u003e\n\n\n    \u003c!-- FEATURE 2 --\u003e\n    \u003cdiv class=\"xmas-feature\"\u003e\n      \u003cdiv class=\"xmas-feature-title\"\u003e\n        \u003cspan class=\"xmas-icon\"\u003e💎\u003c\/span\u003e\n        \u003cspan\u003eIMMERSIVE DIY JOY\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Enjoy a relaxing and rewarding crafting process as you place each diamond\n        onto the patterned surface. The step-by-step experience makes it easy to\n        slow down, focus and create something beautiful with your own hands.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"xmas-tags\"\u003e\n        \u003cspan class=\"xmas-tag\"\u003eRelaxing Craft\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003eCreative Fun\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003eHandmade Decoration\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0705\/8935\/0183\/files\/spp_shopify20260827191201_b622e23c5dc245bad92f2b499f06ca3e.jpg?v=1787829124\" alt=\"Relaxing Christmas diamond art craft\" loading=\"lazy\"\u003e\n\n\n    \u003c!-- FEATURE 3 --\u003e\n    \u003cdiv class=\"xmas-feature\"\u003e\n      \u003cdiv class=\"xmas-feature-title\"\u003e\n        \u003cspan class=\"xmas-icon\"\u003e✨\u003c\/span\u003e\n        \u003cspan\u003eELEGANT FESTIVE SHINE\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        The decorative resin diamonds and pearl-like details reflect light beautifully,\n        creating an eye-catching\n        \u003cspan class=\"xmas-highlight\"\u003esparkling Christmas display\u003c\/span\u003e\n        that brings warmth and festive charm to your space.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0705\/8935\/0183\/files\/spp_shopify20260827191204_1aefce17a602436b438111dcd9651a28.jpg?v=1787829128\" alt=\"Sparkling Christmas diamond art ornament\" loading=\"lazy\"\u003e\n\n\n    \u003c!-- FEATURE 4 --\u003e\n    \u003cdiv class=\"xmas-feature\"\u003e\n      \u003cdiv class=\"xmas-feature-title\"\u003e\n        \u003cspan class=\"xmas-icon\"\u003e🎨\u003c\/span\u003e\n        \u003cspan\u003eEFFORTLESS CREATIVE JOY\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        The clear, color-coded adhesive surface helps guide diamond placement,\n        making the crafting process straightforward and enjoyable.\n        Smooth acrylic edges provide more comfortable handling while you create.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"xmas-tags\"\u003e\n        \u003cspan class=\"xmas-tag\"\u003eColor-Coded Guide\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003eEasy Placement\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003eSmooth Acrylic\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0705\/8935\/0183\/files\/spp_shopify20260827191209_f24431c838866076a3dbefa7b6658524.jpg?v=1787829132\" alt=\"Easy color coded Christmas diamond painting kit\" loading=\"lazy\"\u003e\n\n\n    \u003c!-- FEATURE 5 --\u003e\n    \u003cdiv class=\"xmas-feature\"\u003e\n      \u003cdiv class=\"xmas-feature-title\"\u003e\n        \u003cspan class=\"xmas-icon\"\u003e🏠\u003c\/span\u003e\n        \u003cspan\u003eVERSATILE HOLIDAY DECOR\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Display your finished ornament on a\n        \u003cspan class=\"xmas-highlight\"\u003efront door, wall, window or living room display\u003c\/span\u003e.\n        It also works beautifully as part of a Christmas party backdrop or seasonal\n        decorating arrangement.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"xmas-tags\"\u003e\n        \u003cspan class=\"xmas-tag\"\u003e🚪 Door\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003e🪟 Window\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003e🏠 Wall\u003c\/span\u003e\n        \u003cspan class=\"xmas-tag\"\u003e🎉 Party Decor\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0705\/8935\/0183\/files\/spp_shopify20260827191212_3ec563f013cd8571897b3e54402209b3.jpg?v=1787829136\" alt=\"Christmas diamond art hanging decoration for home\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003cdiv class=\"xmas-section\"\u003e\n    \u003cdiv class=\"xmas-title\"\u003eSPECIFICATIONS\u003c\/div\u003e\n\n    \u003cdiv class=\"xmas-spec-box\"\u003e\n\n      \u003cdiv class=\"xmas-spec-row\"\u003e\n        \u003cdiv class=\"xmas-spec-label\"\u003eSize\u003c\/div\u003e\n        \u003cdiv class=\"xmas-spec-value\"\u003e\n          25 × 25 cm\u003cbr\u003e\n          \u003cspan style=\"font-size:14px;color:#7c746c;\"\u003e\n            9.8 × 9.8 inches\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-spec-row\"\u003e\n        \u003cdiv class=\"xmas-spec-label\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"xmas-spec-value\"\u003eAcrylic\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-spec-row\"\u003e\n        \u003cdiv class=\"xmas-spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"xmas-spec-value\"\u003e\n          200.5 g\n          \u003cspan style=\"color:#7c746c;\"\u003e(7.1 oz)\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-spec-row\"\u003e\n        \u003cdiv class=\"xmas-spec-label\"\u003ePackage Weight\u003c\/div\u003e\n        \u003cdiv class=\"xmas-spec-value\"\u003e\n          220 g\n          \u003cspan style=\"color:#7c746c;\"\u003e(7.8 oz)\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"xmas-spec-row\"\u003e\n        \u003cdiv class=\"xmas-spec-label\"\u003eTheme Options\u003c\/div\u003e\n        \u003cdiv class=\"xmas-spec-value\"\u003e\n          Santa Claus\u003cbr\u003e\n          Christmas Deer\u003cbr\u003e\n          Christmas Snowman\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- PACKAGE --\u003e\n  \u003cdiv class=\"xmas-section\"\u003e\n    \u003cdiv class=\"xmas-title\"\u003ePACKAGE INCLUDES\u003c\/div\u003e\n\n    \u003cdiv class=\"xmas-package\"\u003e\n      \u003cp\u003e\n        🎁 1 × Christmas Diamond Art Hanging Kit\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- NOTES --\u003e\n  \u003cdiv class=\"xmas-section\"\u003e\n    \u003cdiv class=\"xmas-title\"\u003eNOTES\u003c\/div\u003e\n\n    \u003cdiv class=\"xmas-notes\"\u003e\n\n      \u003cp\u003e\n        Small parts are included. Keep away from children under 3 years old\n        to help prevent choking hazards.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        This product is a DIY diamond art kit and is not supplied as a finished decoration.\n        Assembly and diamond placement are required.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Keep the protective film on the adhesive surface until you are ready\n        to work on each section.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Avoid touching the adhesive surface unnecessarily to help maintain stickiness.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Slight color differences may occur due to lighting conditions\n        and different screen settings.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Manual measurements may result in small size variations.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ANTI-COUNTERFEIT NOTICE --\u003e\n  \u003cdiv class=\"xmas-authenticity\"\u003e\n\n    \u003cdiv class=\"xmas-authenticity-icon\"\u003e🛡️\u003c\/div\u003e\n\n    \u003cdiv class=\"xmas-authenticity-title\"\u003e\n      BEWARE OF COUNTERFEIT \u0026amp; IMITATION PRODUCTS\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      To protect your shopping experience, please make sure you are purchasing\n      through an \u003cspan class=\"xmas-brand\"\u003eofficial Moonighty® store page\u003c\/span\u003e.\n      Be cautious of unauthorized sellers, imitation websites and products\n      falsely claiming to be associated with\n      \u003cspan class=\"xmas-brand\"\u003eMoonighty®\u003c\/span\u003e.\n      Please carefully verify the store information before placing your order.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"moonighty","offers":[{"title":"Santa Claus","offer_id":51935781847335,"sku":"LE40551746-1","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Christmas Deer","offer_id":51935781880103,"sku":"LE40551746-2","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Christmas Snowman","offer_id":51935781912871,"sku":"LE40551746-3","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0705\/8935\/0183\/files\/spp_shopify20260827191218_bea6c3681a77c2ece9a363e2e94d9806_623be2c6-e5e0-4d60-ad70-cadced4bd9b2.jpg?v=1787829178","url":"https:\/\/moonighty.com\/products\/christmas-diamond-art-hanging-kit","provider":"moonighty","version":"1.0","type":"link"}