{"title":"Newborn Sleep Sack","description":"\n\u003cstyle\u003e\n:root {\n --teal: #0accd6;\n --teal-light: #e2f9fb;\n --teal-mid: #7de4ea;\n --teal-dark: #079aa2;\n --teal-deep: #056068;\n --ink: #0f1c1e;\n   --ink-soft: #2c4447;\n --muted: #637275;\n --surface: #f5fbfc;\n --surface-2: #e8f7f9;\n --border: #c8eaed;\n --white: #ffffff;\n --font-serif: 'Georgia', 'Times New Roman', serif;\n --font-sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n --r: 10px;\n --r-lg: 16px;\n}\n\n.ab-page {\n font-family: var(--font-sans);\n font-size: 16px;\n   line-height: 1.75;\n color: var(--ink);\n max-width: 880px;\n margin: 0 auto;\n padding-bottom: 56px;\n}\n\n.ab-intro {\n font-size: 17px;\n line-height: 1.85;\n color: var(--ink-soft);\n margin: 0 0 36px;\n padding: 28px 32px 28px 36px;\n background: var(--surface);\n border-left: 4px solid var(--teal);\n   border-radius: 0 var(--r) var(--r) 0;\n}\n\n.ab-page h2 {\n font-family: var(--font-serif);\n font-size: 24px;\n font-weight: normal;\n color: var(--ink);\n margin: 44px 0 16px;\n display: flex;\n align-items: center;\n gap: 10px;\n}\n\n.ab-page h2 .h2-accent {\n   display: inline-block;\n width: 28px;\n height: 3px;\n background: var(--teal);\n border-radius: 2px;\n flex-shrink: 0;\n}\n\n.ab-page p { margin: 0 0 18px; }\n\n.ab-page ul {\n margin: 8px 0 22px;\n padding: 0;\n list-style: none;\n display: grid;\n   gap: 8px;\n}\n\n.ab-page ul li {\n display: flex;\n align-items: flex-start;\n gap: 12px;\n padding: 12px 16px;\n background: var(--surface);\n border: 1px solid var(--border);\n border-radius: var(--r);\n font-size: 15px;\n line-height: 1.6;\n}\n  .ab-page ul li::before {\n content: '';\n display: block;\n flex-shrink: 0;\n width: 8px;\n height: 8px;\n margin-top: 6px;\n border-radius: 50%;\n background: var(--teal);\n}\n\n.ab-stats {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n gap: 12px;\n   margin: 20px 0 32px;\n}\n\n.ab-stat {\n background: var(--teal-light);\n border: 1px solid var(--teal-mid);\n border-radius: var(--r);\n padding: 18px 16px;\n text-align: center;\n}\n\n.ab-stat-num {\n font-family: var(--font-serif);\n font-size: 30px;\n color: var(--teal-dark);\n   line-height: 1;\n margin-bottom: 6px;\n}\n\n.ab-stat-label {\n font-size: 12px;\n color: var(--teal-deep);\n line-height: 1.4;\n font-weight: 600;\n text-transform: uppercase;\n letter-spacing: 0.8px;\n}\n\n.ab-grid {\n display: grid;\n   grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n gap: 14px;\n margin: 20px 0 32px;\n}\n\n.ab-card {\n background: var(--white);\n border: 1px solid var(--border);\n border-radius: var(--r-lg);\n padding: 22px 20px 20px;\n display: flex;\n flex-direction: column;\n transition: border-color 0.2s;\n}\n  .ab-card:hover { border-color: var(--teal); }\n\n.ab-card-tag {\n display: inline-block;\n font-size: 10px;\n letter-spacing: 1.2px;\n text-transform: uppercase;\n color: var(--teal-deep);\n background: var(--teal-light);\n padding: 4px 10px;\n border-radius: 999px;\n margin-bottom: 10px;\n font-weight: 600;\n}\n  .ab-card-title {\n font-family: var(--font-serif);\n font-size: 17px;\n color: var(--ink);\n margin-bottom: 8px;\n line-height: 1.35;\n}\n\n.ab-card-desc {\n font-size: 14px;\n color: var(--muted);\n line-height: 1.6;\n flex: 1;\n margin-bottom: 16px;\n}\n  .ab-card a {\n display: inline-flex;\n align-items: center;\n gap: 5px;\n font-size: 13px;\n font-weight: 600;\n color: var(--teal-dark);\n text-decoration: none;\n}\n\n.ab-card a::after { content: '→'; font-size: 14px; }\n.ab-card a:hover { color: var(--teal-deep); }\n\n.ab-callout {\n   background: var(--teal-light);\n border: 1px solid var(--teal-mid);\n border-radius: var(--r-lg);\n padding: 22px 26px;\n margin: 28px 0;\n display: flex;\n gap: 16px;\n align-items: flex-start;\n}\n\n.ab-callout-icon {\n flex-shrink: 0;\n width: 36px;\n height: 36px;\n border-radius: 50%;\n   background: var(--teal);\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.ab-callout-icon svg {\n width: 18px;\n height: 18px;\n fill: none;\n stroke: #fff;\n stroke-width: 2;\n stroke-linecap: round;\n}\n  .ab-callout-label {\n font-size: 11px;\n font-weight: 700;\n letter-spacing: 1px;\n text-transform: uppercase;\n color: var(--teal-deep);\n margin-bottom: 4px;\n}\n\n.ab-callout-body {\n font-size: 15px;\n color: var(--ink-soft);\n margin: 0;\n line-height: 1.65;\n}\n  .ab-cta {\n background: var(--ink);\n border-radius: var(--r-lg);\n padding: 30px 32px;\n margin: 36px 0;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-wrap: wrap;\n gap: 18px;\n}\n\n.ab-cta-text {\n font-size: 16px;\n   color: #c8d8da;\n margin: 0;\n max-width: 500px;\n line-height: 1.65;\n}\n\n.ab-cta-text strong {\n display: block;\n font-size: 19px;\n color: #fff;\n margin-bottom: 6px;\n font-family: var(--font-serif);\n font-weight: normal;\n}\n  .ab-cta a {\n flex-shrink: 0;\n display: inline-block;\n background: var(--teal);\n color: var(--ink);\n text-decoration: none;\n padding: 13px 26px;\n border-radius: var(--r);\n font-size: 14px;\n font-weight: 700;\n letter-spacing: 0.3px;\n}\n\n.ab-cta a:hover { background: var(--teal-mid); }\n  .ab-occasions {\n display: grid;\n gap: 10px;\n margin: 16px 0 28px;\n}\n\n.ab-occasion {\n display: flex;\n align-items: flex-start;\n gap: 14px;\n padding: 14px 18px;\n background: var(--white);\n border: 1px solid var(--border);\n border-radius: var(--r);\n}\n   margin-bottom: 2px;\n}\n\n.ab-occasion-desc {\n font-size: 14px;\n color: var(--muted);\n line-height: 1.55;\n margin: 0;\n}\n\n.ab-nav {\n display: flex;\n flex-wrap: wrap;\n gap: 8px;\n margin: 10px 0 32px;\n  }\n\n.ab-nav a {\n display: inline-block;\n padding: 8px 16px;\n border: 1.5px solid var(--border);\n border-radius: 999px;\n font-size: 13px;\n color: var(--ink-soft);\n text-decoration: none;\n background: var(--surface);\n transition: all 0.18s;\n}\n\n.ab-nav a:hover {\n   background: var(--teal-light);\n border-color: var(--teal);\n color: var(--teal-deep);\n}\n\n.ab-divider {\n border: none;\n border-top: 1px solid var(--border);\n margin: 40px 0;\n}\n\n.ab-faq details {\n border: 1px solid var(--border);\n border-radius: var(--r);\n margin-bottom: 8px;\n   overflow: hidden;\n}\n\n.ab-faq details[open] { border-color: var(--teal); }\n\n.ab-faq summary {\n cursor: pointer;\n padding: 16px 20px;\n font-size: 15px;\n font-weight: 600;\n color: var(--ink);\n background: var(--surface);\n list-style: none;\n display: flex;\n justify-content: space-between;\n   align-items: center;\n gap: 12px;\n}\n\n.ab-faq summary::-webkit-details-marker { display: none; }\n\n.ab-faq summary::after {\n content: '+';\n flex-shrink: 0;\n width: 22px;\n height: 22px;\n border-radius: 50%;\n background: var(--teal-light);\n color: var(--teal-dark);\n font-size: 16px;\n   font-weight: 400;\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n transition: transform 0.2s;\n}\n\n.ab-faq details[open] summary::after { transform: rotate(45deg); }\n.ab-faq details[open] summary { background: var(--teal-light); color: var(--teal-deep); }\n\n.ab-faq .faq-answer {\n padding: 18px 20px;\n margin: 0;\n font-size: 15px;\n   color: var(--ink-soft);\n line-height: 1.7;\n background: var(--white);\n border-top: 1px solid var(--border);\n}\n\n@media (max-width: 600px) {\n .ab-intro { padding: 20px 18px 20px 22px; font-size: 16px; }\n .ab-page h2 { font-size: 21px; }\n .ab-cta { flex-direction: column; }\n .ab-stats { grid-template-columns: 1fr; }\n .ab-grid { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ab-page\"\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"ab-intro\"\u003e\n    A newborn sleep sack is one of the first safe sleep decisions you will make for your baby — and getting it right matters from night one. Alppi Baby's Premium Bamboo Sleep Sack is designed with newborns in mind, combining ultra-soft bamboo viscose, a breathable 1.0 TOG rating, and AAP Safe-Sleep guidelines so your newest family member sleeps safely, comfortably, and without the risks that come with loose blankets.\n  \u003c\/p\u003e\n\n  \u003c!-- Section 1 --\u003e\n  \u003ch2\u003e\n\u003cspan class=\"h2-accent\"\u003e\u003c\/span\u003e Newborn Sleep Sack Built for the Most Delicate Stage of Sleep\u003c\/h2\u003e\n  \u003cp\u003eThe newborn stage is defined by tiny bodies, sensitive skin, and sleep patterns that keep the whole house on edge. Our newborn sleep sack is engineered to support safe, comfortable sleep from the very first nights home — with a snug fit that feels secure without restricting your baby's natural movement or breathing.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eUltra-soft bamboo viscose gentle enough for brand-new skin\u003c\/li\u003e\n    \u003cli\u003e1.0 TOG lightweight design keeps newborns cozy without overheating\u003c\/li\u003e\n    \u003cli\u003eAAP Safe-Sleep Ready — replaces loose blankets for a safer crib environment\u003c\/li\u003e\n    \u003cli\u003eZipper Guard protects your newborn's chin and face from zip contact\u003c\/li\u003e\n    \u003cli\u003eSize S fits 7–15 lbs \/ 3–7 kg, covering the full newborn stage through 6 months\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"ab-callout\"\u003e\n    \u003cdiv class=\"ab-callout-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ab-callout-label\"\u003eAlso from Alppi Baby\u003c\/div\u003e\n      \u003cp class=\"ab-callout-body\"\u003eStocking up for a newborn? Our \u003ca href=\"https:\/\/alppibaby.com\/products\/wispy-cloud-diaper-monthly-box\"\u003eWispy Cloud Diaper Monthly Box\u003c\/a\u003e delivers clean, skin-safe newborn diapers on a reliable schedule so you are always ready for the next change.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Section 2 --\u003e\n  \u003ch2\u003e\n\u003cspan class=\"h2-accent\"\u003e\u003c\/span\u003e Bamboo Newborn Sleep Sack That Regulates Temperature All Night\u003c\/h2\u003e\n  \u003cp\u003eNewborns cannot regulate their own body temperature the way older babies and toddlers can — which makes the fabric and TOG rating of a sleep sack far more important than most parents realize. Our CloudSoft™ bamboo shell is naturally breathable and temperature-regulating, keeping your newborn at a comfortable, safe sleeping temperature through every season.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eCloudSoft™ bamboo shell naturally regulates temperature through the night\u003c\/li\u003e\n    \u003cli\u003eBreathable fiber reduces the risk of overheating — a key safe sleep concern\u003c\/li\u003e\n    \u003cli\u003eStandard 100 by OEKO-TEX® certified — tested and free from harmful substances\u003c\/li\u003e\n    \u003cli\u003eFree from harsh chemical finishes that irritate brand-new skin\u003c\/li\u003e\n    \u003cli\u003eTrusted by parents of newborns with eczema and reactive skin\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003c!-- Section 3 --\u003e\n  \u003ch2\u003e\n\u003cspan class=\"h2-accent\"\u003e\u003c\/span\u003e Effortless Nighttime Changes With the NightZip™ System\u003c\/h2\u003e\n  \u003cp\u003eNewborn nights mean frequent diaper changes — and every second of fumbling with snaps or full undressing adds up fast. The Alppi Baby NightZip™ two-way zipper was designed specifically for this stage, allowing quiet, effortless diaper changes without fully waking your newborn or disrupting the sleep environment you worked so hard to create.\u003c\/p\u003e\n  \u003cul\u003e\n    \u003cli\u003eTwo-way NightZip™ System for quiet, effortless diaper changes at night\u003c\/li\u003e\n    \u003cli\u003eNo need to fully undress your newborn for a quick change\u003c\/li\u003e\n    \u003cli\u003eSmooth, snag-resistant zipper that operates silently in a dark room\u003c\/li\u003e\n    \u003cli\u003eZipper Guard keeps hardware away from newborn's delicate skin\u003c\/li\u003e\n    \u003cli\u003eStayStrong™ reinforced stitching holds up through nightly use and frequent washing\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"ab-callout\"\u003e\n    \u003cdiv class=\"ab-callout-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ab-callout-label\"\u003eComplete the Routine\u003c\/div\u003e\n      \u003cp class=\"ab-callout-body\"\u003eKeep gentle wipes within arm's reach for every nighttime change. Our \u003ca href=\"https:\/\/alppibaby.com\/products\/wispy-duo-wipes\"\u003eWispy Duo Wipes\u003c\/a\u003e are ultra-soft, skin-safe, and designed for the most delicate newborn skin.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Section 4 --\u003e\n  \u003ch2\u003e\n\u003cspan class=\"h2-accent\"\u003e\u003c\/span\u003e A Newborn Sleep Sack That Grows With Your Baby\u003c\/h2\u003e\n  \u003cp\u003eThe newborn stage moves fast — but the Alppi Baby sleep sack is sized to stay relevant well beyond those first weeks. Size S carries your baby from 7 to 15 pounds through the first six months, and two additional sizes mean you are not shopping for a replacement the moment your baby hits their next growth milestone.\u003c\/p\u003e\n\n  \u003cdiv class=\"ab-stats\"\u003e\n    \u003cdiv class=\"ab-stat\"\u003e\n      \u003cdiv class=\"ab-stat-num\"\u003eS\u003c\/div\u003e\n      \u003cdiv class=\"ab-stat-label\"\u003e7–15 lbs \/ 0–6 Months\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ab-stat\"\u003e\n      \u003cdiv class=\"ab-stat-num\"\u003eM\u003c\/div\u003e\n      \u003cdiv class=\"ab-stat-label\"\u003e16–26 lbs \/ 6–18 Months\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ab-stat\"\u003e\n      \u003cdiv class=\"ab-stat-num\"\u003eL\u003c\/div\u003e\n      \u003cdiv class=\"ab-stat-label\"\u003e27–37 lbs \/ 18–36 Months\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cul\u003e\n    \u003cli\u003eSize S fits 7–15 lbs \/ 3–7 kg, ideal for 0–6 months\u003c\/li\u003e\n    \u003cli\u003eSize M fits 16–26 lbs \/ 7–12 kg, ideal for 6–18 months\u003c\/li\u003e\n    \u003cli\u003eSize L fits 27–37 lbs \/ 12–17 kg, ideal for 18–36 months\u003c\/li\u003e\n    \u003cli\u003eConsistent bamboo quality and NightZip™ design across every size\u003c\/li\u003e\n    \u003cli\u003eRefer to the Alppi Baby Sizing Guide to find the right fit at every stage\u003c\/li\u003e\n  \u003c\/ul\u003e\n\n  \u003cdiv class=\"ab-callout\"\u003e\n    \u003cdiv class=\"ab-callout-icon\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"ab-callout-label\"\u003eAs Your Baby Grows\u003c\/div\u003e\n      \u003cp class=\"ab-callout-body\"\u003eAs your baby grows out of the newborn stage, our \u003ca href=\"https:\/\/alppibaby.com\/products\/alppi-wispy-cloud-pants-monthly-box\"\u003eAlppi Training Pants Monthly Box\u003c\/a\u003e is ready for the next milestone — the same clean, gentle standards across every stage.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"ab-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2\u003e\n\u003cspan class=\"h2-accent\"\u003e\u003c\/span\u003e Frequently Asked Questions: Newborn Sleep Sack\u003c\/h2\u003e\n\n  \u003cdiv class=\"ab-faq\"\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eShould newborns have a sleep sack?\u003c\/summary\u003e\n      \u003cp class=\"faq-answer\"\u003eYes — a sleep sack is one of the most practical and safety-conscious choices you can make for a newborn's sleep environment. The American Academy of Pediatrics recommends keeping a baby's sleep space free of loose blankets, pillows, and soft bedding, making a fitted wearable blanket like the Alppi Baby newborn sleep sack the ideal way to keep your baby warm without introducing hazards. Beyond safety, the consistent routine of being placed in the same sleep sack each night can also become a familiar cue that helps newborns settle more easily.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre sleep sacks safe for newborns?\u003c\/summary\u003e\n      \u003cp class=\"faq-answer\"\u003eSleep sacks are considered one of the safest sleep options available for newborns when used correctly and sized appropriately. The Alppi Baby newborn sleep sack is designed with AAP Safe-Sleep guidelines in mind — replacing loose blankets with a secure, fitted wearable that keeps babies warm without creating suffocation or entanglement risks. Always ensure the neck opening is snug enough that your newborn cannot slip inside the sack, and choose the correct size based on your baby's weight rather than age.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs a sleep sack safer than a swaddle?\u003c\/summary\u003e\n      \u003cp class=\"faq-answer\"\u003eBoth swaddles and sleep sacks can be safe when used correctly, but they serve different stages. Swaddles are appropriate for newborns before they show any signs of rolling, as the snug wrap helps soothe the startle reflex common in early weeks. Once a baby begins showing signs of rolling — which can happen as early as 2 months — swaddling becomes a safety risk because a swaddled baby who rolls onto their stomach cannot use their arms to reposition. At that point, transitioning to a sleep sack like the Alppi Baby newborn sleep sack is the safer and AAP-recommended choice.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the 5 3 3 rule for babies?\u003c\/summary\u003e\n      \u003cp class=\"faq-answer\"\u003eThe 5 3 3 rule is a popular baby sleep scheduling approach sometimes used by parents to establish more predictable nighttime routines, typically referring to a pattern of sleep and wake windows. It is not an official AAP guideline, and its application varies depending on the source and the baby's age and temperament. What pediatric sleep guidance does consistently emphasize is creating a safe, consistent sleep environment — which includes a firm, flat sleep surface, no loose bedding, and a well-fitted sleep sack like the Alppi Baby newborn sleep sack as part of every bedtime routine.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"baby-sleep-sack","title":"Premium Bamboo Sleep Sack-1.0 TOG","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003eDesigned for deeper sleep and gentler nights, the Alppi Sleep Sack combines premium comfort with thoughtful functionality for both parents and little ones.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eMade with ultra-soft bamboo viscose, it feels cool, breathable, and soothing against delicate skin while helping regulate temperature through every season. The lightweight 1.0 TOG design keeps babies comfortably cozy without overheating.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eFeaturing a smooth Two-way \u003cmeta charset=\"utf-8\"\u003eNightZip™ System for effortless diaper changes and reinforced stitching for everyday durability, every detail was created to make bedtime simpler, safer, and more comfortable.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eBecause better sleep starts with better essentials.\u003c\/span\u003e\u003c\/p\u003e","brand":"Alppi Baby","offers":[{"title":"Green \/ S ( 7-15 lbs \/ 3-7 kg) 0-6M","offer_id":51555733340450,"sku":"A_SLEEPSACK_GREEN_S","price":54.9,"currency_code":"USD","in_stock":true},{"title":"Green \/ M ( 16-26 lbs \/ 7-12 kg) 6-18M","offer_id":51555733373218,"sku":"A_SLEEPSACK_GREEN_M","price":54.9,"currency_code":"USD","in_stock":true},{"title":"Green \/ L ( 27-37 lbs \/ 12-17 kg) 18-36M","offer_id":51555733405986,"sku":"A_SLEEPSACK_GREEN_L","price":54.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0841\/6251\/1138\/files\/1_6b013e86-bfb3-4b96-9b16-18f9c263ecc7.webp?v=1780918684"}],"url":"https:\/\/alppibaby.com\/collections\/newborn-sleep-sack.oembed","provider":"Alppi Baby","version":"1.0","type":"link"}