{"product_id":"cozy-starfish-baby-cocoon","title":"Cozy Starfish Baby Cocoon","description":"\u003cstyle\u003e\n  .starfish-page {\n    --pink: #e99aa5;\n    --soft-pink: #fff3f4;\n    --sage: #a7ad78;\n    --lavender: #a789c5;\n    --brown: #44352f;\n    --cream: #fffaf5;\n    --border: #eedfd8;\n    max-width: 1100px;\n    margin: 0 auto;\n    color: var(--brown);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .starfish-page * {\n    box-sizing: border-box;\n  }\n\n  .starfish-page h2,\n  .starfish-page h3,\n  .starfish-page p {\n    margin-top: 0;\n  }\n\n  .starfish-hero {\n    padding: 50px 28px;\n    text-align: center;\n    background: linear-gradient(135deg, #fff8f5 0%, #fff0f2 100%);\n    border-radius: 24px;\n  }\n\n  .starfish-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    padding: 7px 16px;\n    border-radius: 50px;\n    background: #ffffff;\n    color: #bf6675;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .starfish-hero h2 {\n    margin-bottom: 18px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(34px, 6vw, 58px);\n    line-height: 1.08;\n    color: var(--brown);\n  }\n\n  .starfish-hero p {\n    max-width: 700px;\n    margin: 0 auto 24px;\n    font-size: 18px;\n    color: #6b5850;\n  }\n\n  .starfish-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .starfish-badge {\n    padding: 10px 16px;\n    border: 1px solid #f1dadd;\n    border-radius: 50px;\n    background: rgba(255,255,255,.85);\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  .starfish-section {\n    padding: 55px 20px;\n  }\n\n  .starfish-section-title {\n    margin-bottom: 10px;\n    text-align: center;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 40px);\n    line-height: 1.2;\n  }\n\n  .starfish-section-intro {\n    max-width: 680px;\n    margin: 0 auto 32px;\n    text-align: center;\n    color: #75635b;\n  }\n\n  .starfish-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .starfish-card {\n    padding: 26px 22px;\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    background: #ffffff;\n    box-shadow: 0 8px 26px rgba(91, 62, 50, .06);\n  }\n\n  .starfish-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 48px;\n    height: 48px;\n    margin-bottom: 16px;\n    border-radius: 50%;\n    background: var(--soft-pink);\n    font-size: 23px;\n  }\n\n  .starfish-card h3 {\n    margin-bottom: 8px;\n    font-size: 18px;\n  }\n\n  .starfish-card p {\n    margin-bottom: 0;\n    color: #76645c;\n    font-size: 15px;\n  }\n\n  .starfish-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 34px;\n    align-items: center;\n    padding: 38px;\n    border-radius: 24px;\n    background: var(--cream);\n  }\n\n  .starfish-feature h2 {\n    margin-bottom: 16px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 42px);\n    line-height: 1.2;\n  }\n\n  .starfish-checklist {\n    list-style: none;\n    margin: 22px 0 0;\n    padding: 0;\n  }\n\n  .starfish-checklist li {\n    position: relative;\n    margin-bottom: 13px;\n    padding-left: 32px;\n    color: #5f5049;\n  }\n\n  .starfish-checklist li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    border-radius: 50%;\n    background: #f8dfe2;\n    color: #b85f6d;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .starfish-color-panel {\n    padding: 30px;\n    border: 1px solid #eaded6;\n    border-radius: 20px;\n    background: #ffffff;\n  }\n\n  .starfish-shape {\n    position: relative;\n    width: 210px;\n    height: 210px;\n    margin: 0 auto 20px;\n  }\n\n  .starfish-shape span {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    width: 92px;\n    height: 175px;\n    border-radius: 50% 50% 35% 35%;\n    background: #efa4ad;\n    transform-origin: center top;\n  }\n\n  .starfish-shape span:nth-child(1) {\n    transform: translate(-50%, -50%) rotate(0deg);\n  }\n\n  .starfish-shape span:nth-child(2) {\n    transform: translate(-50%, -50%) rotate(72deg);\n  }\n\n  .starfish-shape span:nth-child(3) {\n    transform: translate(-50%, -50%) rotate(144deg);\n    background: var(--sage);\n  }\n\n  .starfish-shape span:nth-child(4) {\n    transform: translate(-50%, -50%) rotate(216deg);\n    background: var(--sage);\n  }\n\n  .starfish-shape span:nth-child(5) {\n    transform: translate(-50%, -50%) rotate(288deg);\n  }\n\n  .starfish-color-note {\n    text-align: center;\n    color: #75635b;\n    font-size: 14px;\n  }\n\n  .starfish-details {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  .starfish-detail-box {\n    padding: 28px;\n    border-radius: 18px;\n    background: #fff5f5;\n  }\n\n  .starfish-detail-box:nth-child(2) {\n    background: #f5f6ed;\n  }\n\n  .starfish-detail-box h3 {\n    margin-bottom: 14px;\n    font-size: 21px;\n  }\n\n  .starfish-detail-box ul {\n    margin: 0;\n    padding-left: 20px;\n    color: #65554e;\n  }\n\n  .starfish-detail-box li {\n    margin-bottom: 8px;\n  }\n\n  .starfish-occasion {\n    padding: 45px 28px;\n    text-align: center;\n    border-radius: 24px;\n    background: linear-gradient(135deg, #aab081, #959e67);\n    color: #ffffff;\n  }\n\n  .starfish-occasion h2 {\n    margin-bottom: 12px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 42px);\n  }\n\n  .starfish-occasion p {\n    max-width: 720px;\n    margin: 0 auto 24px;\n  }\n\n  .starfish-occasion-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .starfish-occasion-list span {\n    padding: 9px 15px;\n    border: 1px solid rgba(255,255,255,.4);\n    border-radius: 50px;\n    background: rgba(255,255,255,.13);\n    font-size: 14px;\n  }\n\n  .starfish-accordion {\n    max-width: 820px;\n    margin: 0 auto;\n  }\n\n  .starfish-accordion details {\n    margin-bottom: 12px;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .starfish-accordion summary {\n    padding: 18px 20px;\n    cursor: pointer;\n    font-weight: 700;\n  }\n\n  .starfish-accordion details p {\n    padding: 0 20px 18px;\n    margin: 0;\n    color: #6c5b54;\n  }\n\n  .starfish-safety {\n    margin: 10px 20px 50px;\n    padding: 24px;\n    border: 1px solid #efc9ce;\n    border-radius: 16px;\n    background: #fff4f5;\n    color: #614d4d;\n  }\n\n  .starfish-safety strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #9e4f5a;\n  }\n\n  @media (max-width: 768px) {\n    .starfish-hero {\n      padding: 38px 20px;\n    }\n\n    .starfish-grid,\n    .starfish-feature,\n    .starfish-details {\n      grid-template-columns: 1fr;\n    }\n\n    .starfish-feature {\n      padding: 28px 20px;\n    }\n\n    .starfish-section {\n      padding: 42px 14px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"starfish-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"starfish-hero\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/20260728174223_5913_3.png?v=1785231922\" alt=\"\"\u003e\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"starfish-section\"\u003e\n\u003ch2 class=\"starfish-section-title\"\u003eWhy Parents Love It\u003c\/h2\u003e\n\u003cp class=\"starfish-section-intro\"\u003eA cozy statement piece that transforms an ordinary moment into an unforgettable photo opportunity.\u003c\/p\u003e\n\u003cdiv class=\"starfish-grid\"\u003e\n\u003cdiv class=\"starfish-card\"\u003e\n\u003cdiv class=\"starfish-icon\"\u003e🧶\u003c\/div\u003e\n\u003ch3\u003eSoft Crochet Feel\u003c\/h3\u003e\n\u003cp\u003eThe richly textured crochet-style construction creates a warm, charming and beautifully handmade look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"starfish-card\"\u003e\n\u003cdiv class=\"starfish-icon\"\u003e⭐\u003c\/div\u003e\n\u003ch3\u003eWhimsical Starfish Shape\u003c\/h3\u003e\n\u003cp\u003eThe wide star-inspired silhouette gives your baby an instantly adorable and eye-catching look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"starfish-card\"\u003e\n\u003cdiv class=\"starfish-icon\"\u003e📷\u003c\/div\u003e\n\u003ch3\u003ePerfect for Photos\u003c\/h3\u003e\n\u003cp\u003eA memorable outfit for milestone pictures, family photos, baby announcements and keepsake albums.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"starfish-card\"\u003e\n\u003cdiv class=\"starfish-icon\"\u003e🔘\u003c\/div\u003e\n\u003ch3\u003eConvenient Side Opening\u003c\/h3\u003e\n\u003cp\u003eTwo oversized decorative buttons add character while helping make dressing and undressing more convenient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"starfish-card\"\u003e\n\u003cdiv class=\"starfish-icon\"\u003e☁️\u003c\/div\u003e\n\u003ch3\u003eRoomy Cocoon Design\u003c\/h3\u003e\n\u003cp\u003eThe relaxed shape provides room around the body while creating its signature starfish-inspired appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"starfish-card\"\u003e\n\u003cdiv class=\"starfish-icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eA Heartwarming Gift\u003c\/h3\u003e\n\u003cp\u003eA sweet and memorable present for baby showers, new arrivals and first-photo celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESIGN FEATURE --\u003e\n\u003csection class=\"starfish-section\"\u003e\n\u003cdiv class=\"starfish-feature\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"starfish-label\"\u003ePlayful Design\u003c\/span\u003e\n\u003ch2\u003eMade to Steal the Spotlight\u003c\/h2\u003e\n\u003cp\u003eSoft pink, gentle sage green and playful lavender spots come together in a cheerful design that looks beautiful in photos.\u003c\/p\u003e\n\u003cul class=\"starfish-checklist\"\u003e\n\u003cli\u003eSoft pink hooded upper section\u003c\/li\u003e\n\u003cli\u003eSage-green lower section with lavender spots\u003c\/li\u003e\n\u003cli\u003eTwo oversized pink button details\u003c\/li\u003e\n\u003cli\u003eDistinctive starfish-inspired silhouette\u003c\/li\u003e\n\u003cli\u003eVisible circular crochet stitching\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT DETAILS --\u003e\n\u003csection class=\"starfish-section\"\u003e\n\u003ch2 class=\"starfish-section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp class=\"starfish-section-intro\"\u003eEverything you need to know about this adorable baby photo cocoon.\u003c\/p\u003e\n\u003cdiv class=\"starfish-details\"\u003e\n\u003cdiv class=\"starfish-detail-box\"\u003e\n\u003ch3\u003eDesign Features\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHooded crochet-style baby cocoon\u003c\/li\u003e\n\u003cli\u003eStarfish-inspired shape\u003c\/li\u003e\n\u003cli\u003eDecorative side button closure\u003c\/li\u003e\n\u003cli\u003ePink, sage-green and lavender color combination\u003c\/li\u003e\n\u003cli\u003eDesigned for supervised photos and lounging\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"starfish-detail-box\"\u003e\n\u003ch3\u003eIdeal For\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMilestone photography\u003c\/li\u003e\n\u003cli\u003eBaby announcement photos\u003c\/li\u003e\n\u003cli\u003eBaby shower gifting\u003c\/li\u003e\n\u003cli\u003eNew-parent keepsakes\u003c\/li\u003e\n\u003cli\u003eSupervised cuddle time\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OCCASIONS --\u003e\n\u003csection class=\"starfish-section\"\u003e\n\u003cdiv class=\"starfish-occasion\"\u003e\n\u003ch2\u003eTurn Little Moments Into Treasured Memories\u003c\/h2\u003e\n\u003cp\u003eFrom the first family photos to an unforgettable baby shower gift, this playful cocoon adds warmth and personality to every special moment.\u003c\/p\u003e\n\u003cdiv class=\"starfish-occasion-list\"\u003e\n\u003cspan\u003eBaby Showers\u003c\/span\u003e \u003cspan\u003eNewborn Photos\u003c\/span\u003e \u003cspan\u003eMilestone Pictures\u003c\/span\u003e \u003cspan\u003eFamily Keepsakes\u003c\/span\u003e \u003cspan\u003eNew Arrival Gifts\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CARE \u0026 FAQ --\u003e\n\u003csection class=\"starfish-section\"\u003e\n\u003ch2 class=\"starfish-section-title\"\u003eCare \u0026amp; Frequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"starfish-accordion\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eHow should I care for the cocoon?\u003c\/summary\u003e\n\u003cp\u003eHand wash gently in cold water with mild detergent. Reshape while damp and lay flat to dry. Do not bleach, tumble dry or iron.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat occasions is it suitable for?\u003c\/summary\u003e\n\u003cp\u003eIt is ideal for supervised baby photos, milestone pictures, baby announcements, gifting and relaxed cuddle moments.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eIs this intended for overnight sleep?\u003c\/summary\u003e\n\u003cp\u003eNo. This decorative cocoon is intended for supervised use only and should not be used as sleepwear or placed in a crib for unattended sleep.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWill the color look exactly the same in person?\u003c\/summary\u003e\n\u003cp\u003eSlight color variations may occur due to lighting, photography and different screen settings.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SAFETY --\u003e\n\u003cdiv class=\"starfish-safety\"\u003e\n\u003cstrong\u003eImportant Safety Notice\u003c\/strong\u003e For supervised use only. This product is a decorative baby cocoon and photo prop, not a sleep sack or safety device. Never leave a baby unattended. Keep the baby's face and airways completely uncovered, and discontinue use if the product becomes damaged or loose.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Sewnara.com","offers":[{"title":"Pink","offer_id":49120164774123,"sku":"TZ-537-PK","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":49120164806891,"sku":"TZ-537-PL","price":38.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":49120164839659,"sku":"TZ-537-BL","price":38.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":49120164872427,"sku":"TZ-537-WT","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/20260728174927_5915_3.png?v=1785232211","url":"https:\/\/sewnara.com\/products\/cozy-starfish-baby-cocoon","provider":"Sewnara.com","version":"1.0","type":"link"}