{"product_id":"dreameez","title":"Dreameez","description":"\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eDreameez - DIY Pajama Set for Kids\u003c\/title\u003e\n  \u003cstyle\u003e\n    :root {\n      --primary: #1E3A8A;\n      --primary-light: #EFF6FF;\n      --accent: #EA580C;\n      --text-main: #0F172A;\n      --text-sub: #475569;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --border-color: #E2E8F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);\n      --shadow-md: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);\n    }\n\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container * { box-sizing: border-box; }\n\n    .pd-h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .pd-h2 {\n      font-size: clamp(26px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .pd-p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 600;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    .pd-section { margin-bottom: clamp(4rem, 8vw, 6rem); }\n\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    .pd-social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--accent);\n      margin-top: 1.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-feature-media, .pd-feature-copy { width: 100%; }\n\n    .pd-feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) { flex-direction: row-reverse; }\n      .pd-feature-media { flex: 5; }\n      .pd-feature-copy {\n        flex: 5;\n        padding: 0 2rem;\n      }\n    }\n\n    .pd-specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1.25rem 1rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: var(--primary-light);\n    }\n\n    .pd-table td { color: var(--text-sub); }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead { display: none; }\n      .pd-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1.5rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px dashed var(--border-color);\n        padding: 1rem 0.5rem;\n        text-align: center;\n        flex-direction: column;\n      }\n      .pd-table td:last-child { border-bottom: none; }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: center;\n        flex-shrink: 0;\n      }\n    }\n\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n\n    .pd-faq-q {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 0.5rem 0;\n    }\n\n    .pd-faq-a {\n      font-size: clamp(18px, 2.5vw, 19px);\n      color: var(--text-sub);\n      margin: 0;\n      line-height: 1.6;\n    }\n  \u003c\/style\u003e\n\n\u003cdiv class=\"product-detail-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003csection class=\"pd-section pd-hero\"\u003e\n    \u003cdiv class=\"pd-badge\"\u003e🎨 Creative Pajama Design\u003c\/div\u003e\n    \u003ch1 class=\"pd-h1\"\u003eUnleash Your Child’s Imagination with Dreameez!\u003c\/h1\u003e\n    \u003cp style=\"max-width: 800px; margin-left: auto; margin-right: auto;\" class=\"pd-p\"\u003e\n      Transform bedtime into a canvas for creativity with Dreameez, the DIY pajama set that encourages kids to express themselves with every brushstroke. Create, wash, and repeat—because no dream is ever the same!\n    \u003c\/p\u003e\n    \u003cdiv style=\"margin-top: 2rem;\" class=\"pd-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0626\/3154\/3121\/files\/Main_201d56fe-6325-445a-bebb-8df16172cc44.png?v=1738747406\" alt=\"Dreameez DIY Pajama Set Main\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-social-proof\"\u003e\n      \u003cspan\u003e★★★★★\u003c\/span\u003e The Pajama Set That Inspires Creative Dreams\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature Blocks --\u003e\n  \u003csection class=\"pd-section\"\u003e\n\n    \u003c!-- Feature 1: Unleash Creativity --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0626\/3154\/3121\/files\/Vorlage1.png?v=1738750269\" alt=\"Children designing pajamas with Dreameez\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eUnleash Creativity\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eLet your child's inner artist shine as they bring their pajama designs to life. With cheerful animals, magical plants, and fun characters, every design becomes a masterpiece waiting to happen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 2: Washable Fun --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0626\/3154\/3121\/files\/Space_2780d36c-c9ca-46db-ba2a-b8ce7d6568ac.png?v=1738750268\" alt=\"Space-themed Dreameez pajama design\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eWashable Fun\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eEvery pajama set comes with washable markers, allowing your child to recreate and reinvent their designs endlessly. Simply wash and start anew!\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 3: Cozy Comfort --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0626\/3154\/3121\/files\/iceCream_b6c9e554-773b-4a50-a157-3868fa3c335a.png?v=1738750268\" alt=\"Ice cream-themed Dreameez pajama design\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eCozy Comfort\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eCrafted from soft, breathable fabric, Dreameez ensures your child has cozy, irritation-free nights wrapped in the warmth of their own creation.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 4: Encourages Self-Expression --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0626\/3154\/3121\/files\/Construction_b64c6f99-2502-49ae-ac2a-273814ee7c63.png?v=1738750268\" alt=\"Construction-themed Dreameez pajama design\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eEncourages Self-Expression\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eWith each new pajama design, children learn to express themselves while creating unique, personal sleepwear that truly reflects their personality and interests.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Specifications Table --\u003e\n  \u003csection class=\"pd-section pd-specs-container\"\u003e\n    \u003ch2 style=\"text-align: center;\" class=\"pd-h2\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cp style=\"text-align: center;\" class=\"pd-p\"\u003eEverything you need to know before you buy.\u003c\/p\u003e\n    \u003ctable class=\"pd-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSpecification Details\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Set Includes\"\u003e12 Coloring Pens\u003c\/td\u003e\n          \u003ctd\u003eComes with a complete set of 12 vibrant markers ideal for endless designs.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Sizes Available\"\u003e3-8 Years\u003c\/td\u003e\n          \u003ctd\u003eAvailable in sizes perfect for children aged 3 to 8 years.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Styles Available\"\u003eVarious Themes\u003c\/td\u003e\n          \u003ctd\u003eChoose from Space, Ice Cream, Construction, Mermaid, Unicorn, and Princess themes.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Material\"\u003eSoft \u0026amp; Breathable Fabric\u003c\/td\u003e\n          \u003ctd\u003eMade from high-quality materials that ensure comfort and breathability all night long.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Age Recommendation\"\u003e3-5+ Years\u003c\/td\u003e\n          \u003ctd\u003eDesigned for children aged 3 years and older, promoting creativity from an early age.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003csection class=\"pd-section\"\u003e\n    \u003ch2 style=\"text-align: center; margin-bottom: 3rem;\" class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"pd-faq-list\"\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eAre the markers safe for children?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eYes, the markers included in the Dreameez set are non-toxic and safe for children to use. They are designed specifically for fabric use and wash out easily.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eHow do I wash the pajamas?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eSimply machine wash the pajamas in cold water with similar colors. Avoid using bleach to ensure the fabric and colors maintain their quality.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eCan the designs be reused?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eAbsolutely! Once washed, the pajamas are ready for a new design. Your child can create, wash, and redesign as often as they like.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eWhat if the markers run out quickly?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eThe set includes 12 markers, but if replacements are needed, similar washable fabric markers are widely available in stores and online.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eIs this product suitable for gifting?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eYes, Dreameez makes a perfect gift for birthdays, holidays, or any special occasion where creativity and fun are celebrated.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n","brand":"sup1","offers":[{"title":"3Y \/ Space","offer_id":54012598387029,"sku":"J-1000-406-dreameez-space-3\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"3Y \/ Ice Cream","offer_id":54012598419797,"sku":"J-1000-406-dreameez-icecream-3\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"3Y \/ Construction","offer_id":54012598452565,"sku":"J-1000-406-dreameez-construction-3\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"3Y \/ Mermaid","offer_id":54012598485333,"sku":"J-1000-406-dreameez-mermaid-3\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"3Y \/ Unicorn","offer_id":54012598518101,"sku":"J-1000-406-dreameez-unicorn-3\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"3Y \/ Princess","offer_id":54012598550869,"sku":"J-1000-406-dreameez-princess-3\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"4Y \/ Space","offer_id":54012598583637,"sku":"J-1000-406-dreameez-space-4\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"4Y \/ Ice Cream","offer_id":54012598616405,"sku":"J-1000-406-dreameez-icecream-4\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"4Y \/ Construction","offer_id":54012598649173,"sku":"J-1000-406-dreameez-construction-4\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"4Y \/ Mermaid","offer_id":54012598681941,"sku":"J-1000-406-dreameez-mermaid-4\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"4Y \/ Unicorn","offer_id":54012598714709,"sku":"J-1000-406-dreameez-unicorn-4\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"4Y \/ Princess","offer_id":54012598747477,"sku":"J-1000-406-dreameez-princess-4\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"5Y \/ Space","offer_id":54012598780245,"sku":"J-1000-406-dreameez-space-5\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"5Y \/ Ice Cream","offer_id":54012598813013,"sku":"J-1000-406-dreameez-icecream-5\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"5Y \/ Construction","offer_id":54012598845781,"sku":"J-1000-406-dreameez-construction-5\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"5Y \/ Mermaid","offer_id":54012598878549,"sku":"J-1000-406-dreameez-mermaid-5\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"5Y \/ Unicorn","offer_id":54012598911317,"sku":"J-1000-406-dreameez-unicorn-5\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"5Y \/ Princess","offer_id":54012598944085,"sku":"J-1000-406-dreameez-princess-5\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"6Y \/ Space","offer_id":54012598976853,"sku":"J-1000-406-dreameez-space-6\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"6Y \/ Ice Cream","offer_id":54012599009621,"sku":"J-1000-406-dreameez-icecream-6\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"6Y \/ Construction","offer_id":54012599042389,"sku":"J-1000-406-dreameez-construction-6\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"6Y \/ Mermaid","offer_id":54012599075157,"sku":"J-1000-406-dreameez-mermaid-6\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"6Y \/ Unicorn","offer_id":54012599107925,"sku":"J-1000-406-dreameez-unicorn-6\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"6Y \/ Princess","offer_id":54012599140693,"sku":"J-1000-406-dreameez-princess-6\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"7Y \/ Space","offer_id":54012599173461,"sku":"J-1000-406-dreameez-space-7\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"7Y \/ Ice Cream","offer_id":54012599206229,"sku":"J-1000-406-dreameez-icecream-7\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"7Y \/ Construction","offer_id":54012599238997,"sku":"J-1000-406-dreameez-construction-7\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"7Y \/ Mermaid","offer_id":54012599271765,"sku":"J-1000-406-dreameez-mermaid-7\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"7Y \/ Unicorn","offer_id":54012599304533,"sku":"J-1000-406-dreameez-unicorn-7\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"7Y \/ Princess","offer_id":54012599337301,"sku":"J-1000-406-dreameez-princess-7\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"8Y \/ Space","offer_id":54012599370069,"sku":"J-1000-406-dreameez-space-8\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"8Y \/ Ice Cream","offer_id":54012599402837,"sku":"J-1000-406-dreameez-icecream-8\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"8Y \/ Construction","offer_id":54012599435605,"sku":"J-1000-406-dreameez-construction-8\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"8Y \/ Mermaid","offer_id":54012599468373,"sku":"J-1000-406-dreameez-mermaid-8\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"8Y \/ Unicorn","offer_id":54012599501141,"sku":"J-1000-406-dreameez-unicorn-8\/years","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"8Y \/ Princess","offer_id":54012599533909,"sku":"J-1000-406-dreameez-princess-8\/years","price":30.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1051\/3236\/0021\/files\/Main_201d56fe-6325-445a-bebb-8df16172cc44.png?v=1779831593","url":"https:\/\/sientle.com\/products\/dreameez","provider":"sientle","version":"1.0","type":"link"}