{"product_id":"toddler-halloween-pajamas-baby-girl-pajamas-ghost-print-feather-trim-sleeve-jumpsuit-romper-satin-nightgown-pjs-sleepwear","title":"Toddler Halloween Pajamas Baby Girl Pajamas Ghost Print Feather Trim Sleeve Jumpsuit Romper Satin Nightgown Pjs Sleepwear","description":"\u003cstyle\u003e\n\/* =========================================================\n   HALLOWEEN BABY PAJAMA LANDING PAGE\n   Minimal Halloween Style\n   Shopify Custom Liquid Ready\n========================================================= *\/\n\n.hwp-page{\n  --cream:#fffaf5;\n  --cream-2:#f8efe6;\n  --orange:#e8751a;\n  --orange-dark:#b84d0d;\n  --purple:#7b3ca2;\n  --purple-soft:#efe4f7;\n  --black:#292524;\n  --brown:#6d5b50;\n  --line:#eaded4;\n  --white:#ffffff;\n\n  width:100%;\n  max-width:1050px;\n\n  margin:0 auto;\n  padding:12px 10px 60px;\n\n  font-family:\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Arial,\n    sans-serif;\n\n  color:var(--black);\n  line-height:1.6;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fffaf6 0%,\n      #fff 45%,\n      #fff8f1 100%\n    );\n}\n\n.hwp-page *,\n.hwp-page *::before,\n.hwp-page *::after{\n  box-sizing:border-box;\n}\n\n.hwp-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n.hwp-page h1,\n.hwp-page h2,\n.hwp-page h3,\n.hwp-page p{\n  margin-top:0;\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.hwp-hero{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-bottom:20px;\n\n  border:1px solid var(--line);\n  border-radius:26px;\n\n  background:\n    radial-gradient(\n      circle at 88% 13%,\n      rgba(123,60,162,.10),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 8% 88%,\n      rgba(232,117,26,.12),\n      transparent 25%\n    ),\n    var(--cream);\n\n  box-shadow:\n    0 12px 32px rgba(83,55,35,.07);\n}\n\n.hwp-hero::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n  left:0;\n  right:0;\n\n  height:5px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--orange) 0 50%,\n      var(--purple) 50% 100%\n    );\n}\n\n.hwp-hero-copy{\n  padding:38px 20px 30px;\n\n  text-align:center;\n}\n\n.hwp-kicker{\n  display:inline-block;\n\n  margin-bottom:12px;\n  padding:7px 13px;\n\n  border:1px solid #f1c8a5;\n  border-radius:999px;\n\n  background:#fff3e8;\n  color:var(--orange-dark);\n\n  font-size:10px;\n  line-height:1.2;\n  font-weight:900;\n\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n}\n\n.hwp-hero h1{\n  max-width:800px;\n\n  margin:0 auto 14px;\n\n  color:var(--black);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:34px;\n  line-height:1.08;\n  font-weight:700;\n\n  letter-spacing:-1px;\n}\n\n.hwp-hero h1 .orange{\n  color:var(--orange);\n}\n\n.hwp-hero p{\n  max-width:700px;\n\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-size:14.5px;\n  line-height:1.65;\n}\n\n.hwp-hero-tags{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n\n  gap:7px;\n\n  margin-top:18px;\n}\n\n.hwp-tag{\n  padding:7px 11px;\n\n  border:1px solid var(--line);\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#554b45;\n\n  font-size:10.8px;\n  font-weight:800;\n}\n\n.hwp-hero-image{\n  overflow:hidden;\n\n  border-top:1px solid var(--line);\n}\n\n\n\/* =========================================================\n   GENERAL SECTION\n========================================================= *\/\n\n.hwp-section{\n  position:relative;\n\n  overflow:hidden;\n\n  margin-bottom:20px;\n\n  border:1px solid var(--line);\n  border-radius:24px;\n\n  background:#fff;\n\n  box-shadow:\n    0 9px 26px rgba(82,57,39,.055);\n}\n\n.hwp-copy{\n  padding:30px 18px 26px;\n\n  text-align:center;\n}\n\n.hwp-number{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:38px;\n  height:38px;\n\n  margin:0 auto 12px;\n\n  border:1px solid #edc49f;\n  border-radius:50%;\n\n  background:#fff6ed;\n\n  color:var(--orange-dark);\n\n  font-size:11px;\n  font-weight:900;\n}\n\n.hwp-title{\n  max-width:760px;\n\n  margin:0 auto 12px;\n\n  color:var(--black);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:27px;\n  line-height:1.12;\n  font-weight:700;\n\n  letter-spacing:-.5px;\n}\n\n.hwp-title .orange{\n  color:var(--orange-dark);\n}\n\n.hwp-title .purple{\n  color:var(--purple);\n}\n\n.hwp-text{\n  max-width:720px;\n\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-size:14px;\n  line-height:1.68;\n}\n\n.hwp-text strong{\n  color:var(--black);\n}\n\n.hwp-image{\n  overflow:hidden;\n\n  border-top:1px solid var(--line);\n\n  background:#f6efe9;\n}\n\n\n\/* =========================================================\n   FEATURE CALLOUT\n========================================================= *\/\n\n.hwp-callout{\n  position:relative;\n\n  max-width:720px;\n\n  margin:18px auto 0;\n  padding:13px 15px;\n\n  border-left:3px solid var(--purple);\n  border-radius:0 10px 10px 0;\n\n  background:#f9f3fc;\n\n  color:#4e4055;\n\n  text-align:left;\n\n  font-size:12.8px;\n  line-height:1.55;\n  font-weight:700;\n}\n\n\n\/* =========================================================\n   MINI BENEFITS\n========================================================= *\/\n\n.hwp-mini-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:19px;\n}\n\n.hwp-mini{\n  padding:12px 9px;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  background:#fffaf6;\n\n  color:#5d514a;\n\n  font-size:10.8px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   PURPLE FEATURE SECTION\n========================================================= *\/\n\n.hwp-purple-section{\n  border-color:#e1d3ea;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fbf7fd,\n      #f5edf9\n    );\n}\n\n.hwp-purple-section .hwp-number{\n  border-color:#d8bee8;\n\n  background:#fff;\n\n  color:var(--purple);\n}\n\n\n\/* =========================================================\n   ORANGE FEATURE SECTION\n========================================================= *\/\n\n.hwp-orange-section{\n  border-color:#efd7c3;\n\n  background:\n    linear-gradient(\n      145deg,\n      #fffaf6,\n      #fff2e6\n    );\n}\n\n\n\/* =========================================================\n   HALLOWEEN PRINT FEATURE\n========================================================= *\/\n\n.hwp-print-card{\n  margin-top:19px;\n\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n}\n\n.hwp-print-item{\n  padding:12px 8px;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  background:#fff;\n\n  color:#594e47;\n\n  font-size:11px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n.hwp-print-item:nth-child(odd){\n  border-top:3px solid var(--orange);\n}\n\n.hwp-print-item:nth-child(even){\n  border-top:3px solid var(--purple);\n}\n\n\n\/* =========================================================\n   COLORS SECTION\n========================================================= *\/\n\n.hwp-color-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:9px;\n\n  margin-top:20px;\n}\n\n.hwp-color-card{\n  padding:16px 10px;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  background:#fff;\n\n  text-align:center;\n}\n\n.hwp-color-dot{\n  width:34px;\n  height:34px;\n\n  margin:0 auto 8px;\n\n  border-radius:50%;\n\n  box-shadow:\n    inset 0 0 0 1px rgba(0,0,0,.10);\n}\n\n.hwp-color-white{\n  background:#faf8f5;\n}\n\n.hwp-color-black{\n  background:#202020;\n}\n\n.hwp-color-card h3{\n  margin:0 0 4px;\n\n  color:var(--black);\n\n  font-size:13px;\n}\n\n.hwp-color-card p{\n  margin:0;\n\n  color:var(--brown);\n\n  font-size:10.8px;\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   OCCASIONS\n========================================================= *\/\n\n.hwp-occasion-grid{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  gap:8px;\n\n  margin-top:18px;\n}\n\n.hwp-occasion{\n  padding:13px 8px;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  background:#fffaf5;\n\n  color:#5d5148;\n\n  font-size:11px;\n  line-height:1.35;\n  font-weight:800;\n}\n\n\n\/* =========================================================\n   FINAL HALLOWEEN SECTION\n========================================================= *\/\n\n.hwp-final{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:38px 18px;\n\n  text-align:center;\n\n  border:1px solid #e7d1bf;\n  border-radius:24px;\n\n  background:\n    radial-gradient(\n      circle at 10% 10%,\n      rgba(232,117,26,.13),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 90% 90%,\n      rgba(123,60,162,.11),\n      transparent 25%\n    ),\n    #fff9f4;\n}\n\n.hwp-final::before{\n  content:\"\";\n\n  position:absolute;\n\n  top:0;\n  left:0;\n  right:0;\n\n  height:5px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--purple),\n      var(--orange),\n      var(--purple)\n    );\n}\n\n.hwp-final-badge{\n  display:inline-block;\n\n  margin-bottom:11px;\n\n  color:var(--orange-dark);\n\n  font-size:10px;\n  font-weight:900;\n\n  letter-spacing:1.2px;\n  text-transform:uppercase;\n}\n\n.hwp-final h2{\n  max-width:700px;\n\n  margin:0 auto 12px;\n\n  color:var(--black);\n\n  font-family:\n    Georgia,\n    \"Times New Roman\",\n    serif;\n\n  font-size:28px;\n  line-height:1.1;\n}\n\n.hwp-final p{\n  max-width:650px;\n\n  margin:0 auto;\n\n  color:var(--brown);\n\n  font-size:13.5px;\n  line-height:1.65;\n}\n\n\n\/* =========================================================\n   DESKTOP\n========================================================= *\/\n\n@media(min-width:768px){\n\n  .hwp-page{\n    padding:\n      18px\n      18px\n      75px;\n  }\n\n  .hwp-hero,\n  .hwp-section,\n  .hwp-final{\n    margin-bottom:28px;\n\n    border-radius:28px;\n  }\n\n  .hwp-hero-copy{\n    padding:\n      52px\n      50px\n      42px;\n  }\n\n  .hwp-hero h1{\n    font-size:48px;\n  }\n\n  .hwp-hero p{\n    font-size:17px;\n  }\n\n  .hwp-copy{\n    padding:\n      46px\n      48px\n      40px;\n  }\n\n  .hwp-title{\n    font-size:39px;\n  }\n\n  .hwp-text{\n    font-size:16px;\n  }\n\n  .hwp-mini-grid{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .hwp-print-card{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .hwp-occasion-grid{\n    grid-template-columns:\n      repeat(4,1fr);\n  }\n\n  .hwp-final{\n    padding:\n      52px\n      40px;\n  }\n\n  .hwp-final h2{\n    font-size:40px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL MOBILE\n========================================================= *\/\n\n@media(max-width:390px){\n\n  .hwp-page{\n    padding-left:6px;\n    padding-right:6px;\n  }\n\n  .hwp-hero-copy{\n    padding:\n      34px\n      14px\n      27px;\n  }\n\n  .hwp-copy{\n    padding:\n      27px\n      13px\n      23px;\n  }\n\n  .hwp-hero h1{\n    font-size:30px;\n  }\n\n  .hwp-title{\n    font-size:25px;\n  }\n\n  .hwp-text{\n    font-size:13.5px;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hwp-page\"\u003e\n\n\n\u003c!-- =====================================================\n     HERO\n===================================================== --\u003e\n\n\u003csection class=\"hwp-hero\"\u003e\n\n  \u003cdiv class=\"hwp-hero-copy\"\u003e\n\n    \u003cdiv class=\"hwp-kicker\"\u003e\n      Cute Halloween Pajama Set\n    \u003c\/div\u003e\n\n    \u003ch1\u003e\n      A Little Bit Spooky.\n      \u003cspan class=\"orange\"\u003eA Whole Lot Adorable.\u003c\/span\u003e\n    \u003c\/h1\u003e\n\n    \u003cp\u003e\n      Silky satin feel, playful ghost prints and fluffy purple\n      trim come together in a Halloween pajama set made for\n      cozy nights, festive photos and sweet seasonal memories.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hwp-hero-tags\"\u003e\n\n      \u003cspan class=\"hwp-tag\"\u003e\n        Silky Satin Feel\n      \u003c\/span\u003e\n\n      \u003cspan class=\"hwp-tag\"\u003e\n        Fluffy Trim\n      \u003c\/span\u003e\n\n      \u003cspan class=\"hwp-tag\"\u003e\n        Ghost Print\n      \u003c\/span\u003e\n\n      \u003cspan class=\"hwp-tag\"\u003e\n        Halloween Ready\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-hero-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ce245b0d7fdc333a338743a3c7726cc309379407.webp?v=1789379162\" alt=\"Baby girl Halloween pajama set\" loading=\"eager\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     INTRO\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-kicker\"\u003e\n      Made for Halloween Moments\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      Sweet Seasonal Style,\n      \u003cspan class=\"purple\"\u003eMade to Stand Out\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      Made from \u003cstrong\u003e100% polyester\u003c\/strong\u003e, this Halloween\n      pajama set combines a smooth satin-style finish with playful\n      seasonal artwork and fluffy trim details.\n      It's designed to look festive without feeling overly costume-like,\n      making it easy to wear throughout the Halloween season.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hwp-mini-grid\"\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        100% Polyester\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Button-Up Top\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Fluffy Trim\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Halloween Print\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_41_42__1.png?v=1789379090\" alt=\"Halloween pajama set details\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     01 SILKY FEEL\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section hwp-orange-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-number\"\u003e\n      01\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      \u003cspan class=\"orange\"\u003eSilky Satin Feel\u003c\/span\u003e\n      With a Beautiful Sheen\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      The smooth polyester fabric has a soft satin-style finish\n      that gives the pajama set a polished, glossy appearance.\n      Lightweight and smooth against the skin, it's made for\n      comfortable lounging, bedtime and cozy fall evenings.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hwp-callout\"\u003e\n      Smooth, glossy and beautifully polished — an elevated\n      take on everyday Halloween pajamas.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_41_45__6.png?v=1789379090\" alt=\"Silky satin feel Halloween pajamas\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     02 HALLOWEEN PRINT\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-number\"\u003e\n      02\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      \u003cspan class=\"purple\"\u003eAdorable Halloween Prints\u003c\/span\u003e\n      Kids Will Love\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      Sweet ghosts, candy, bows, pumpkins and playful seasonal\n      details create a Halloween look that's festive without being scary.\n      The soft purple and orange accents keep the overall style fun,\n      cheerful and photo-friendly.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hwp-print-card\"\u003e\n\n      \u003cdiv class=\"hwp-print-item\"\u003e\n        Cute Ghosts\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-print-item\"\u003e\n        Sweet Candy\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-print-item\"\u003e\n        Halloween Bows\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-print-item\"\u003e\n        Pumpkin Details\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hwp-callout\"\u003e\n      Spooky-cute, never too scary — just the right amount\n      of Halloween charm for little ones.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_41_44__5.png?v=1789379090\" alt=\"Adorable Halloween ghost print\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     03 BUTTON-UP DESIGN\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-number\"\u003e\n      03\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      Classic\n      \u003cspan class=\"orange\"\u003eButton-Up Pajama Style\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      A traditional lapel collar and button-front top give the\n      set a polished pajama look while making dressing more\n      straightforward than a tight overhead style.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hwp-mini-grid\"\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Lapel Collar\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Button Front\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Coordinated Set\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-mini\"\u003e\n        Classic Pajama Look\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_41_43__4.png?v=1789379090\" alt=\"Button front Halloween pajama set\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     04 FLUFFY TRIM\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section hwp-purple-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-number\"\u003e\n      04\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      Fluffy Purple Trim for an\n      \u003cspan class=\"purple\"\u003eExtra-Special Finish\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      Plush purple trim around the cuffs and ankles adds soft,\n      eye-catching texture to the set. It creates a more distinctive\n      boutique-inspired look and makes the outfit especially charming\n      in Halloween photos.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hwp-callout\"\u003e\n      A small detail that makes a big visual difference —\n      playful, fluffy and unmistakably festive.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_47_16__1.png?v=1789379365\" alt=\"Fluffy purple trim Halloween pajamas\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     05 OCCASIONS\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-number\"\u003e\n      05\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      Made for More Than\n      \u003cspan class=\"orange\"\u003eJust Bedtime\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      Bring the set into the little traditions that make October\n      memorable — from family evenings at home to pumpkin photos\n      and Halloween morning.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hwp-occasion-grid\"\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Halloween Night\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Pumpkin Patch Photos\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Pajama Parties\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Family Photos\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Movie Nights\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Cozy Fall Evenings\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Halloween Morning\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hwp-occasion\"\u003e\n        Seasonal Gifts\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_41_43__2.png?v=1789379090\" alt=\"Halloween pajamas for seasonal occasions\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     06 SPOOKY CUTE\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section hwp-orange-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-kicker\"\u003e\n      Spooky-Cute Halloween\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      Halloween Fun\n      \u003cspan class=\"purple\"\u003eWithout the Scary Look\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      Friendly little ghosts, candy and bow details give the\n      set a softer Halloween personality — perfect for families\n      who want festive seasonal style without dark or frightening imagery.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_47_17__3.png?v=1789379367\" alt=\"Cute ghost Halloween pajama print\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     07 TWO COLORS\n===================================================== --\u003e\n\n\u003csection class=\"hwp-section\"\u003e\n\n  \u003cdiv class=\"hwp-copy\"\u003e\n\n    \u003cdiv class=\"hwp-kicker\"\u003e\n      Choose Your Halloween Look\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hwp-title\"\u003e\n      Two Colors.\n      \u003cspan class=\"orange\"\u003eTwo Ways to Celebrate.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hwp-text\"\u003e\n      Go soft and sweet with the white version, or choose\n      classic Halloween contrast in black. Both feature playful\n      ghost artwork and signature purple trim.\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"hwp-color-grid\"\u003e\n\n      \u003cdiv class=\"hwp-color-card\"\u003e\n\n        \u003cdiv class=\"hwp-color-dot hwp-color-white\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Sweet White\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Bright, soft and playful with a pastel Halloween feel.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hwp-color-card\"\u003e\n\n        \u003cdiv class=\"hwp-color-dot hwp-color-black\"\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Classic Black\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A bolder Halloween look with high-contrast ghost details.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"hwp-image\"\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/bface21e37a54d9c84d6fd83b9c03150.jpg?v=1789379674\" alt=\"White and black Halloween pajama options\" loading=\"lazy\"\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\n\u003c!-- =====================================================\n     FINAL\n===================================================== --\u003e\n\n\u003csection class=\"hwp-final\"\u003e\n\n  \u003cdiv class=\"hwp-final-badge\"\u003e\n    Made for Little Halloween Memories\n  \u003c\/div\u003e\n\n  \u003ch2\u003e\n    Cozy Enough for Bedtime.\n    Cute Enough for Halloween Photos.\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    From the silky finish and fluffy purple cuffs to the playful\n    ghost artwork, every detail is designed to make October\n    evenings feel a little more special.\n  \u003c\/p\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Black \/ 12-18 Months","offer_id":46551187226721,"sku":"ARC-4BCVX1T-AB","price":30.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 18-24 Months","offer_id":46551187259489,"sku":"ARC-4BCVX1T-AC","price":30.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 2-3 Years","offer_id":46551187292257,"sku":"ARC-4BCVX1T-AD","price":30.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3-4 Years","offer_id":46551187325025,"sku":"ARC-4BCVX1T-AE","price":30.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 4-5 Years","offer_id":46551187357793,"sku":"ARC-4BCVX1T-AF","price":30.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5-6 Years","offer_id":46551187390561,"sku":"ARC-4BCVX1T-AG","price":30.98,"currency_code":"USD","in_stock":true},{"title":"Black \/ 6-7 Years","offer_id":46551187423329,"sku":"ARC-4BCVX1T-AH","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 12-18 Months","offer_id":46551187456097,"sku":"ARC-4BCVX1T-AI","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 18-24 Months","offer_id":46551187488865,"sku":"ARC-4BCVX1T-AJ","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 2-3 Years","offer_id":46551187521633,"sku":"ARC-4BCVX1T-AK","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 3-4 Years","offer_id":46551187554401,"sku":"ARC-4BCVX1T-AL","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 4-5 Years","offer_id":46551187587169,"sku":"ARC-4BCVX1T-AM","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 5-6 Years","offer_id":46551187619937,"sku":"ARC-4BCVX1T-AN","price":30.98,"currency_code":"USD","in_stock":true},{"title":"White \/ 6-7 Years","offer_id":46551187652705,"sku":"ARC-4BCVX1T-AO","price":30.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0643\/2918\/7425\/files\/ChatGPT_Image_2026_9_14__17_41_45__6.png?v=1789379090","url":"https:\/\/pdkzfw.shop\/products\/toddler-halloween-pajamas-baby-girl-pajamas-ghost-print-feather-trim-sleeve-jumpsuit-romper-satin-nightgown-pjs-sleepwear","provider":"My Store","version":"1.0","type":"link"}