{"product_id":"halloween-ghost-pearl-art-diy-kit-2","title":"40% OFF 👻 Halloween Pearl Art DIY Kit – Create a Spooky-Cute Masterpiece","description":"\u003cstyle\u003e  .findory-ghost-page {    --ink: #2f2638;    --purple: #6f4a8e;    --deep-purple: #4c315f;    --orange: #df7a32;    --cream: #fff9f1;    --lavender: #f5effa;    --line: #eadff0;    --white: #ffffff;    --muted: #6f6676;    width: 100%;    max-width: 900px;    margin: 0 auto;    padding: 0;    color: var(--ink);    font-family: Arial, Helvetica, sans-serif;    font-size: 17px;    line-height: 1.68;    -webkit-font-smoothing: antialiased;  }  .findory-ghost-page,  .findory-ghost-page * {    box-sizing: border-box;  }  .findory-ghost-page h2,  .findory-ghost-page h3,  .findory-ghost-page p,  .findory-ghost-page ul,  .findory-ghost-page ol {    margin-top: 0;  }  .findory-ghost-page h2,  .findory-ghost-page h3 {    color: var(--deep-purple);    font-family: Georgia, \"Times New Roman\", serif;    font-weight: 700;    letter-spacing: -0.01em;  }  .findory-ghost-page h2 {    margin-bottom: 15px;    font-size: 36px;    line-height: 1.18;  }  .findory-ghost-page h3 {    margin-bottom: 12px;    font-size: 27px;    line-height: 1.28;  }  .findory-ghost-page p {    margin-bottom: 20px;  }  .findory-ghost-page img {    display: block !important;    width: 100% !important;    max-width: 100% !important;    height: auto !important;    margin: 0 auto !important;    border: 0;  }  .findory-ghost-page .hero {    margin-bottom: 44px;    padding: 40px 32px 34px;    text-align: center;    background:      radial-gradient(        circle at top right,        rgba(223, 122, 50, 0.12),        transparent 34%      ),      linear-gradient(180deg, #f7f0fb 0%, #fff9f1 100%);    border: 1px solid var(--line);    border-radius: 22px;  }  .findory-ghost-page .eyebrow {    margin-bottom: 10px;    color: var(--orange);    font-size: 13px;    line-height: 1.4;    font-weight: 700;    letter-spacing: 0.13em;    text-transform: uppercase;  }  .findory-ghost-page .hero h2 {    max-width: 720px;    margin-right: auto;    margin-left: auto;    text-align: center;  }  .findory-ghost-page .hero-copy {    max-width: 710px;    margin-right: auto;    margin-bottom: 24px;    margin-left: auto;    color: var(--muted);    font-size: 18px;    line-height: 1.65;  }  .findory-ghost-page .benefit-grid {    display: grid;    grid-template-columns: repeat(4, minmax(0, 1fr));    gap: 10px;    margin-top: 24px;  }  .findory-ghost-page .benefit-item {    padding: 13px 9px;    color: var(--deep-purple);    font-size: 14px;    line-height: 1.35;    font-weight: 700;    background: rgba(255, 255, 255, 0.9);    border: 1px solid var(--line);    border-radius: 11px;  }  .findory-ghost-page .section {    margin-bottom: 50px;  }  .findory-ghost-page .section-copy {    max-width: 760px;    margin: 0 auto 24px;    text-align: center;  }  .findory-ghost-page .section-image {    overflow: hidden;    width: 100%;    border-radius: 16px;    box-shadow: 0 12px 30px rgba(76, 49, 95, 0.1);  }  .findory-ghost-page .section-image img {    border-radius: 16px;  }  .findory-ghost-page .feature-panel {    margin-bottom: 50px;    padding: 30px;    background: var(--cream);    border: 1px solid #f2e4d5;    border-radius: 20px;  }  .findory-ghost-page .feature-panel .section-copy {    margin-bottom: 24px;  }  .findory-ghost-page .icon-list {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 12px;    margin: 22px 0 0;    padding: 0;    list-style: none;  }  .findory-ghost-page .icon-list li {    position: relative;    min-height: 100%;    padding: 15px 15px 15px 42px;    background: var(--white);    border: 1px solid var(--line);    border-radius: 11px;  }  .findory-ghost-page .icon-list li::before {    content: \"✓\";    position: absolute;    top: 14px;    left: 16px;    color: var(--orange);    font-weight: 700;  }  .findory-ghost-page .why-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 14px;    margin: 24px 0;  }  .findory-ghost-page .why-card {    padding: 20px;    background: var(--lavender);    border: 1px solid var(--line);    border-radius: 13px;  }  .findory-ghost-page .why-card strong {    display: block;    margin-bottom: 5px;    color: var(--deep-purple);    font-size: 17px;  }  .findory-ghost-page .steps {    counter-reset: step;    display: grid;    grid-template-columns: repeat(4, minmax(0, 1fr));    gap: 12px;    margin: 24px 0;    padding: 0;    list-style: none;  }  .findory-ghost-page .steps li {    counter-increment: step;    position: relative;    padding: 52px 16px 17px;    text-align: center;    background: var(--white);    border: 1px solid var(--line);    border-radius: 13px;  }  .findory-ghost-page .steps li::before {    content: counter(step);    position: absolute;    top: 14px;    left: 50%;    width: 28px;    height: 28px;    transform: translateX(-50%);    color: #ffffff;    font-size: 14px;    line-height: 28px;    font-weight: 700;    background: var(--purple);    border-radius: 50%;  }  .findory-ghost-page .statement {    padding: 28px;    margin-bottom: 50px;    text-align: center;    background: linear-gradient(      135deg,      var(--deep-purple),      var(--purple)    );    border-radius: 18px;  }  .findory-ghost-page .statement h3,  .findory-ghost-page .statement p {    color: #ffffff;  }  .findory-ghost-page .statement p {    max-width: 720px;    margin: 0 auto;    opacity: 0.92;  }  .findory-ghost-page .details {    padding: 34px;    background: var(--lavender);    border: 1px solid var(--line);    border-radius: 20px;  }  .findory-ghost-page .details \u003e h2,  .findory-ghost-page .details \u003e p {    text-align: center;  }  .findory-ghost-page .details \u003e p {    max-width: 680px;    margin-right: auto;    margin-left: auto;    color: var(--muted);  }  .findory-ghost-page .spec-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 12px;    margin: 26px 0 30px;  }  .findory-ghost-page .spec-item {    padding: 16px;    background: var(--white);    border: 1px solid var(--line);    border-radius: 11px;  }  .findory-ghost-page .spec-label {    display: block;    margin-bottom: 4px;    color: var(--purple);    font-size: 12px;    line-height: 1.4;    font-weight: 700;    letter-spacing: 0.07em;    text-transform: uppercase;  }  .findory-ghost-page .included-box {    padding: 22px;    margin-top: 26px;    background: var(--white);    border: 1px solid var(--line);    border-radius: 13px;  }  .findory-ghost-page .included-box h3 {    font-size: 24px;  }  .findory-ghost-page .included-list {    margin: 0;    padding: 0;    list-style: none;  }  .findory-ghost-page .included-list li {    position: relative;    padding: 7px 0 7px 26px;  }  .findory-ghost-page .included-list li::before {    content: \"✓\";    position: absolute;    top: 7px;    left: 0;    color: var(--orange);    font-weight: 700;  }  .findory-ghost-page .note {    margin: 16px 0 0;    color: var(--muted);    font-size: 14px;    line-height: 1.55;  }  .findory-ghost-page .final-cta {    margin-top: 42px;    padding: 34px 28px;    text-align: center;    background: var(--cream);    border: 1px solid #f2e4d5;    border-radius: 18px;  }  .findory-ghost-page .final-cta p {    max-width: 680px;    margin: 0 auto 22px;  }  @media screen and (max-width: 749px) {    .findory-ghost-page {      font-size: 16px;      line-height: 1.64;    }    .findory-ghost-page h2 {      font-size: 29px;    }    .findory-ghost-page h3 {      font-size: 23px;    }    .findory-ghost-page .hero {      margin-bottom: 36px;      padding: 29px 18px 25px;      border-radius: 17px;    }    .findory-ghost-page .hero-copy {      font-size: 16px;    }    .findory-ghost-page .benefit-grid {      grid-template-columns: repeat(2, minmax(0, 1fr));    }    .findory-ghost-page .section,    .findory-ghost-page .feature-panel,    .findory-ghost-page .statement {      margin-bottom: 40px;    }    .findory-ghost-page .section-copy {      text-align: left;    }    .findory-ghost-page .section-image,    .findory-ghost-page .section-image img {      border-radius: 11px;    }    .findory-ghost-page .feature-panel {      padding: 20px 16px;      border-radius: 15px;    }    .findory-ghost-page .icon-list,    .findory-ghost-page .why-grid,    .findory-ghost-page .steps,    .findory-ghost-page .spec-grid {      grid-template-columns: 1fr;    }    .findory-ghost-page .steps li {      padding: 18px 16px 18px 52px;      text-align: left;    }    .findory-ghost-page .steps li::before {      top: 50%;      left: 17px;      transform: translateY(-50%);    }    .findory-ghost-page .statement {      padding: 26px 19px;      text-align: left;      border-radius: 15px;    }    .findory-ghost-page .details {      padding: 24px 17px;      border-radius: 15px;    }    .findory-ghost-page .final-cta {      padding: 27px 18px;      text-align: left;    }  }\u003c\/style\u003e\u003cdiv class=\"findory-ghost-page\"\u003e  \u003cdiv class=\"hero\"\u003e    \u003cp class=\"eyebrow\"\u003e      A relaxing Halloween craft for cozy nights    \u003c\/p\u003e    \u003ch2\u003eCreate a Sparkling Spooky-Cute Masterpiece\u003c\/h2\u003e    \u003cp class=\"hero-copy\"\u003e      Bring Halloween magic to life one pearl at a time.      This beginner-friendly DIY kit turns a pre-printed canvas      into textured seasonal artwork featuring adorable ghosts,      pumpkins, moonlight, florals, and glowing autumn details.    \u003c\/p\u003e    \u003cdiv class=\"benefit-grid\"\u003e      \u003cdiv class=\"benefit-item\"\u003eBeginner Friendly\u003c\/div\u003e      \u003cdiv class=\"benefit-item\"\u003eAll Materials Included\u003c\/div\u003e      \u003cdiv class=\"benefit-item\"\u003eRelaxing \u0026amp; Creative\u003c\/div\u003e      \u003cdiv class=\"benefit-item\"\u003eGift-Ready Craft\u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"section\"\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/10a663a0969c1138bd035e4ab8494d834af42a14.gif\" alt=\"Halloween pearl art kit sparkling finished design\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"section\"\u003e    \u003cdiv class=\"section-copy\"\u003e      \u003ch2\u003eCozy Halloween Magic Without the Scare\u003c\/h2\u003e      \u003cp\u003e        Designed to feel cute, warm, and festive, this pearl art        scene adds a playful autumn touch to your living room,        entryway, bedroom, office, craft corner, or seasonal display.      \u003c\/p\u003e    \u003c\/div\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/1d22fd9ae6c43d9918e355c2c3a5b8c6ab5215de.png?w=1194\u0026amp;h=1317\" alt=\"Spooky-cute Halloween pearl art design with ghosts pumpkins and moon\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"feature-panel\"\u003e    \u003cdiv class=\"section-copy\"\u003e      \u003ch2\u003eA Whimsical Scene Full of Detail\u003c\/h2\u003e      \u003cp\u003e        Each design combines playful Halloween characters with        sparkling decorative elements for a finished piece that        feels detailed, textured, and display-worthy.      \u003c\/p\u003e    \u003c\/div\u003e    \u003cul class=\"icon-list\"\u003e      \u003cli\u003eCute floating ghosts with expressive faces\u003c\/li\u003e      \u003cli\u003eSmiling jack-o’-lantern pumpkins\u003c\/li\u003e      \u003cli\u003eGolden crescent moon and glowing lantern details\u003c\/li\u003e      \u003cli\u003ePurple and orange florals with sparkling accents\u003c\/li\u003e    \u003c\/ul\u003e    \u003cdiv class=\"section-image\" style=\"margin-top:24px;\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/5fe9fd6f0e61e3f3b414d7bc16cd524e26597f2a.png?w=1122\u0026amp;h=1402\" alt=\"Close-up details of Halloween ghost pearl mosaic artwork\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"section\"\u003e    \u003cdiv class=\"section-copy\"\u003e      \u003ch2\u003eWhy You’ll Love It\u003c\/h2\u003e    \u003c\/div\u003e    \u003cdiv class=\"why-grid\"\u003e      \u003cdiv class=\"why-card\"\u003e        \u003cstrong\u003eRelaxing \u0026amp; Stress-Relieving\u003c\/strong\u003e        Enjoy a calming hands-on activity that helps you slow down,        focus, and unwind.      \u003c\/div\u003e      \u003cdiv class=\"why-card\"\u003e        \u003cstrong\u003eEasy for Beginners\u003c\/strong\u003e        No painting skills are needed. Match each pearl to the        corresponding symbol and enjoy the process.      \u003c\/div\u003e      \u003cdiv class=\"why-card\"\u003e        \u003cstrong\u003eSeasonal Home Decor\u003c\/strong\u003e        Create a sparkling piece for your wall, entryway, office,        shelf, or Halloween display.      \u003c\/div\u003e      \u003cdiv class=\"why-card\"\u003e        \u003cstrong\u003eA Thoughtful Gift\u003c\/strong\u003e        A fun choice for Halloween lovers, crafters, teens, adults,        and creative family activities.      \u003c\/div\u003e    \u003c\/div\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/071a83182fa58ea7f0d291514668a808675a5169.png?w=1122\u0026amp;h=1402\" alt=\"Benefits and uses of the Halloween pearl art kit\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"feature-panel\"\u003e    \u003cdiv class=\"section-copy\"\u003e      \u003ch2\u003eEasy Step-by-Step Crafting\u003c\/h2\u003e      \u003cp\u003e        The color-coded design makes it simple to follow from the        first pearl to the final sparkling detail.      \u003c\/p\u003e    \u003c\/div\u003e    \u003col class=\"steps\"\u003e      \u003cli\u003e        Peel back a small section of the protective film.      \u003c\/li\u003e      \u003cli\u003e        Pick up the matching color-coded pearl beads.      \u003c\/li\u003e      \u003cli\u003e        Place each pearl onto the corresponding symbol.      \u003c\/li\u003e      \u003cli\u003e        Watch your Halloween scene come to life.      \u003c\/li\u003e    \u003c\/ol\u003e    \u003cp style=\"text-align:center;font-weight:700;color:#6f4a8e;\"\u003e      No paint. No complicated setup. Just match, place, and create.    \u003c\/p\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/bff6cdaa5c144a16bbc897acd08e7493.png?w=1122\u0026amp;h=1402\" alt=\"Four simple steps for completing the Halloween pearl art kit\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"section\"\u003e    \u003cdiv class=\"section-copy\"\u003e      \u003ch2\u003ePerfect for Cozy Fall Moments\u003c\/h2\u003e      \u003cp\u003e        Make it during a quiet evening, a family craft night,        a seasonal gathering, or whenever you want a creative        screen-free activity.      \u003c\/p\u003e    \u003c\/div\u003e    \u003cul class=\"icon-list\" style=\"margin-bottom:24px;\"\u003e      \u003cli\u003eHalloween and fall home decoration\u003c\/li\u003e      \u003cli\u003eRelaxing indoor craft nights\u003c\/li\u003e      \u003cli\u003eHandmade seasonal gift projects\u003c\/li\u003e      \u003cli\u003eFamily and group crafting activities\u003c\/li\u003e    \u003c\/ul\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/4012f8cfadc140e387498019a79f1b17.png?w=1122\u0026amp;h=1402\" alt=\"Halloween pearl art kit used as fall decor and a craft activity\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"statement\"\u003e    \u003ch3\u003eMake Halloween Cozy, Creative, and Meaningful\u003c\/h3\u003e    \u003cp\u003e      Instead of another disposable seasonal decoration,      create a handmade piece you can proudly display,      gift, or bring out again each autumn.    \u003c\/p\u003e  \u003c\/div\u003e  \u003cdiv class=\"section\"\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/82e6484d77a8234a48f2b24ff3d17a9f122c1ede.png?w=1122\u0026amp;h=1402\" alt=\"Finished Halloween pearl art displayed as cozy seasonal decor\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"details\"\u003e    \u003ch2\u003eEverything You Need Is Included\u003c\/h2\u003e    \u003cp\u003e      Open the kit and start creating. The essential tools and      color-coded materials are included in the package.    \u003c\/p\u003e    \u003cdiv class=\"included-box\"\u003e      \u003ch3\u003eWhat’s Included\u003c\/h3\u003e      \u003cul class=\"included-list\"\u003e        \u003cli\u003e1 × Pre-printed adhesive canvas\u003c\/li\u003e        \u003cli\u003eColor-coded acrylic resin pearl bead set\u003c\/li\u003e        \u003cli\u003e1 × Placement pen tool\u003c\/li\u003e        \u003cli\u003e1 × Wax pad\u003c\/li\u003e        \u003cli\u003e1 × Sorting tray\u003c\/li\u003e        \u003cli\u003eEasy instruction guide\u003c\/li\u003e      \u003c\/ul\u003e      \u003cp class=\"note\"\u003e        The exact bead colors and printed design correspond to        the style selected on the product page.      \u003c\/p\u003e    \u003c\/div\u003e    \u003cdiv class=\"section-image\" style=\"margin-top:26px;\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/8595469f0ac043868ad77acb4296e31e.png?w=1254\u0026amp;h=1254\" alt=\"Contents included with the Halloween pearl art DIY kit\"\u003e    \u003c\/div\u003e    \u003cdiv class=\"spec-grid\"\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eProduct Type\u003c\/span\u003e        DIY pearl mosaic art kit      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eTheme\u003c\/span\u003e        Halloween ghost, pumpkin, and autumn scenes      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eCanvas\u003c\/span\u003e        Pre-printed high-density adhesive canvas      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eBead Material\u003c\/span\u003e        Acrylic resin pearl beads \/ drills      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eDifficulty\u003c\/span\u003e        Beginner friendly      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eRecommended Age\u003c\/span\u003e        Ages 8+ with appropriate supervision      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eApproximate Size\u003c\/span\u003e        11.8 × 15.7 in      \u003c\/div\u003e      \u003cdiv class=\"spec-item\"\u003e        \u003cspan class=\"spec-label\"\u003eFinished Look\u003c\/span\u003e        Sparkling textured seasonal wall art      \u003c\/div\u003e    \u003c\/div\u003e  \u003c\/div\u003e  \u003cdiv class=\"final-cta\"\u003e    \u003ch2\u003eCreate Your Halloween Magic\u003c\/h2\u003e    \u003cp\u003e      Turn tiny pearls into a glowing autumn masterpiece      and enjoy a relaxing craft you’ll be proud to display.    \u003c\/p\u003e    \u003cdiv class=\"section-image\"\u003e      \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1778826642796\/986a231838284e4b863ee19c6aeeabaa.png?w=1122\u0026amp;h=1402\" alt=\"Completed Halloween pearl art masterpiece\"\u003e    \u003c\/div\u003e  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"🎃 Pumpkin Cat","offer_id":47658436690109,"sku":"CX-PearlDIY-PumpkinCat-1PC-1","price":26.99,"currency_code":"USD","in_stock":true},{"title":"👻 Ghost Glow","offer_id":47658436722877,"sku":"CX-PearlDIY-GhostGlow-1PC-1","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🐮 Highland Cattle","offer_id":47658436755645,"sku":"CX-PearlDIY-HighlandCattle-1PC-1","price":26.99,"currency_code":"USD","in_stock":true},{"title":"💀 Skull Bloom","offer_id":47658436788413,"sku":"CX-PearlDIY-Skull Bloom-1PC-1","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🧙 Witch Moon Magic","offer_id":47658436821181,"sku":"CX-PearlDIY-WitchMoonMagic-1PC-1","price":26.99,"currency_code":"USD","in_stock":true},{"title":"🐦‍⬛ Raven Dark Forest","offer_id":47658436853949,"sku":"CX-PearlDIY-RavenDarkForest-1PC-1","price":26.99,"currency_code":"USD","in_stock":true},{"title":"Complete Set – All 6 Styles Included (Free Shipping) |🏆 Best Seller","offer_id":47658436886717,"sku":"CX-PearlDIY-Allstyles-6PC-1","price":109.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0762\/9062\/1629\/files\/1d22fd9ae6c43d9918e355c2c3a5b8c6ab5215de.jpg?v=1784278367","url":"https:\/\/ugmomcken.com\/products\/halloween-ghost-pearl-art-diy-kit-2","provider":"Ugmomcken","version":"1.0","type":"link"}