{"product_id":"christmas-gingerbread-stripe-2-piece-pajama-set","title":"Christmas Gingerbread Stripe 2-Piece Pajama Set","description":"\u003cstyle\u003e\n  .xpj-page,\n  .xpj-page * {\n    box-sizing: border-box;\n  }\n\n  .xpj-page {\n    --red: #9d3c38;\n    --red-dark: #70302e;\n    --red-light: #f8e9e5;\n    --green: #496957;\n    --green-dark: #31503e;\n    --green-light: #edf3ee;\n    --cream: #fffaf3;\n    --gold: #c8a46f;\n    --text: #4f4540;\n    --muted: #716660;\n    --border: rgba(126, 73, 60, 0.14);\n    --white: #ffffff;\n\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n  }\n\n  .xpj-page h1,\n  .xpj-page h2,\n  .xpj-page p {\n    margin-top: 0;\n  }\n\n  .xpj-page img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* HERO *\/\n\n  .xpj-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 36px 24px 30px;\n    margin-bottom: 20px;\n    text-align: center;\n    background: linear-gradient(\n      90deg,\n      #fffaf3 0%,\n      #f9eee8 48%,\n      #f2eee5 100%\n    );\n    border: 1px solid var(--border);\n    border-radius: 22px;\n    box-shadow: 0 13px 36px rgba(83, 50, 39, 0.09);\n  }\n\n  .xpj-hero::before {\n    content: \"\";\n    position: absolute;\n    top: -95px;\n    right: -80px;\n    width: 220px;\n    height: 220px;\n    background: rgba(157, 60, 56, 0.07);\n    border-radius: 50%;\n  }\n\n  .xpj-hero::after {\n    content: \"\";\n    position: absolute;\n    bottom: -110px;\n    left: -80px;\n    width: 230px;\n    height: 230px;\n    background: rgba(73, 105, 87, 0.07);\n    border-radius: 50%;\n  }\n\n  .xpj-hero-inner {\n    position: relative;\n    z-index: 1;\n  }\n\n  .xpj-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 6px 12px;\n    margin-bottom: 12px;\n    color: var(--red);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    background: rgba(255, 255, 255, 0.8);\n    border: 1px solid rgba(157, 60, 56, 0.13);\n    border-radius: 30px;\n  }\n\n  .xpj-hero h1 {\n    max-width: 720px;\n    margin: 0 auto 11px;\n    color: var(--red-dark);\n    font-size: clamp(29px, 5vw, 42px);\n    font-weight: 800;\n    line-height: 1.15;\n    letter-spacing: -0.035em;\n  }\n\n  .xpj-hero-subtitle {\n    max-width: 680px;\n    margin: 0 auto 20px;\n    color: var(--green-dark);\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  \/* GIF保持原尺寸 *\/\n\n  .xpj-gif {\n    display: flex;\n    justify-content: center;\n    margin: 0 auto 21px;\n  }\n\n  .xpj-gif img {\n    width: auto !important;\n    max-width: 100% !important;\n    height: auto !important;\n    border-radius: 15px;\n    box-shadow: 0 11px 30px rgba(76, 46, 37, 0.12);\n  }\n\n  .xpj-hero-description {\n    max-width: 690px;\n    margin: 0 auto;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  \/* OCCASIONS *\/\n\n  .xpj-occasion-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n    padding: 0;\n    margin: 20px 0 0;\n    list-style: none;\n  }\n\n  .xpj-occasion-list li {\n    padding: 6px 10px;\n    color: var(--green-dark);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.3;\n    background: rgba(255, 255, 255, 0.84);\n    border: 1px solid rgba(73, 105, 87, 0.15);\n    border-radius: 8px;\n  }\n\n  .xpj-occasion-list li:nth-child(even) {\n    color: var(--red-dark);\n    background: rgba(248, 233, 229, 0.88);\n    border-color: rgba(157, 60, 56, 0.13);\n  }\n\n  \/* SECTION TITLE *\/\n\n  .xpj-section-title {\n    margin: 38px 0 20px;\n    color: var(--red-dark);\n    font-size: clamp(24px, 4vw, 31px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n  }\n\n  .xpj-section-title::after {\n    content: \"\";\n    display: block;\n    width: 52px;\n    height: 3px;\n    margin: 10px auto 0;\n    background: linear-gradient(90deg, var(--red), var(--gold));\n    border-radius: 10px;\n  }\n\n  \/* FEATURES *\/\n\n  .xpj-feature {\n    position: relative;\n    overflow: hidden;\n    margin-bottom: 19px;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    box-shadow: 0 10px 29px rgba(77, 50, 39, 0.07);\n  }\n\n  .xpj-feature:nth-of-type(odd) {\n    border-top: 3px solid var(--red);\n  }\n\n  .xpj-feature:nth-of-type(even) {\n    border-top: 3px solid var(--green);\n  }\n\n  .xpj-feature-image {\n    overflow: hidden;\n    background: var(--cream);\n  }\n\n  .xpj-feature-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  .xpj-content {\n    padding: 20px 23px 23px;\n    background: linear-gradient(\n      90deg,\n      #ffffff 0%,\n      rgba(255, 250, 243, 0.82) 100%\n    );\n  }\n\n  .xpj-content h2 {\n    margin: 0 0 7px;\n    color: var(--red-dark);\n    font-size: 21px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .xpj-feature:nth-of-type(even) .xpj-content h2 {\n    color: var(--green-dark);\n  }\n\n  .xpj-content p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 14px;\n  }\n\n  \/* SIZE CHART IMAGE *\/\n\n  .xpj-size-chart {\n    width: 100%;\n    margin: 25px 0 14px;\n    padding: 10px;\n    overflow: hidden;\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    box-shadow: 0 8px 22px rgba(77, 50, 39, 0.06);\n  }\n\n  .xpj-size-chart img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  \/* PRODUCT DETAILS *\/\n\n  .xpj-details {\n    padding: 15px 20px;\n    margin-top: 0;\n    background: linear-gradient(\n      90deg,\n      var(--red-light) 0%,\n      var(--cream) 52%,\n      var(--green-light) 100%\n    );\n    border: 1px solid var(--border);\n    border-left: 4px solid var(--red);\n    border-radius: 15px;\n  }\n\n  .xpj-details h2 {\n    margin: 0 0 7px;\n    color: var(--green-dark);\n    font-size: 21px;\n    font-weight: 800;\n    line-height: 1.25;\n  }\n\n  .xpj-detail-grid {\n    display: block;\n  }\n\n  .xpj-row {\n    display: grid;\n    grid-template-columns: 125px minmax(0, 1fr);\n    gap: 8px;\n    padding: 5px 0;\n    font-size: 13px;\n    line-height: 1.35;\n    border-bottom: 1px solid rgba(95, 68, 57, 0.11);\n  }\n\n  .xpj-row:last-child {\n    border-bottom: 0;\n  }\n\n  .xpj-name {\n    color: var(--red-dark);\n    font-weight: 800;\n  }\n\n  .xpj-value {\n    min-width: 0;\n    color: #5c544f;\n  }\n\n  \/* TRUST *\/\n\n  .xpj-trust {\n    margin-top: 20px;\n    overflow: hidden;\n    background: linear-gradient(\n      90deg,\n      var(--cream) 0%,\n      #fbf1ed 50%,\n      var(--green-light) 100%\n    );\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .xpj-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .xpj-trust-item {\n    padding: 19px 13px;\n    text-align: center;\n  }\n\n  .xpj-trust-item + .xpj-trust-item {\n    border-left: 1px solid rgba(120, 80, 50, 0.12);\n  }\n\n  .xpj-trust-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 43px;\n    height: 43px;\n    margin: 0 auto 8px;\n    color: var(--white);\n    font-size: 19px;\n    background: var(--red);\n    border-radius: 50%;\n  }\n\n  .xpj-trust-item:nth-child(2) .xpj-trust-icon {\n    background: var(--green);\n  }\n\n  .xpj-trust-item:nth-child(3) .xpj-trust-icon {\n    background: var(--gold);\n  }\n\n  .xpj-trust-title {\n    margin-bottom: 3px;\n    color: var(--green-dark);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .xpj-trust-text {\n    color: var(--muted);\n    font-size: 11px;\n    line-height: 1.4;\n  }\n\n  \/* BUY *\/\n\n  .xpj-buy {\n    padding: 21px 18px 18px;\n    text-align: center;\n    border-top: 1px solid rgba(120, 80, 50, 0.12);\n  }\n\n  .xpj-buy-button {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n    max-width: 500px;\n    min-height: 54px;\n    padding: 13px 26px;\n    color: var(--white) !important;\n    font-size: 16px;\n    font-weight: 800;\n    letter-spacing: 0.05em;\n    text-decoration: none;\n    text-transform: uppercase;\n    background: linear-gradient(\n      90deg,\n      var(--red) 0%,\n      var(--red-dark) 100%\n    );\n    border: 2px solid var(--red-dark);\n    border-radius: 50px;\n    box-shadow: 0 9px 22px rgba(112, 48, 46, 0.22);\n    cursor: pointer;\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease;\n  }\n\n  .xpj-buy-button:hover {\n    color: var(--white) !important;\n    transform: translateY(-2px);\n    box-shadow: 0 12px 26px rgba(112, 48, 46, 0.28);\n  }\n\n  .xpj-buy-note {\n    margin: 8px 0 0;\n    color: var(--muted);\n    font-size: 11px;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 600px) {\n    .xpj-page {\n      font-size: 15px;\n    }\n\n    .xpj-hero {\n      padding: 27px 14px 23px;\n      border-radius: 16px;\n    }\n\n    .xpj-kicker {\n      font-size: 9px;\n    }\n\n    .xpj-hero h1 {\n      font-size: 29px;\n    }\n\n    .xpj-hero-subtitle {\n      margin-bottom: 17px;\n      font-size: 15px;\n    }\n\n    .xpj-hero-description {\n      font-size: 13px;\n    }\n\n    .xpj-occasion-list {\n      gap: 5px;\n      margin-top: 16px;\n    }\n\n    .xpj-occasion-list li {\n      padding: 5px 8px;\n      font-size: 11px;\n    }\n\n    .xpj-feature {\n      margin-bottom: 16px;\n      border-radius: 14px;\n    }\n\n    .xpj-content {\n      padding: 16px 14px 18px;\n    }\n\n    .xpj-content h2 {\n      font-size: 18px;\n    }\n\n    .xpj-content p {\n      font-size: 13px;\n    }\n\n    .xpj-size-chart {\n      margin: 20px 0 10px;\n      padding: 4px;\n      border-radius: 11px;\n    }\n\n    .xpj-size-chart img {\n      width: 100%;\n      max-width: 100%;\n    }\n\n    .xpj-details {\n      padding: 13px 14px;\n      border-radius: 13px;\n    }\n\n    .xpj-details h2 {\n      margin-bottom: 5px;\n      font-size: 19px;\n    }\n\n    .xpj-row {\n      grid-template-columns: 95px minmax(0, 1fr);\n      gap: 6px;\n      padding: 4px 0;\n      font-size: 12px;\n      line-height: 1.3;\n    }\n\n    .xpj-trust-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .xpj-trust-item {\n      display: grid;\n      grid-template-columns: 43px 1fr;\n      column-gap: 12px;\n      padding: 13px;\n      text-align: left;\n    }\n\n    .xpj-trust-item + .xpj-trust-item {\n      border-top: 1px solid rgba(120, 80, 50, 0.12);\n      border-left: 0;\n    }\n\n    .xpj-trust-icon {\n      grid-row: 1 \/ 3;\n      margin: 0;\n    }\n\n    .xpj-trust-title,\n    .xpj-trust-text {\n      align-self: center;\n    }\n\n    .xpj-buy {\n      padding: 16px 13px;\n    }\n\n    .xpj-buy-button {\n      min-height: 52px;\n      font-size: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"xpj-page\" id=\"xpj-christmas-pajama-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"xpj-hero\"\u003e\n\u003cdiv class=\"xpj-hero-inner\"\u003e\n\u003cdiv class=\"xpj-kicker\"\u003e❄ Christmas Cozy Collection\u003c\/div\u003e\n\u003ch1\u003eCreate Cozy Christmas Memories 🎄\u003c\/h1\u003e\n\u003cp class=\"xpj-hero-subtitle\"\u003e\u003cstrong\u003eFestive comfort made for the most magical moments at home.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"xpj-gif\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/8_24_1_f773dc93-00f1-4c5e-b208-08fb536be36a.gif?v=1787562516\" alt=\"Women's festive Christmas pajama set\"\u003e\u003c\/div\u003e\n\u003cp class=\"xpj-hero-description\"\u003eA festive pajama set designed for Christmas mornings, family photos, movie nights, and cozy holiday moments at home.\u003c\/p\u003e\n\u003cul class=\"xpj-occasion-list\"\u003e\n\u003cli\u003e🎁 Christmas Morning\u003c\/li\u003e\n\u003cli\u003e📸 Family Photos\u003c\/li\u003e\n\u003cli\u003e🎬 Movie Nights\u003c\/li\u003e\n\u003cli\u003e🎉 Christmas Parties\u003c\/li\u003e\n\u003cli\u003e🏠 Winter Lounging\u003c\/li\u003e\n\u003cli\u003e❤️ Matching Gifts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003ch2 class=\"xpj-section-title\"\u003eWhy You’ll Love It\u003c\/h2\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003carticle class=\"xpj-feature\"\u003e\n\u003cdiv class=\"xpj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_05_39_58_2.webp?v=1787564807\" alt=\"Soft stretch Christmas pajama fabric\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xpj-content\"\u003e\n\u003ch2\u003e✨ Soft Stretch Comfort\u003c\/h2\u003e\n\u003cp\u003eMade from a smooth polyester and elastane blend, this pajama set provides gentle stretch and a comfortable feel for sleeping, lounging, and relaxing throughout the holidays.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003carticle class=\"xpj-feature\"\u003e\n\u003cdiv class=\"xpj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_05_39_59_3.webp?v=1787564806\" alt=\"Classic button-front Christmas pajama top\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xpj-content\"\u003e\n\u003ch2\u003e👚 Classic Button-Front Top\u003c\/h2\u003e\n\u003cp\u003eFeaturing a classic collar, button-front closure, chest pocket, and contrast piping for a timeless Christmas sleepwear look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003carticle class=\"xpj-feature\"\u003e\n\u003cdiv class=\"xpj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_05_39_59_4.webp?v=1787564806\" alt=\"Relaxed full-length Christmas pajama pants\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xpj-content\"\u003e\n\u003ch2\u003e👖 Relaxed Full-Length Pants\u003c\/h2\u003e\n\u003cp\u003eThe matching full-length pants offer comfortable coverage and a relaxed fit, perfect for winter evenings and lazy Christmas mornings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003carticle class=\"xpj-feature\"\u003e\n\u003cdiv class=\"xpj-feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/ChatGPT_Image_2026_8_24_05_39_58_1.webp?v=1787564807\" alt=\"Two-piece Christmas pajama gift set\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"xpj-content\"\u003e\n\u003ch2\u003e🎁 Perfect Holiday Gift Set\u003c\/h2\u003e\n\u003cp\u003eA complete two-piece Christmas outfit that makes gifting simple and meaningful for moms, wives, daughters, friends, or yourself.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c!-- SIZE CHART IMAGE --\u003e\n\u003csection class=\"xpj-size-chart\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/1787564607988.webp?v=1787564801\" alt=\"\"\u003e\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"xpj-details\"\u003e\n\u003ch2\u003eProduct Details\u003c\/h2\u003e\n\u003cdiv class=\"xpj-detail-grid\"\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003ePolyester, Elastane\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003eSet Includes\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003e1 Pajama Shirt + 1 Pair of Pants\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003eSleeve\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003eLong Sleeve\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003eClosure\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003eButton Front\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003eAnkle \/ Full Length\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003ePattern\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003eGingerbread, Candy Cane, Christmas Tree \u0026amp; Snowflake\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-row\"\u003e\n\u003cdiv class=\"xpj-name\"\u003eOccasion\u003c\/div\u003e\n\u003cdiv class=\"xpj-value\"\u003eChristmas, Lounging, Sleeping, Holiday Photos \u0026amp; Gifting\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST + BUY --\u003e\n\u003csection class=\"xpj-trust\"\u003e\n\u003cdiv class=\"xpj-trust-grid\"\u003e\n\u003cdiv class=\"xpj-trust-item\"\u003e\n\u003cdiv class=\"xpj-trust-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-title\"\u003eSecure Shipping\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-text\"\u003eTracked delivery available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-item\"\u003e\n\u003cdiv class=\"xpj-trust-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-title\"\u003eQuality Checked\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-text\"\u003eCarefully inspected before shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-item\"\u003e\n\u003cdiv class=\"xpj-trust-icon\"\u003e🤝\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-title\"\u003eCustomer Support\u003c\/div\u003e\n\u003cdiv class=\"xpj-trust-text\"\u003eFriendly help whenever needed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"xpj-buy\"\u003e\n\u003ca class=\"xpj-buy-button\" id=\"xpj-christmas-buy-button\" href=\"#MainContent\" role=\"button\"\u003e Buy Now → \u003c\/a\u003e\n\u003cp class=\"xpj-buy-note\"\u003eChoose your preferred color and size above.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"CWLdabucunjkldasx","offers":[{"title":"Red \/ S","offer_id":43206368723038,"sku":"NC02362608245201-女士睡衣套装-红色-S","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ M","offer_id":43206368755806,"sku":"NC02362608245201-女士睡衣套装-红色-M","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ L","offer_id":43206368788574,"sku":"NC02362608245201-女士睡衣套装-红色-L","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Red \/ XL","offer_id":43206368821342,"sku":"NC02362608245201-女士睡衣套装-红色-XL","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":43206368854110,"sku":"NC02362608245201-女士睡衣套装-绿色-S","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":43206368886878,"sku":"NC02362608245201-女士睡衣套装-绿色-M","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":43206368919646,"sku":"NC02362608245201-女士睡衣套装-绿色-L","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":43206368952414,"sku":"NC02362608245201-女士睡衣套装-绿色-XL","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Two-tone \/ S","offer_id":43206368985182,"sku":"NC02362608245201-女士睡衣套装-双拼色-S","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Two-tone \/ M","offer_id":43206369017950,"sku":"NC02362608245201-女士睡衣套装-双拼色-M","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Two-tone \/ L","offer_id":43206369050718,"sku":"NC02362608245201-女士睡衣套装-双拼色-L","price":36.98,"currency_code":"USD","in_stock":true},{"title":"Two-tone \/ XL","offer_id":43206369083486,"sku":"NC02362608245201-女士睡衣套装-双拼色-XL","price":36.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0659\/0647\/5102\/files\/O1CN01ufYy2D1nabPpcRIHo__2217682895106-0-cib.webp?v=1787562661","url":"https:\/\/miscellista.com\/products\/christmas-gingerbread-stripe-2-piece-pajama-set","provider":"Miscellista.com","version":"1.0","type":"link"}