{"product_id":"little-ghost-s-cozy-halloween-diy-patchwork-kit","title":"🔥 Limited-Time 36% Off — 👻 Stitch a Little Halloween Magic | Cozy Ghost DIY Kit","description":"\u003cstyle\u003e  \/* =========================================================     Findoryshop · Little Ghost Landing Page     可直接用于 Shopify Custom Liquid 或商品描述 HTML  ========================================================== *\/  .lgc-landing {    --lgc-cream: #fbf6ee;    --lgc-paper: #fffdf9;    --lgc-ink: #30261f;    --lgc-muted: #6f6258;    --lgc-pumpkin: #d86d35;    --lgc-pumpkin-dark: #a64a24;    --lgc-sage: #87957b;    --lgc-gold: #c59a55;    --lgc-line: rgba(67, 48, 36, 0.13);    --lgc-shadow:      0 18px 46px rgba(69, 47, 33, 0.1),      0 4px 14px rgba(69, 47, 33, 0.04);    width: 100%;    overflow: hidden;    color: var(--lgc-ink);    background: var(--lgc-cream);    font-family:      var(--font-body-family),      -apple-system,      BlinkMacSystemFont,      \"Segoe UI\",      Arial,      sans-serif;    font-size: 17px;    line-height: 1.72;    -webkit-font-smoothing: antialiased;    text-rendering: optimizeLegibility;  }  .lgc-landing *,  .lgc-landing *::before,  .lgc-landing *::after {    box-sizing: border-box;  }  .lgc-landing img {    display: block;    width: 100%;    max-width: 100%;    height: auto;    margin: 0;  }  .lgc-landing figure,  .lgc-landing h2,  .lgc-landing h3,  .lgc-landing h4,  .lgc-landing p,  .lgc-landing ul {    margin-top: 0;  }  .lgc-landing figure {    margin-right: 0;    margin-bottom: 0;    margin-left: 0;  }  .lgc-shell {    width: min(100%, 980px);    margin: 0 auto;    padding: 0 24px;  }  .lgc-section {    padding: 64px 0;  }  .lgc-section + .lgc-section {    border-top: 1px solid var(--lgc-line);  }  .lgc-section--paper {    background: var(--lgc-paper);  }  .lgc-section--soft {    background:      radial-gradient(        circle at 10% 10%,        rgba(216, 109, 53, 0.055),        transparent 30%      ),      radial-gradient(        circle at 90% 10%,        rgba(135, 149, 123, 0.06),        transparent 28%      ),      rgba(135, 149, 123, 0.09);  }  .lgc-center {    text-align: center;  }  \/* =========================     Typography  ========================== *\/  .lgc-eyebrow {    margin-bottom: 13px;    color: var(--lgc-pumpkin-dark);    font-size: 13px;    line-height: 1.4;    font-weight: 800;    letter-spacing: 0.16em;    text-transform: uppercase;  }  .lgc-title,  .lgc-heading {    color: var(--lgc-ink);    font-family:      var(--font-heading-family),      Georgia,      \"Times New Roman\",      serif;    font-weight: 650;    letter-spacing: -0.03em;  }  .lgc-title {    max-width: 820px;    margin: 0 auto 20px;    font-size: clamp(38px, 6vw, 64px);    line-height: 1.06;    text-align: center;  }  .lgc-heading {    margin-bottom: 16px;    font-size: clamp(30px, 4.5vw, 44px);    line-height: 1.14;  }  .lgc-title em,  .lgc-heading em {    color: var(--lgc-pumpkin);    font-weight: inherit;  }  .lgc-subheading {    margin-bottom: 12px;    color: var(--lgc-ink);    font-size: 21px;    line-height: 1.4;    font-weight: 800;  }  .lgc-lead {    max-width: 760px;    margin: 0 auto 28px;    color: var(--lgc-muted);    font-size: 19px;    line-height: 1.7;    text-align: center;  }  .lgc-copy {    color: var(--lgc-muted);    font-size: 17px;    line-height: 1.76;  }  .lgc-copy:last-child,  .lgc-card p:last-child,  .lgc-variant p:last-child {    margin-bottom: 0;  }  \/* =========================     Hero  ========================== *\/  .lgc-hero {    padding: 66px 0 58px;    background:      radial-gradient(        circle at 12% 12%,        rgba(216, 109, 53, 0.11),        transparent 28%      ),      radial-gradient(        circle at 88% 8%,        rgba(121, 100, 119, 0.1),        transparent 26%      ),      var(--lgc-cream);  }  .lgc-hero .lgc-eyebrow {    text-align: center;  }  .lgc-pills {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 10px;    margin: 0 0 34px;    padding: 0;    list-style: none;  }  .lgc-pills li {    padding: 9px 15px;    border: 1px solid rgba(216, 109, 53, 0.24);    border-radius: 999px;    background: rgba(255, 253, 249, 0.88);    color: #5b4638;    font-size: 14px;    line-height: 1.3;    font-weight: 700;  }  \/* =========================     Image cards  ========================== *\/  .lgc-hero-image,  .lgc-media-card,  .lgc-story-image,  .lgc-bottom-image {    overflow: hidden;    border: 1px solid var(--lgc-line);    border-radius: 26px;    background: #ffffff;    box-shadow: var(--lgc-shadow);  }  .lgc-hero-image {    width: 100%;    max-width: 794px;    margin: 0 auto;  }  .lgc-square-image {    width: 100%;    aspect-ratio: 1 \/ 1;    object-fit: cover;    object-position: center;  }  \/* =========================     Benefits  ========================== *\/  .lgc-benefit-grid {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));    gap: 18px;    margin-top: 34px;  }  .lgc-card {    height: 100%;    padding: 26px 24px;    border: 1px solid var(--lgc-line);    border-radius: 20px;    background: rgba(255, 253, 249, 0.94);    box-shadow: 0 10px 28px rgba(69, 47, 33, 0.06);  }  .lgc-icon {    display: inline-flex;    align-items: center;    justify-content: center;    width: 46px;    height: 46px;    margin-bottom: 16px;    border-radius: 15px;    background: rgba(216, 109, 53, 0.12);    font-size: 23px;    line-height: 1;  }  .lgc-card h3,  .lgc-card h4 {    margin-bottom: 8px;    color: var(--lgc-ink);    font-size: 19px;    line-height: 1.3;    font-weight: 800;  }  .lgc-card p {    margin-bottom: 0;    color: var(--lgc-muted);    font-size: 15.5px;    line-height: 1.65;  }  \/* =========================     Story section     电脑端改为文字在上、图片在下  ========================== *\/  .lgc-story-content {    max-width: 780px;    margin: 0 auto;    text-align: center;  }  .lgc-story-content .lgc-heading {    max-width: 720px;    margin-right: auto;    margin-left: auto;  }  .lgc-story-content .lgc-copy {    max-width: 760px;    margin-right: auto;    margin-left: auto;  }  .lgc-highlight-list {    display: grid;    gap: 13px;    margin: 24px 0 0;    padding: 0;    list-style: none;  }  .lgc-story-content .lgc-highlight-list {    width: fit-content;    max-width: 700px;    margin: 26px auto 0;    text-align: left;  }  .lgc-highlight-list li {    position: relative;    padding-left: 31px;    color: #51443b;    font-size: 16px;    line-height: 1.55;  }  .lgc-highlight-list li::before {    content: \"✓\";    position: absolute;    top: 1px;    left: 0;    display: inline-flex;    align-items: center;    justify-content: center;    width: 21px;    height: 21px;    border-radius: 50%;    background: var(--lgc-sage);    color: #ffffff;    font-size: 12px;    font-weight: 900;  }  .lgc-story-image {    width: 100%;    max-width: 794px;    margin: 36px auto 0;    border-radius: 28px;  }  .lgc-story-image img {    width: 100%;    aspect-ratio: 1 \/ 1;    object-fit: cover;    object-position: center;    transition: transform 0.5s ease;  }  \/* =========================     Gallery  ========================== *\/  .lgc-gallery {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 22px;  }  \/* =========================     Included items  ========================== *\/  .lgc-included-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 14px;    margin-top: 32px;  }  .lgc-included-item {    display: grid;    grid-template-columns: 42px minmax(0, 1fr);    gap: 14px;    align-items: start;    padding: 19px;    border: 1px solid var(--lgc-line);    border-radius: 17px;    background: var(--lgc-paper);  }  .lgc-included-item__icon {    display: flex;    align-items: center;    justify-content: center;    width: 42px;    height: 42px;    border-radius: 13px;    background: rgba(216, 109, 53, 0.11);    font-size: 21px;  }  .lgc-included-item h4 {    margin: 1px 0 5px;    color: var(--lgc-ink);    font-size: 16px;    line-height: 1.35;    font-weight: 800;  }  .lgc-included-item p {    margin: 0;    color: var(--lgc-muted);    font-size: 14.5px;    line-height: 1.55;  }  \/* =========================     Variants  ========================== *\/  .lgc-variant-grid {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));    gap: 16px;    margin-top: 32px;  }  .lgc-variant {    padding: 22px 20px;    border: 1px solid var(--lgc-line);    border-radius: 18px;    background: rgba(255, 253, 249, 0.94);  }  .lgc-variant--featured {    border-color: rgba(216, 109, 53, 0.25);    background: rgba(216, 109, 53, 0.09);  }  .lgc-variant__emoji {    display: block;    margin-bottom: 10px;    font-size: 27px;    line-height: 1;  }  .lgc-variant h4 {    margin-bottom: 6px;    color: var(--lgc-ink);    font-size: 16px;    line-height: 1.35;    font-weight: 800;  }  .lgc-variant p {    margin: 0;    color: var(--lgc-muted);    font-size: 14.5px;    line-height: 1.55;  }  \/* =========================     Size callout  ========================== *\/  .lgc-callout {    display: grid;    grid-template-columns: auto minmax(0, 1fr);    gap: 18px;    align-items: center;    margin-top: 34px;    padding: 24px 26px;    border: 1px solid rgba(197, 154, 85, 0.34);    border-radius: 20px;    background: linear-gradient(      135deg,      rgba(197, 154, 85, 0.12),      rgba(255, 253, 249, 0.96)    );  }  .lgc-callout__icon {    font-size: 33px;    line-height: 1;  }  .lgc-callout h3 {    margin: 0 0 4px;    color: var(--lgc-ink);    font-size: 18px;    line-height: 1.35;    font-weight: 850;  }  .lgc-callout p {    margin: 0;    color: var(--lgc-muted);    font-size: 15px;    line-height: 1.55;  }  \/* =========================     Package section     电脑端改为上下布局  ========================== *\/  .lgc-package-layout {    width: 100%;    max-width: 820px;    margin: 0 auto;  }  .lgc-package-heading {    text-align: center;  }  .lgc-package-heading .lgc-heading {    margin-right: auto;    margin-left: auto;  }  .lgc-package-box {    width: 100%;    max-width: 760px;    margin: 28px auto 0;    padding: 30px 34px;    border: 1px solid rgba(216, 109, 53, 0.27);    border-radius: 22px;    background: linear-gradient(      145deg,      rgba(216, 109, 53, 0.11),      rgba(255, 253, 249, 0.95)    );    box-shadow: 0 12px 30px rgba(69, 47, 33, 0.06);    text-align: center;  }  .lgc-package-box .lgc-subheading {    margin-bottom: 10px;    font-size: 22px;    line-height: 1.4;  }  .lgc-package-box .lgc-copy {    max-width: 620px;    margin-right: auto;    margin-left: auto;    font-size: 16px;    line-height: 1.72;  }  .lgc-package-image {    width: 100%;    max-width: 620px;    margin: 34px auto 0;    padding: 28px 32px 22px;    overflow: hidden;    border: 1px solid var(--lgc-line);    border-radius: 22px;    background: #ffffff;    box-shadow:      0 20px 44px rgba(69, 47, 33, 0.1),      0 4px 12px rgba(69, 47, 33, 0.04);  }  .lgc-package-image img {    width: 100%;    max-width: 560px;    height: auto;    margin: 0 auto;    object-fit: contain;  }  .lgc-package-image-label {    margin: 16px 0 0;    color: var(--lgc-muted);    font-size: 12.5px;    line-height: 1.5;    font-weight: 750;    letter-spacing: 0.08em;    text-align: center;  }  \/* =========================     Trust section  ========================== *\/  .lgc-trust-grid {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));    gap: 16px;    margin-top: 30px;  }  .lgc-trust-card {    padding: 22px;    border: 1px solid var(--lgc-line);    border-radius: 18px;    background: var(--lgc-paper);    text-align: center;  }  .lgc-trust-card__icon {    display: block;    margin-bottom: 11px;    font-size: 28px;    line-height: 1;  }  .lgc-trust-card h4 {    margin-bottom: 7px;    color: var(--lgc-ink);    font-size: 16px;    line-height: 1.35;    font-weight: 800;  }  .lgc-trust-card p {    margin: 0;    color: var(--lgc-muted);    font-size: 14px;    line-height: 1.55;  }  .lgc-risk-free {    margin-top: 22px;    padding: 25px;    border-radius: 20px;    background: var(--lgc-ink);    color: #fffaf3;    text-align: center;  }  .lgc-risk-free h3 {    margin-bottom: 7px;    color: #ffffff;    font-size: 20px;    line-height: 1.35;    font-weight: 850;  }  .lgc-risk-free p {    max-width: 720px;    margin: 0 auto;    color: rgba(255, 250, 243, 0.82);    font-size: 15px;    line-height: 1.65;  }  .lgc-trust-visual {    width: 100%;    max-width: 480px;    margin: 28px auto 0;    overflow: hidden;    border-radius: 16px;  }  .lgc-bottom-image img {    aspect-ratio: 600 \/ 401;    object-fit: cover;  }  .lgc-final-note {    margin: 24px 0 0;    color: var(--lgc-muted);    font-size: 14px;    line-height: 1.6;    text-align: center;  }  \/* =========================     Desktop effects  ========================== *\/  @media screen and (min-width: 821px) {    .lgc-story-image:hover img {      transform: scale(1.018);    }  }  \/* =========================     Tablet  ========================== *\/  @media screen and (max-width: 820px) {    .lgc-section {      padding: 52px 0;    }    .lgc-benefit-grid,    .lgc-trust-grid {      grid-template-columns: 1fr;    }    .lgc-variant-grid {      grid-template-columns: repeat(2, minmax(0, 1fr));    }  }  \/* =========================     Mobile  ========================== *\/  @media screen and (max-width: 600px) {    .lgc-landing {      font-size: 16px;      line-height: 1.68;    }    .lgc-shell {      padding: 0 16px;    }    .lgc-section {      padding: 40px 0;    }    .lgc-hero {      padding: 44px 0 38px;    }    .lgc-title {      margin-bottom: 16px;      font-size: clamp(34px, 11vw, 46px);      line-height: 1.08;    }    .lgc-heading {      font-size: 31px;      line-height: 1.16;    }    .lgc-lead {      margin-bottom: 23px;      font-size: 17px;      line-height: 1.65;    }    .lgc-pills {      gap: 8px;      margin-bottom: 26px;    }    .lgc-pills li {      padding: 8px 12px;      font-size: 12.5px;    }    .lgc-hero-image,    .lgc-media-card,    .lgc-story-image,    .lgc-bottom-image {      border-radius: 20px;    }    .lgc-gallery,    .lgc-included-grid,    .lgc-variant-grid {      grid-template-columns: 1fr;    }    .lgc-card {      padding: 22px 20px;    }    .lgc-included-item {      padding: 17px;    }    .lgc-story-content .lgc-highlight-list {      width: 100%;      max-width: 100%;    }    .lgc-story-image {      margin-top: 28px;      box-shadow:        0 16px 34px rgba(69, 47, 33, 0.1),        0 4px 10px rgba(69, 47, 33, 0.04);    }    .lgc-callout {      grid-template-columns: 1fr;      gap: 10px;      padding: 21px;    }    .lgc-callout__icon {      font-size: 29px;    }    .lgc-package-box {      margin-top: 22px;      padding: 23px 20px;    }    .lgc-package-box .lgc-subheading {      font-size: 19px;    }    .lgc-package-image {      margin-top: 26px;      padding: 20px 14px 16px;      border-radius: 19px;    }    .lgc-package-image-label {      margin-top: 12px;      font-size: 11px;      letter-spacing: 0.055em;    }    .lgc-risk-free {      padding: 22px 19px;    }  }  @media (prefers-reduced-motion: reduce) {    .lgc-landing * {      scroll-behavior: auto !important;    }    .lgc-story-image img {      transition: none;    }    .lgc-story-image:hover img {      transform: none;    }  }\u003c\/style\u003e\u003csection aria-label=\"Little Ghost's Cozy Halloween DIY Patchwork Kit\" class=\"lgc-landing\"\u003e\u003c!-- 顶部主视觉 --\u003e\u003cdiv class=\"lgc-hero\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eA cozy handmade Halloween story\u003c\/p\u003e\n\u003ch2 class=\"lgc-title\"\u003eMeet the \u003cem\u003eLittle Ghost\u003c\/em\u003e Collection\u003c\/h2\u003e\n\u003cp class=\"lgc-lead\"\u003eThese little ghosts are not here to scare you. They are here to sew, sip coffee, cuddle cats, read books, bake treats, pick pumpkins and glow by candlelight.\u003c\/p\u003e\n\u003cul aria-label=\"Product highlights\" class=\"lgc-pills\"\u003e\n\u003cli\u003e🪡 Beginner-Friendly Sewing\u003c\/li\u003e\n\u003cli\u003e👻 7 Cozy Character Styles\u003c\/li\u003e\n\u003cli\u003e🎁 Made to Display or Gift\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cfigure class=\"lgc-hero-image\"\u003e\u003cimg loading=\"eager\" height=\"794\" width=\"794\" alt=\"Little Ghost cozy Halloween patchwork sewing kit collection\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1773123405385\/33aaccfd5a8aeaf4fb1d4bf7c19e86ce.jpg?w=794\u0026amp;h=794\" class=\"lgc-square-image\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 产品核心卖点 --\u003e\u003cdiv class=\"lgc-section lgc-section--paper\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-center\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eSoft, spooky and full of personality\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003eA Halloween craft that feels like a warm cup of pumpkin spice\u003c\/h2\u003e\n\u003cp class=\"lgc-lead\"\u003eColorful patchwork fabrics, tiny seasonal accessories and sweet handmade expressions turn every ghost into a collectible little story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-benefit-grid\"\u003e\n\u003carticle class=\"lgc-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-icon\"\u003e🧵\u003c\/span\u003e\u003ch3\u003eRelaxing to Make\u003c\/h3\u003e\n\u003cp\u003eA gentle weekend sewing project with clear steps, coordinated materials and plenty of cozy creative satisfaction.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-icon\"\u003e🎃\u003c\/span\u003e\u003ch3\u003eRich Patchwork Detail\u003c\/h3\u003e\n\u003cp\u003eFlorals, gingham, stars, checks and autumn tones give each design a warm, layered and handmade look.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-icon\"\u003e🏡\u003c\/span\u003e\u003ch3\u003eDisplay It Every Fall\u003c\/h3\u003e\n\u003cp\u003eStyle your finished ghost on a bookshelf, coffee bar, tiered tray, sewing table or any cozy Halloween corner.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 产品故事：已放大图片 --\u003e\u003cdiv class=\"lgc-section lgc-section--story\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-story-content\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eSeven tiny spooky-season moments\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003eCute Halloween decor, made by \u003cem\u003eyou\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"lgc-copy\"\u003eThe Little Ghost’s Cozy Halloween collection is designed for makers who love spooky season with a softer, more playful heart. Each ghost lives out its own miniature autumn moment—from a quiet book nook to a pumpkin-spice coffee date.\u003c\/p\u003e\n\u003cul class=\"lgc-highlight-list\"\u003e\n\u003cli\u003eDesigned for DIY sewing lovers and cozy craft collectors\u003c\/li\u003e\n\u003cli\u003eBeginner-friendly while still feeling detailed and special\u003c\/li\u003e\n\u003cli\u003eA thoughtful handmade gift for craft, cat and book lovers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cfigure class=\"lgc-story-image\"\u003e\u003cimg loading=\"lazy\" height=\"794\" width=\"794\" alt=\"Seven Little Ghost Halloween patchwork character designs\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1773123405385\/-1-10.png?w=794\u0026amp;h=794\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 产品细节图 --\u003e\u003cdiv class=\"lgc-section lgc-section--soft\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-center\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eTiny details, big charm\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003eEvery ghost tells a different story\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-gallery\"\u003e\n\u003cfigure class=\"lgc-media-card\"\u003e\u003cimg loading=\"lazy\" height=\"794\" width=\"794\" alt=\"Close-up details of Little Ghost patchwork Halloween decorations\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1773123405385\/2b882de2f16d4e63bc97158d856afe97.jpg?w=794\u0026amp;h=794\" class=\"lgc-square-image\"\u003e\u003c\/figure\u003e\u003cfigure class=\"lgc-media-card\"\u003e\u003cimg loading=\"lazy\" height=\"794\" width=\"794\" alt=\"Little Ghost DIY patchwork kit materials and finished designs\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1773123405385\/99-2.png?w=794\u0026amp;h=794\" class=\"lgc-square-image\"\u003e\u003c\/figure\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 包装内包含 --\u003e\u003cdiv class=\"lgc-section lgc-section--paper\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-center\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eEverything for your little ghost\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003eWhat’s Included in the Kit\u003c\/h2\u003e\n\u003cp class=\"lgc-lead\"\u003eCoordinated materials and thoughtful details help make the sewing experience simple, relaxing and display-worthy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-included-grid\"\u003e\n\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 🎃 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003ePre-Cut Patchwork Fabrics\u003c\/h4\u003e\n\u003cp\u003eHalloween-inspired cotton prints in warm, coordinated colors.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 🧵 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eCoordinated Sewing Threads\u003c\/h4\u003e\n\u003cp\u003eMatching colors for the body, accessories and decorative details.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 👻 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eGhost Body Pieces\u003c\/h4\u003e\n\u003cp\u003eFront, back, base, arms and scalloped pieces for the plush shape.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 🧸 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eSoft Stuffing\u003c\/h4\u003e\n\u003cp\u003ePolyester fiberfill gives your finished ghost a cozy plush form.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 👀 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eFace and Detail Materials\u003c\/h4\u003e\n\u003cp\u003eFelt, embroidery thread, buttons, lace, ribbons and tiny accents.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 🪡 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eTheme-Specific Accessories\u003c\/h4\u003e\n\u003cp\u003eA special prop such as a mug, cat, book, pumpkin or candle.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 📖 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eStep-by-Step Guide\u003c\/h4\u003e\n\u003cp\u003eClear printed instructions designed for a beginner-friendly project.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\u003carticle class=\"lgc-included-item\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-included-item__icon\"\u003e 🎁 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch4\u003eGift-Ready Packaging\u003c\/h4\u003e\n\u003cp\u003eA cozy seasonal craft gift for makers and Halloween decor fans.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 七个产品款式 --\u003e\u003cdiv class=\"lgc-section\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-center\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eFind your favorite personality\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003eChoose Your Little Ghost\u003c\/h2\u003e\n\u003cp class=\"lgc-lead\"\u003ePick one character that feels most like you—or collect the whole cozy crew.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-variant-grid\"\u003e\n\u003carticle class=\"lgc-variant lgc-variant--featured\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e 🧵 \u003c\/span\u003e\u003ch4\u003eGhost Sewing Room\u003c\/h4\u003e\n\u003cp\u003eA crafty little ghost holding a thread spool for sewing lovers.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-variant\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e ☕ \u003c\/span\u003e\u003ch4\u003eGhost Coffee Date\u003c\/h4\u003e\n\u003cp\u003eA cozy ghost enjoying a pumpkin-spice mug and sweet fall vibes.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-variant\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e 🐈 \u003c\/span\u003e\u003ch4\u003eGhost Cat Mom\u003c\/h4\u003e\n\u003cp\u003eA soft little ghost cuddling an adorable black cat companion.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-variant\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e 📚 \u003c\/span\u003e\u003ch4\u003eGhost Book Nook\u003c\/h4\u003e\n\u003cp\u003eA bookish ghost with tiny glasses and a magical reading mood.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-variant\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e 🥧 \u003c\/span\u003e\u003ch4\u003eGhost Baker\u003c\/h4\u003e\n\u003cp\u003eA kitchen-loving ghost serving tiny handmade Halloween treats.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-variant\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e 🎃 \u003c\/span\u003e\u003ch4\u003eGhost Pumpkin Patch\u003c\/h4\u003e\n\u003cp\u003eA cheerful ghost holding little autumn pumpkins.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-variant\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-variant__emoji\"\u003e 🕯️ \u003c\/span\u003e\u003ch4\u003eGhost Candle Night\u003c\/h4\u003e\n\u003cp\u003eA gentle candlelight ghost made for cozy spooky evenings.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-callout\"\u003e\n\u003cspan aria-hidden=\"true\" class=\"lgc-callout__icon\"\u003e 📐 \u003c\/span\u003e\u003cdiv\u003e\n\u003ch3\u003eFinished Size\u003c\/h3\u003e\n\u003cp\u003eApproximately 5.5–7 inches tall per ghost, depending on the selected design and accessory details.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- Package Includes：已放大保障图片 --\u003e\u003cdiv class=\"lgc-section lgc-section--soft lgc-section--package\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\u003cdiv class=\"lgc-package-layout\"\u003e\n\u003cdiv class=\"lgc-package-heading\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eReady for your next cozy craft day\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003ePackage Includes\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-package-box\"\u003e\n\u003cp class=\"lgc-subheading\"\u003e1 × Little Ghost’s Cozy Halloween DIY Patchwork Kit\u003c\/p\u003e\n\u003cp class=\"lgc-copy\"\u003eSelect your preferred Little Ghost character from the product options above before adding it to your cart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-package-image\"\u003e\n\u003cimg loading=\"lazy\" height=\"138\" width=\"480\" alt=\"Secure payment, satisfaction guarantee and worldwide delivery\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/2001323761\/1689232215542\/38D8D175-5FB9-4d82-96F0-098748A160E7.png?w=480\u0026amp;h=138\"\u003e\u003cp class=\"lgc-package-image-label\"\u003eSECURE CHECKOUT · ORDER PROTECTION · WORLDWIDE DELIVERY\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 配送与购物保障 --\u003e\u003cdiv class=\"lgc-section lgc-section--paper\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-center\"\u003e\n\u003cp class=\"lgc-eyebrow\"\u003eCraft with confidence\u003c\/p\u003e\n\u003ch2 class=\"lgc-heading\"\u003eA Simple, Secure Shopping Experience\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-trust-grid\"\u003e\n\u003carticle class=\"lgc-trust-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-trust-card__icon\"\u003e 🌎 \u003c\/span\u003e\u003ch4\u003eInsured Worldwide Shipping\u003c\/h4\u003e\n\u003cp\u003eTracking details and shipping coverage are included with each order.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-trust-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-trust-card__icon\"\u003e 📩 \u003c\/span\u003e\u003ch4\u003eCustomer Support\u003c\/h4\u003e\n\u003cp\u003eOur support team is available to help with questions about your order.\u003c\/p\u003e\u003c\/article\u003e\u003carticle class=\"lgc-trust-card\"\u003e\u003cspan aria-hidden=\"true\" class=\"lgc-trust-card__icon\"\u003e 🔒 \u003c\/span\u003e\u003ch4\u003eSafe and Secure Checkout\u003c\/h4\u003e\n\u003cp\u003eSSL encryption helps protect your personal and payment information.\u003c\/p\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-risk-free\"\u003e\n\u003ch3\u003e100% Risk-Free Purchase\u003c\/h3\u003e\n\u003cp\u003eIf your purchase is not right for you, contact our support team and we will help with an eligible replacement or refund according to the store’s return policy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"lgc-trust-visual\"\u003e\u003cimg loading=\"lazy\" height=\"298\" width=\"480\" alt=\"Secure checkout animation\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/2001323761\/1678093516495\/536a54f2d4e69dde94cfa4ddfeeca1a1.gif?w=480\u0026amp;h=298\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- 底部保障图片 --\u003e\u003cdiv class=\"lgc-section\"\u003e\u003cdiv class=\"lgc-shell\"\u003e\n\u003cdiv class=\"lgc-bottom-image\"\u003e\u003cimg loading=\"lazy\" height=\"401\" width=\"600\" alt=\"Findoryshop customer purchase protection\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/2001323761\/1678093516495\/2-grande.jpg?w=600\u0026amp;h=401\"\u003e\u003c\/div\u003e\n\u003cp class=\"lgc-final-note\"\u003eChoose your favorite Little Ghost style above and start your next cozy Halloween project.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/div\u003e\u003c\/section\u003e","brand":"mysite","offers":[{"title":"🧵 Ghost Sewing Room","offer_id":47647053480125,"sku":"CX-GhostPatchwork-SewingRoom-1PC-1","price":29.99,"currency_code":"USD","in_stock":true},{"title":"☕ Ghost Coffee Date","offer_id":47647053512893,"sku":"CX-GhostPatchwork-CoffeeDate-1PC-2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🐈 Ghost Cat Mom","offer_id":47647053545661,"sku":"CX-GhostPatchwork-CatMom-1PC-3","price":29.99,"currency_code":"USD","in_stock":true},{"title":"📚 Ghost Book Nook","offer_id":47647053578429,"sku":"CX-GhostPatchwork- BookNook-1PC-4","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🥧 Ghost Baker","offer_id":47647053611197,"sku":"CX-GhostPatchwork- Baker-1PC-5","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🎃 Ghost Pumpkin Patch","offer_id":47647053643965,"sku":"CX-GhostPatchwork-PumpkinPatch-1PC-6","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🕯️ Ghost Candle Night","offer_id":47647053676733,"sku":"CX-GhostPatchwork-CandleNight-1PC-7","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🔥🔥🔥All Style 7-Piece Set ( 43% Off🎁\u0026 Free Shipping)","offer_id":47647053709501,"sku":"CX-GhostPatchwork-Allseries-7PC-8","price":186.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0762\/9062\/1629\/files\/33aaccfd5a8aeaf4fb1d4bf7c19e86ce.jpg?v=1784020499","url":"https:\/\/ugmomcken.com\/products\/little-ghost-s-cozy-halloween-diy-patchwork-kit","provider":"Ugmomcken","version":"1.0","type":"link"}