{"product_id":"little-ghost-cozy-halloween-diy-sewing-kit","title":"👻 Little Ghost Cozy Halloween DIY Sewing Kit","description":"\u003cstyle\u003e\n  \/* =========================================================\n     Cozy Ghost DIY Kit — Mobile-First Product Description\n     All styles are scoped to avoid Shopify theme conflicts\n  ========================================================== *\/\n\n  .ghostkit-page,\n  .ghostkit-page * {\n    box-sizing: border-box;\n  }\n\n  .ghostkit-page {\n    --ghost-text: #34495e;\n    --ghost-muted: #667085;\n    --ghost-orange: #e67e23;\n    --ghost-orange-dark: #c95f16;\n    --ghost-orange-soft: #fff7ed;\n    --ghost-orange-border: #fed7aa;\n    --ghost-border: #e5e7eb;\n    --ghost-card: #ffffff;\n    --ghost-soft: #f8fafc;\n    --ghost-radius: 16px;\n    --ghost-shadow: 0 5px 18px rgba(52, 73, 94, 0.06);\n\n    width: 100%;\n    max-width: 860px;\n    margin: 0 auto;\n    color: var(--ghost-text);\n    font-family: inherit;\n    font-size: 16px;\n    line-height: 1.7;\n    word-break: normal;\n    overflow-wrap: break-word;\n  }\n\n  .ghostkit-page h2,\n  .ghostkit-page h3,\n  .ghostkit-page p,\n  .ghostkit-page ul,\n  .ghostkit-page li {\n    color: inherit;\n  }\n\n  .ghostkit-page h2 {\n    margin: 0 0 14px;\n    color: var(--ghost-text);\n    font-size: clamp(23px, 4vw, 31px);\n    line-height: 1.22;\n    font-weight: 750;\n    letter-spacing: -0.025em;\n  }\n\n  .ghostkit-page h3 {\n    margin: 0 0 6px;\n    color: var(--ghost-text);\n    font-size: 17px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .ghostkit-page p {\n    margin: 0 0 14px;\n    color: var(--ghost-text);\n    font-size: 16px;\n    line-height: 1.72;\n  }\n\n  .ghostkit-page strong {\n    font-weight: 700;\n  }\n\n  .ghostkit-section {\n    margin: 0;\n    padding: 30px 0;\n    border-bottom: 1px solid var(--ghost-border);\n  }\n\n  .ghostkit-section:first-of-type {\n    padding-top: 4px;\n  }\n\n  .ghostkit-section:last-child {\n    border-bottom: 0;\n  }\n\n  .ghostkit-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin: 0 0 10px;\n    color: var(--ghost-orange-dark);\n    font-size: 13px;\n    line-height: 1.3;\n    font-weight: 750;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .ghostkit-eyebrow-icon {\n    font-size: 17px;\n    line-height: 1;\n  }\n\n  .ghostkit-lead {\n    margin-bottom: 12px;\n    font-size: 17px !important;\n    line-height: 1.68 !important;\n  }\n\n  .ghostkit-image {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 20px 0 0;\n    border: 0;\n    border-radius: var(--ghost-radius);\n    box-shadow: var(--ghost-shadow);\n  }\n\n  \/* Important notice *\/\n  .ghostkit-notice {\n    position: relative;\n    margin: 18px 0;\n    padding: 16px 16px 16px 19px;\n    overflow: hidden;\n    color: var(--ghost-text);\n    background: var(--ghost-orange-soft);\n    border: 1px solid var(--ghost-orange-border);\n    border-radius: 14px;\n    line-height: 1.65;\n  }\n\n  .ghostkit-notice::before {\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n    width: 4px;\n    background: var(--ghost-orange);\n    content: \"\";\n  }\n\n  .ghostkit-notice-title {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--ghost-orange-dark);\n    font-size: 15px;\n    font-weight: 750;\n  }\n\n  \/* Quick benefit cards *\/\n  .ghostkit-quick-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin: 18px 0 0;\n  }\n\n  .ghostkit-quick-card {\n    display: flex;\n    min-width: 0;\n    min-height: 104px;\n    padding: 14px 9px;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    gap: 9px;\n    color: var(--ghost-text);\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .ghostkit-quick-icon {\n    display: flex;\n    width: 32px;\n    height: 32px;\n    flex: 0 0 32px;\n    align-items: center;\n    justify-content: center;\n    color: #111827;\n  }\n\n  .ghostkit-quick-icon svg {\n    display: block;\n    width: 30px;\n    height: 30px;\n    overflow: visible;\n  }\n\n  .ghostkit-quick-text {\n    display: block;\n    color: var(--ghost-text);\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  \/* Included items *\/\n  .ghostkit-included-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 18px 0 0;\n  }\n\n  .ghostkit-included-item {\n    display: flex;\n    min-width: 0;\n    min-height: 58px;\n    padding: 12px 14px;\n    align-items: center;\n    gap: 10px;\n    color: var(--ghost-text);\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 13px;\n    font-size: 15px;\n    line-height: 1.45;\n  }\n\n  .ghostkit-included-item:last-child:nth-child(odd) {\n    grid-column: 1 \/ -1;\n  }\n\n  .ghostkit-check {\n    display: inline-flex;\n    width: 24px;\n    height: 24px;\n    flex: 0 0 24px;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff;\n    background: var(--ghost-orange);\n    border-radius: 50%;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .ghostkit-small-note {\n    margin: 13px 0 0 !important;\n    color: var(--ghost-muted) !important;\n    font-size: 13px !important;\n    line-height: 1.6 !important;\n  }\n\n  \/* Steps *\/\n  .ghostkit-step-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin: 18px 0 0;\n  }\n\n  .ghostkit-step {\n    position: relative;\n    min-width: 0;\n    padding: 17px 16px 16px 56px;\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 14px;\n  }\n\n  .ghostkit-step-number {\n    position: absolute;\n    top: 16px;\n    left: 15px;\n    display: inline-flex;\n    width: 30px;\n    height: 30px;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff;\n    background: var(--ghost-orange);\n    border-radius: 50%;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .ghostkit-step p {\n    margin: 4px 0 0;\n    color: var(--ghost-muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  \/* Character options *\/\n  .ghostkit-character-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    margin: 18px 0 0;\n  }\n\n  .ghostkit-character {\n    display: flex;\n    min-width: 0;\n    padding: 14px;\n    align-items: flex-start;\n    gap: 11px;\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 14px;\n  }\n\n  .ghostkit-character-icon {\n    flex: 0 0 auto;\n    font-size: 23px;\n    line-height: 1.2;\n  }\n\n  .ghostkit-character-content {\n    min-width: 0;\n  }\n\n  .ghostkit-character-title {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--ghost-text);\n    font-size: 15px;\n    line-height: 1.35;\n    font-weight: 700;\n  }\n\n  .ghostkit-character-description {\n    display: block;\n    color: var(--ghost-muted);\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .ghostkit-collection-note {\n    margin: 16px 0 0;\n    padding: 15px 16px;\n    background: var(--ghost-soft);\n    border: 1px solid var(--ghost-border);\n    border-radius: 14px;\n  }\n\n  .ghostkit-collection-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    color: var(--ghost-text);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ghostkit-collection-row + .ghostkit-collection-row {\n    margin-top: 7px;\n  }\n\n  .ghostkit-collection-dot {\n    color: var(--ghost-orange);\n    font-weight: 800;\n  }\n\n  \/* Use cases *\/\n  .ghostkit-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 10px;\n    margin: 18px 0 0;\n  }\n\n  .ghostkit-use-card {\n    display: flex;\n    min-width: 0;\n    min-height: 94px;\n    padding: 14px 9px;\n    align-items: center;\n    justify-content: center;\n    flex-direction: column;\n    gap: 7px;\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .ghostkit-use-icon {\n    font-size: 24px;\n    line-height: 1;\n  }\n\n  .ghostkit-use-text {\n    color: var(--ghost-text);\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 650;\n  }\n\n  \/* Product details *\/\n  .ghostkit-details {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    overflow: hidden;\n    margin: 18px 0 0;\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 14px;\n  }\n\n  .ghostkit-detail {\n    min-width: 0;\n    padding: 14px 15px;\n    border-bottom: 1px solid var(--ghost-border);\n  }\n\n  .ghostkit-detail:nth-child(odd) {\n    border-right: 1px solid var(--ghost-border);\n  }\n\n  .ghostkit-detail:nth-last-child(-n + 2) {\n    border-bottom: 0;\n  }\n\n  .ghostkit-detail-label {\n    display: block;\n    margin-bottom: 3px;\n    color: var(--ghost-orange-dark);\n    font-size: 12px;\n    line-height: 1.35;\n    font-weight: 750;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n  }\n\n  .ghostkit-detail-value {\n    display: block;\n    color: var(--ghost-text);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .ghostkit-safety {\n    display: flex;\n    margin: 14px 0 0;\n    padding: 13px 14px;\n    align-items: flex-start;\n    gap: 9px;\n    color: var(--ghost-muted);\n    background: var(--ghost-soft);\n    border-radius: 12px;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* FAQ *\/\n  .ghostkit-faq {\n    margin-top: 17px;\n  }\n\n  .ghostkit-faq details {\n    margin: 0 0 10px;\n    overflow: hidden;\n    background: var(--ghost-card);\n    border: 1px solid var(--ghost-border);\n    border-radius: 13px;\n  }\n\n  .ghostkit-faq details:last-child {\n    margin-bottom: 0;\n  }\n\n  .ghostkit-faq summary {\n    position: relative;\n    min-height: 54px;\n    padding: 15px 48px 15px 15px;\n    color: var(--ghost-text);\n    cursor: pointer;\n    list-style: none;\n    font-size: 15px;\n    line-height: 1.45;\n    font-weight: 700;\n    -webkit-tap-highlight-color: transparent;\n  }\n\n  .ghostkit-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ghostkit-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    display: flex;\n    width: 24px;\n    height: 24px;\n    align-items: center;\n    justify-content: center;\n    color: var(--ghost-orange-dark);\n    background: var(--ghost-orange-soft);\n    border-radius: 50%;\n    content: \"+\";\n    font-size: 19px;\n    line-height: 1;\n    font-weight: 500;\n    transform: translateY(-50%);\n    transition: transform 0.2s ease;\n  }\n\n  .ghostkit-faq details[open] summary::after {\n    transform: translateY(-50%) rotate(45deg);\n  }\n\n  .ghostkit-faq-answer {\n    padding: 0 15px 16px;\n  }\n\n  .ghostkit-faq-answer p {\n    margin: 0;\n    color: var(--ghost-muted);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* Closing panel *\/\n  .ghostkit-closing {\n    margin-top: 4px;\n    padding: 24px 20px;\n    color: var(--ghost-text);\n    background: var(--ghost-orange-soft);\n    border: 1px solid var(--ghost-orange-border);\n    border-radius: var(--ghost-radius);\n    text-align: center;\n  }\n\n  .ghostkit-closing h2 {\n    margin-bottom: 10px;\n  }\n\n  .ghostkit-closing p {\n    max-width: 640px;\n    margin: 0 auto;\n  }\n\n  \/* Tablet and mobile *\/\n  @media screen and (max-width: 749px) {\n    .ghostkit-page {\n      font-size: 15px;\n      line-height: 1.66;\n    }\n\n    .ghostkit-page h2 {\n      margin-bottom: 11px;\n      font-size: clamp(22px, 6.2vw, 27px);\n      line-height: 1.2;\n    }\n\n    .ghostkit-page p {\n      margin-bottom: 12px;\n      font-size: 15px;\n      line-height: 1.67;\n    }\n\n    .ghostkit-lead {\n      font-size: 16px !important;\n      line-height: 1.64 !important;\n    }\n\n    .ghostkit-section {\n      padding: 24px 0;\n    }\n\n    .ghostkit-image {\n      margin-top: 17px;\n      border-radius: 13px;\n      box-shadow: none;\n    }\n\n    .ghostkit-notice {\n      margin: 15px 0;\n      padding: 14px 14px 14px 17px;\n      border-radius: 12px;\n      font-size: 14px;\n    }\n\n    .ghostkit-quick-grid,\n    .ghostkit-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .ghostkit-quick-card {\n      min-height: 105px;\n      padding: 13px 7px;\n      border-radius: 12px;\n    }\n\n    .ghostkit-use-card {\n      min-height: 79px;\n      padding: 12px 8px;\n      border-radius: 12px;\n    }\n\n    .ghostkit-quick-icon {\n      width: 31px;\n      height: 31px;\n      flex-basis: 31px;\n    }\n\n    .ghostkit-quick-icon svg {\n      width: 29px;\n      height: 29px;\n    }\n\n    .ghostkit-quick-text,\n    .ghostkit-use-text {\n      font-size: 13px;\n      line-height: 1.32;\n    }\n\n    .ghostkit-included-grid {\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .ghostkit-included-item {\n      min-height: 54px;\n      padding: 11px 12px;\n      border-radius: 12px;\n      font-size: 14px;\n    }\n\n    .ghostkit-step-grid {\n      grid-template-columns: 1fr;\n      gap: 9px;\n      margin-top: 15px;\n    }\n\n    .ghostkit-step {\n      padding: 14px 13px 14px 52px;\n      border-radius: 12px;\n    }\n\n    .ghostkit-step-number {\n      top: 14px;\n      left: 13px;\n      width: 29px;\n      height: 29px;\n    }\n\n    .ghostkit-character-grid {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      margin-top: 15px;\n    }\n\n    .ghostkit-character {\n      padding: 12px;\n      border-radius: 12px;\n    }\n\n    .ghostkit-character-icon {\n      font-size: 21px;\n    }\n\n    .ghostkit-details {\n      margin-top: 15px;\n      border-radius: 12px;\n    }\n\n    .ghostkit-detail {\n      padding: 12px;\n    }\n\n    .ghostkit-faq {\n      margin-top: 14px;\n    }\n\n    .ghostkit-faq summary {\n      min-height: 56px;\n      padding: 15px 46px 15px 14px;\n      font-size: 14px;\n    }\n\n    .ghostkit-faq-answer {\n      padding: 0 14px 15px;\n    }\n\n    .ghostkit-closing {\n      padding: 21px 16px;\n      border-radius: 13px;\n    }\n  }\n\n  \/* Small phones *\/\n  @media screen and (max-width: 420px) {\n    .ghostkit-page h2 {\n      font-size: 22px;\n    }\n\n    .ghostkit-eyebrow {\n      margin-bottom: 8px;\n      font-size: 12px;\n    }\n\n    .ghostkit-included-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ghostkit-included-item:last-child:nth-child(odd) {\n      grid-column: auto;\n    }\n\n    .ghostkit-details {\n      grid-template-columns: 1fr;\n    }\n\n    .ghostkit-detail,\n    .ghostkit-detail:nth-child(odd),\n    .ghostkit-detail:nth-last-child(-n + 2) {\n      border-right: 0;\n      border-bottom: 1px solid var(--ghost-border);\n    }\n\n    .ghostkit-detail:last-child {\n      border-bottom: 0;\n    }\n  }\n\n  \/* Very narrow phones *\/\n  @media screen and (max-width: 340px) {\n    .ghostkit-quick-grid,\n    .ghostkit-use-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ghostkit-quick-card,\n    .ghostkit-use-card {\n      min-height: 66px;\n      flex-direction: row;\n      justify-content: flex-start;\n      padding: 11px 13px;\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"js_ngx\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-page\"\u003e\n\u003c!-- Product introduction --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e🎃\u003c\/span\u003e \u003cspan\u003eCozy Halloween Craft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eMake Your Own Cozy Halloween Ghost\u003c\/h2\u003e\n\u003cp class=\"ghostkit-lead\"\u003eTurn a quiet afternoon into a cozy Halloween memory with this \u003cstrong\u003ebeginner-friendly DIY sewing kit\u003c\/strong\u003e. Hand-stitch an adorable patchwork ghost filled with personality, charm, and warm autumn detail.\u003c\/p\u003e\n\u003cp\u003eChoose your favorite little ghost or make the complete seven-character collection for a handmade display that feels more personal than ordinary store-bought decor.\u003c\/p\u003e\n\u003cdiv class=\"ghostkit-notice\"\u003e\n\u003cspan class=\"ghostkit-notice-title\"\u003e Important product information \u003c\/span\u003e This is a \u003cstrong\u003eDIY sewing kit\u003c\/strong\u003e, not a finished decoration. Each single-style kit makes \u003cstrong\u003eone selected ghost\u003c\/strong\u003e. Choose the complete collection option to make all seven designs.\u003c\/div\u003e\n\u003c!-- Four stable SVG feature icons --\u003e\n\u003cdiv class=\"ghostkit-quick-grid\"\u003e\n\u003c!-- Pre-cut fabric icon --\u003e\n\u003cdiv class=\"ghostkit-quick-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ghostkit-quick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\"\u003e\n            \u003ccircle stroke-width=\"4\" stroke=\"#111827\" fill=\"#f47b20\" r=\"8\" cy=\"18\" cx=\"18\"\u003e\u003c\/circle\u003e\n            \u003ccircle stroke-width=\"4\" stroke=\"#111827\" fill=\"#f47b20\" r=\"8\" cy=\"46\" cx=\"18\"\u003e\u003c\/circle\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"5\" stroke=\"#111827\" fill=\"none\" d=\"M24 23L52 49\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"5\" stroke=\"#111827\" fill=\"none\" d=\"M24 41L52 15\"\u003e\u003c\/path\u003e\n            \u003ccircle stroke-width=\"3\" stroke=\"#111827\" fill=\"#ffffff\" r=\"4\" cy=\"32\" cx=\"31\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"ghostkit-quick-text\"\u003e Pre-Cut\u003cbr\u003eFabric Pieces \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Thread spool icon --\u003e\n\u003cdiv class=\"ghostkit-quick-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ghostkit-quick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"3\" stroke=\"#111827\" fill=\"#f6d5b8\" d=\"M22 11H42L39 18H25L22 11Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"3\" stroke=\"#111827\" fill=\"#5bbbe5\" d=\"M25 18H39L42 47H22L25 18Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"3\" stroke=\"#111827\" fill=\"#f6d5b8\" d=\"M21 47H43L46 54H18L21 47Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#157aa8\" fill=\"none\" d=\"M23 25H41M22 31H42M22 37H42M22 43H42\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#111827\" fill=\"none\" d=\"M18 51C12 51 9 55 8 58\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"ghostkit-quick-text\"\u003e Beginner-\u003cbr\u003eFriendly \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Needle and thread icon: fixes missing emoji --\u003e\n\u003cdiv class=\"ghostkit-quick-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ghostkit-quick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\"\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"5\" stroke=\"#111827\" fill=\"none\" d=\"M17 51L47 16\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"3.5\" stroke=\"#111827\" fill=\"none\" d=\"M47 16L54 9\"\u003e\u003c\/path\u003e\n            \u003cellipse stroke-width=\"2.5\" stroke=\"#111827\" fill=\"#ffffff\" transform=\"rotate(-48 49 14)\" ry=\"3\" rx=\"5\" cy=\"14\" cx=\"49\"\u003e\u003c\/ellipse\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#e67e23\" fill=\"none\" d=\"M16 52C10 48 9 41 14 37C20 32 27 38 23 43C19 48 10 45 9 56\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"#111827\" fill=\"none\" d=\"M17 51L14 55\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"ghostkit-quick-text\"\u003e No Machine\u003cbr\u003eNeeded \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Ruler icon --\u003e\n\u003cdiv class=\"ghostkit-quick-card\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"ghostkit-quick-icon\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 64 64\"\u003e\n            \u003cpath stroke-linejoin=\"round\" stroke-width=\"3.5\" stroke=\"#111827\" fill=\"#f4c430\" d=\"M14 18L22 10L54 42L46 50L14 18Z\"\u003e\u003c\/path\u003e\n            \u003cpath stroke-linecap=\"round\" stroke-width=\"2.5\" stroke=\"#111827\" fill=\"none\" d=\"M23 16L19 20M29 22L25 26M35 28L31 32M41 34L37 38M47 40L43 44\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e \u003c\/span\u003e \u003cspan class=\"ghostkit-quick-text\"\u003e Approx. 5.5–\u003cbr\u003e7 Inches \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg decoding=\"async\" loading=\"eager\" alt=\"Finished cozy Halloween patchwork ghost decorations\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/8b4b9110-de7c-4ab8-a64a-5e39fd05eaf0.jpg?v=1784105426\" class=\"ghostkit-image\"\u003e\u003c\/section\u003e\n\u003c!-- Kit contents --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e📦\u003c\/span\u003e \u003cspan\u003eKit Contents\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eEverything You Need in One Kit\u003c\/h2\u003e\n\u003cp\u003eNo need to shop for separate fabric, filling, or basic sewing supplies. Your selected kit includes the essential materials needed to create your little ghost.\u003c\/p\u003e\n\u003cdiv class=\"ghostkit-included-grid\"\u003e\n\u003cdiv class=\"ghostkit-included-item\"\u003e\n\u003cspan class=\"ghostkit-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003ePre-cut patchwork fabric\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-included-item\"\u003e\n\u003cspan class=\"ghostkit-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSewing thread\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-included-item\"\u003e\n\u003cspan class=\"ghostkit-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHand-sewing needle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-included-item\"\u003e\n\u003cspan class=\"ghostkit-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eSoft polyester stuffing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-included-item\"\u003e\n\u003cspan class=\"ghostkit-check\"\u003e✓\u003c\/span\u003e \u003cspan\u003eStep-by-step assembly guide\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"ghostkit-small-note\"\u003eThe completed ghosts shown in the photos are examples of the finished project. Hand-sewing and assembly are required.\u003c\/p\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Materials included in the DIY patchwork ghost sewing kit\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/3e71e980-a749-48eb-a144-99a771559149.jpg?v=1784105427\" class=\"ghostkit-image\"\u003e\u003c\/section\u003e\n\u003c!-- Steps --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e✂️\u003c\/span\u003e \u003cspan\u003eSimple Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eEasy to Make in 4 Simple Steps\u003c\/h2\u003e\n\u003cp\u003eNo advanced sewing experience is needed. The fabric pieces are pre-cut, and the included guide walks you through the process from start to finish.\u003c\/p\u003e\n\u003cdiv class=\"ghostkit-step-grid\"\u003e\n\u003cdiv class=\"ghostkit-step\"\u003e\n\u003cspan class=\"ghostkit-step-number\"\u003e1\u003c\/span\u003e\n\u003ch3\u003eChoose Your Ghost\u003c\/h3\u003e\n\u003cp\u003eSelect your favorite character or choose the complete seven-design collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-step\"\u003e\n\u003cspan class=\"ghostkit-step-number\"\u003e2\u003c\/span\u003e\n\u003ch3\u003eArrange the Pieces\u003c\/h3\u003e\n\u003cp\u003eFollow the guide and position the pre-cut patchwork pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-step\"\u003e\n\u003cspan class=\"ghostkit-step-number\"\u003e3\u003c\/span\u003e\n\u003ch3\u003eStitch and Stuff\u003c\/h3\u003e\n\u003cp\u003eHand-stitch the pieces together and add the soft stuffing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-step\"\u003e\n\u003cspan class=\"ghostkit-step-number\"\u003e4\u003c\/span\u003e\n\u003ch3\u003eDisplay or Gift\u003c\/h3\u003e\n\u003cp\u003eAdd your finished ghost to your fall decor or give it as a thoughtful handmade gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Beginner-friendly Halloween ghost sewing project\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/c4e429df-8a23-411c-a057-07cb54fcc700.jpg?v=1784105427\" class=\"ghostkit-image\"\u003e\u003c\/section\u003e\n\u003c!-- Characters --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e👻\u003c\/span\u003e \u003cspan\u003eSeven Designs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eChoose Your Little Ghost\u003c\/h2\u003e\n\u003cp\u003eEvery design has its own cozy Halloween personality. Pick the character that feels most like you or make the entire crew.\u003c\/p\u003e\n\u003cdiv class=\"ghostkit-character-grid\"\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e🧵\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Sewing Room \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e A crafty little ghost enjoying an evening with thread and fabric. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e☕\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Coffee Date \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e A cozy companion enjoying a warm seasonal drink. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e🐈\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Cat Mom \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e A sweet ghost cuddling an adorable black cat. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e📚\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Book Nook \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e A book-loving ghost ready for one more chapter. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e🥧\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Baker \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e A cheerful kitchen companion serving Halloween treats. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e🎃\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Pumpkin Patch \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e An autumn-loving ghost surrounded by tiny pumpkins. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-character\"\u003e\n\u003cspan class=\"ghostkit-character-icon\"\u003e🕯️\u003c\/span\u003e\n\u003cdiv class=\"ghostkit-character-content\"\u003e\n\u003cspan class=\"ghostkit-character-title\"\u003e Ghost Candle Night \u003c\/span\u003e \u003cspan class=\"ghostkit-character-description\"\u003e A peaceful little ghost made for quiet, cozy evenings. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-collection-note\"\u003e\n\u003cdiv class=\"ghostkit-collection-row\"\u003e\n\u003cspan class=\"ghostkit-collection-dot\"\u003e●\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eSingle-style option:\u003c\/strong\u003e Makes one selected ghost. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-collection-row\"\u003e\n\u003cspan class=\"ghostkit-collection-dot\"\u003e●\u003c\/span\u003e \u003cspan\u003e \u003cstrong\u003eComplete collection option:\u003c\/strong\u003e Includes all seven ghost designs. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Seven cozy Halloween ghost character designs\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/39e4b03d-8e71-4a85-abd0-8c4ae75f0a38.jpg?v=1784105427\" class=\"ghostkit-image\"\u003e\u003c\/section\u003e\n\u003c!-- Patchwork --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e🧶\u003c\/span\u003e \u003cspan\u003eCozy Details\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eCharming Patchwork Style\u003c\/h2\u003e\n\u003cp\u003eEach design combines gingham, floral prints, stars, checks, and warm autumn tones for a cozy handmade look that fits beautifully with cottage-style, farmhouse, vintage-inspired, and seasonal decor.\u003c\/p\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Close-up of colorful cotton patchwork fabric patterns\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/dd554ee9-f97d-45e9-9084-899c758823aa.jpg?v=1784105425\" class=\"ghostkit-image\"\u003e\u003c\/section\u003e\n\u003c!-- Use cases --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e🍂\u003c\/span\u003e \u003cspan\u003eMake It Your Own\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eDisplay It, Gift It or Collect Them All\u003c\/h2\u003e\n\u003cp\u003eDisplay your finished ghost on a bookshelf, mantel, coffee bar, desk, tiered tray, or Halloween table—or give it to someone who loves cozy, handmade seasonal decor.\u003c\/p\u003e\n\u003cdiv class=\"ghostkit-use-grid\"\u003e\n\u003cdiv class=\"ghostkit-use-card\"\u003e\n\u003cspan class=\"ghostkit-use-icon\"\u003e🏠\u003c\/span\u003e \u003cspan class=\"ghostkit-use-text\"\u003eCozy Home Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-use-card\"\u003e\n\u003cspan class=\"ghostkit-use-icon\"\u003e🎁\u003c\/span\u003e \u003cspan class=\"ghostkit-use-text\"\u003eHandmade Gift Idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-use-card\"\u003e\n\u003cspan class=\"ghostkit-use-icon\"\u003e🍂\u003c\/span\u003e \u003cspan class=\"ghostkit-use-text\"\u003eRelaxing Fall Activity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-use-card\"\u003e\n\u003cspan class=\"ghostkit-use-icon\"\u003e👻\u003c\/span\u003e \u003cspan class=\"ghostkit-use-text\"\u003eCollectible Characters\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Handmade Halloween ghost displayed as cozy fall decor\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/35086037-5069-41e6-8745-be4c41448760.jpg?v=1784105427\" class=\"ghostkit-image\"\u003e\u003c\/section\u003e\n\u003c!-- Product details --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e📋\u003c\/span\u003e \u003cspan\u003eProduct Information\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"ghostkit-details\"\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eProduct Type\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003eDIY hand-sewing kit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eFinished Size\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Approx. 5.5–7 inches (14–18 cm) \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eFabric\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Cotton patchwork fabric \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eFilling\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Polyester stuffing \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eSkill Level\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Beginner to intermediate \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eAssembly\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Hand-sewing required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eSewing Machine\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Not required \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-detail\"\u003e\n\u003cspan class=\"ghostkit-detail-label\"\u003eFinished Item\u003c\/span\u003e \u003cspan class=\"ghostkit-detail-value\"\u003e Not included \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ghostkit-safety\"\u003e\n\u003cspan\u003e⚠️\u003c\/span\u003e \u003cspan\u003e The kit includes a sewing needle and may contain small components. Adult supervision is recommended for younger crafters. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-eyebrow\"\u003e\n\u003cspan class=\"ghostkit-eyebrow-icon\"\u003e❓\u003c\/span\u003e \u003cspan\u003eQuestions \u0026amp; Answers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"ghostkit-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a finished ghost decoration?\u003c\/summary\u003e\n\u003cdiv class=\"ghostkit-faq-answer\"\u003e\n\u003cp\u003eNo. This is a DIY sewing kit. You will receive the materials and instructions needed to make the selected ghost yourself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes one kit include all seven ghosts?\u003c\/summary\u003e\n\u003cdiv class=\"ghostkit-faq-answer\"\u003e\n\u003cp\u003eEach single-style option includes the materials to make one selected ghost. Choose the complete collection option to receive all seven designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this kit suitable for beginners?\u003c\/summary\u003e\n\u003cdiv class=\"ghostkit-faq-answer\"\u003e\n\u003cp\u003eYes. The fabric pieces are pre-cut, and the kit includes a step-by-step guide. Basic hand-stitching is required, but advanced sewing experience is not needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included in the kit?\u003c\/summary\u003e\n\u003cdiv class=\"ghostkit-faq-answer\"\u003e\n\u003cp\u003eEach selected kit includes pre-cut fabric pieces, sewing thread, a hand-sewing needle, polyester stuffing, and an assembly guide.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow large is the finished ghost?\u003c\/summary\u003e\n\u003cdiv class=\"ghostkit-faq-answer\"\u003e\n\u003cp\u003eThe finished ghost measures approximately 5.5–7 inches (14–18 cm), depending on the selected character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Closing --\u003e\n\u003csection class=\"ghostkit-section\"\u003e\n\u003cdiv class=\"ghostkit-closing\"\u003e\n\u003ch2\u003eMake Halloween a Little Cozier\u003c\/h2\u003e\n\u003cp\u003eChoose your favorite character, enjoy a relaxing hands-on project, and create a charming little ghost you will be proud to display or gift.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"🧵 Ghost Sewing Room","offer_id":46016007045154,"sku":"CJ-Beginner-Friendly-A-1PC-1","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"☕ Ghost Coffee Date","offer_id":46016007077922,"sku":"CJ-Beginner-Friendly-B-1PC-2","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"🐈 Ghost Cat Mom","offer_id":46016007110690,"sku":"CJ-Beginner-Friendly-C-1PC-3","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"📚 Ghost Book Nook","offer_id":46016007143458,"sku":"CJ-Beginner-Friendly-D-1PC-4","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"🥧 Ghost Baker","offer_id":46016007176226,"sku":"CJ-Beginner-Friendly-E-1PC-5","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"🎃 Ghost Pumpkin Patch","offer_id":46016007208994,"sku":"CJ-Beginner-Friendly-F-1PC-6","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"🕯️ Ghost Candle Night","offer_id":46016007241762,"sku":"CJ-Beginner-Friendly-G-1PC-7","price":240.0,"currency_code":"HKD","in_stock":true},{"title":"🔥 Complete 7-Ghost Collection — Save $23.94 \u0026 Ship Free","offer_id":46016007274530,"sku":"CJ-Beginner-Friendly-ZUHE-7PC-8","price":1488.0,"currency_code":"HKD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0868\/9595\/1906\/files\/39e4b03d-8e71-4a85-abd0-8c4ae75f0a38.jpg?v=1784105427","url":"https:\/\/exlecticlocal.com\/products\/little-ghost-cozy-halloween-diy-sewing-kit","provider":"Exlecticlocal","version":"1.0","type":"link"}