{"product_id":"headbackpack","title":"Baby Head Protection Backpack","description":"\u003csection class=\"turtle-lander\"\u003e\n  \u003cstyle\u003e\n    .turtle-lander {\n      --turtle-green: #537f36;\n      --turtle-deep: #253323;\n      --turtle-cream: #fff8ed;\n      --turtle-sage: #eaf3e3;\n      --turtle-gold: #f5b94b;\n      --turtle-line: rgba(37, 51, 35, 0.12);\n      --turtle-shadow: 0 22px 60px rgba(37, 51, 35, 0.14);\n      color: var(--turtle-deep);\n      background: #fffdf8;\n      font-family: inherit;\n      overflow: hidden;\n    }\n\n    .turtle-lander * {\n      box-sizing: border-box;\n    }\n\n    .turtle-lander img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    .turtle-top-gif {\n      width: 100%;\n      background: #fffdf8;\n      padding: 0;\n    }\n\n    .turtle-top-gif img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    .turtle-wrap {\n      width: min(1180px, calc(100% - 32px));\n      margin: 0 auto;\n    }\n\n    .turtle-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      margin: 0 0 14px;\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: var(--turtle-green);\n    }\n\n    .turtle-eyebrow::before {\n      content: \"\";\n      width: 9px;\n      height: 9px;\n      border-radius: 50%;\n      background: var(--turtle-gold);\n      box-shadow: 0 0 0 5px rgba(245, 185, 75, 0.2);\n    }\n\n    .turtle-lander h1,\n    .turtle-lander h2,\n    .turtle-lander h3,\n    .turtle-lander p {\n      margin-top: 0;\n    }\n\n    .turtle-hero {\n      min-height: 760px;\n      display: grid;\n      align-items: stretch;\n      background:\n        linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 34%, rgba(255, 253, 248, 0.2) 62%, rgba(255, 253, 248, 0) 100%),\n        url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-01-hero.png?v=1783418805\") center right \/ cover no-repeat;\n    }\n\n    .turtle-hero__inner {\n      width: min(1180px, calc(100% - 32px));\n      margin: 0 auto;\n      display: grid;\n      align-items: center;\n      padding: 76px 0;\n    }\n\n    .turtle-hero__copy {\n      max-width: 520px;\n    }\n\n    .turtle-hero h1 {\n      font-size: clamp(42px, 7vw, 82px);\n      line-height: 0.96;\n      letter-spacing: 0;\n      margin-bottom: 20px;\n      color: var(--turtle-deep);\n    }\n\n    .turtle-hero__lead {\n      font-size: clamp(18px, 2vw, 22px);\n      line-height: 1.45;\n      max-width: 460px;\n      margin-bottom: 26px;\n      color: rgba(37, 51, 35, 0.82);\n    }\n\n    .turtle-hero__actions {\n      display: flex;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 14px;\n      margin-bottom: 28px;\n    }\n\n    .turtle-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 54px;\n      padding: 0 24px;\n      border-radius: 8px;\n      border: 1px solid transparent;\n      background: var(--turtle-green);\n      color: #fff;\n      font-size: 15px;\n      font-weight: 850;\n      text-decoration: none;\n      transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;\n      box-shadow: 0 14px 28px rgba(83, 127, 54, 0.28);\n      cursor: pointer;\n    }\n\n    .turtle-btn:hover {\n      transform: translateY(-2px);\n      background: #456d2c;\n      color: #fff;\n      box-shadow: 0 18px 34px rgba(83, 127, 54, 0.34);\n    }\n\n    .turtle-note {\n      font-size: 14px;\n      font-weight: 750;\n      color: rgba(37, 51, 35, 0.72);\n    }\n\n    .turtle-proof {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n\n    .turtle-proof li {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 10px 12px;\n      border: 1px solid var(--turtle-line);\n      border-radius: 8px;\n      background: rgba(255, 255, 255, 0.72);\n      font-size: 14px;\n      font-weight: 760;\n      backdrop-filter: blur(12px);\n    }\n\n    .turtle-proof li::before {\n      content: \"\";\n      width: 8px;\n      height: 8px;\n      border-radius: 50%;\n      background: var(--turtle-gold);\n    }\n\n    .turtle-section {\n      padding: 86px 0;\n    }\n\n    .turtle-split {\n      display: grid;\n      grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);\n      gap: clamp(28px, 5vw, 64px);\n      align-items: center;\n    }\n\n    .turtle-split--reverse {\n      grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);\n    }\n\n    .turtle-media {\n      border-radius: 18px;\n      overflow: hidden;\n      box-shadow: var(--turtle-shadow);\n      background: var(--turtle-sage);\n    }\n\n    .turtle-media img {\n      aspect-ratio: 1 \/ 1;\n      object-fit: cover;\n    }\n\n    .turtle-copy h2 {\n      max-width: 560px;\n      font-size: clamp(32px, 4.8vw, 58px);\n      line-height: 1.02;\n      letter-spacing: 0;\n      margin-bottom: 18px;\n    }\n\n    .turtle-copy p {\n      max-width: 540px;\n      font-size: 18px;\n      line-height: 1.65;\n      color: rgba(37, 51, 35, 0.78);\n      margin-bottom: 24px;\n    }\n\n    .turtle-bullets {\n      display: grid;\n      gap: 12px;\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n\n    .turtle-bullets li {\n      display: grid;\n      grid-template-columns: 28px 1fr;\n      gap: 12px;\n      align-items: start;\n      font-size: 16px;\n      line-height: 1.45;\n      font-weight: 760;\n    }\n\n    .turtle-bullets li::before {\n      content: \"✓\";\n      display: grid;\n      place-items: center;\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      background: var(--turtle-sage);\n      color: var(--turtle-green);\n      font-weight: 900;\n    }\n\n    .turtle-feature-band {\n      background: linear-gradient(180deg, #f2f7ed 0%, #fffdf8 100%);\n      border-top: 1px solid var(--turtle-line);\n      border-bottom: 1px solid var(--turtle-line);\n    }\n\n    .turtle-feature-head {\n      max-width: 740px;\n      margin: 0 auto 38px;\n      text-align: center;\n    }\n\n    .turtle-feature-head h2 {\n      font-size: clamp(34px, 5vw, 62px);\n      line-height: 1;\n      margin-bottom: 16px;\n    }\n\n    .turtle-feature-head p {\n      font-size: 18px;\n      line-height: 1.6;\n      color: rgba(37, 51, 35, 0.75);\n      margin-bottom: 0;\n    }\n\n    .turtle-feature-grid {\n      display: grid;\n      grid-template-columns: 1fr minmax(300px, 460px) 1fr;\n      gap: 24px;\n      align-items: center;\n    }\n\n    .turtle-feature-list {\n      display: grid;\n      gap: 16px;\n    }\n\n    .turtle-feature {\n      padding: 18px;\n      border: 1px solid var(--turtle-line);\n      border-radius: 8px;\n      background: rgba(255, 255, 255, 0.72);\n    }\n\n    .turtle-feature strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 17px;\n    }\n\n    .turtle-feature span {\n      display: block;\n      font-size: 14px;\n      line-height: 1.45;\n      color: rgba(37, 51, 35, 0.68);\n    }\n\n    .turtle-offer {\n      background: var(--turtle-deep);\n      color: #fff;\n      padding: 86px 0;\n    }\n\n    .turtle-offer .turtle-eyebrow,\n    .turtle-offer .turtle-copy p {\n      color: rgba(255, 255, 255, 0.78);\n    }\n\n    .turtle-offer h2 {\n      color: #fff;\n    }\n\n    .turtle-offer__box {\n      display: grid;\n      gap: 12px;\n      margin-top: 22px;\n      max-width: 520px;\n    }\n\n    .turtle-pack {\n      display: grid;\n      grid-template-columns: 1fr auto;\n      gap: 16px;\n      align-items: center;\n      padding: 16px 18px;\n      border: 1px solid rgba(255, 255, 255, 0.18);\n      border-radius: 8px;\n      background: rgba(255, 255, 255, 0.08);\n    }\n\n    .turtle-pack strong {\n      display: block;\n      margin-bottom: 4px;\n      font-size: 17px;\n      color: #fff;\n    }\n\n    .turtle-pack span {\n      display: block;\n      font-size: 13px;\n      color: rgba(255, 255, 255, 0.7);\n    }\n\n    .turtle-pack b {\n      color: var(--turtle-gold);\n      font-size: 16px;\n      white-space: nowrap;\n    }\n\n    .turtle-offer .turtle-btn {\n      margin-top: 18px;\n      background: var(--turtle-gold);\n      color: var(--turtle-deep);\n      box-shadow: 0 14px 28px rgba(245, 185, 75, 0.22);\n    }\n\n    .turtle-offer .turtle-btn:hover {\n      background: #ffd073;\n      color: var(--turtle-deep);\n    }\n\n    @media (max-width: 900px) {\n      .turtle-hero {\n        min-height: 690px;\n        background:\n          linear-gradient(180deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.84) 44%, rgba(255, 253, 248, 0.08) 100%),\n          url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-01-hero.png?v=1783418805\") center bottom \/ cover no-repeat;\n      }\n\n      .turtle-hero__inner {\n        align-items: start;\n        padding: 38px 0;\n      }\n\n      .turtle-hero__copy {\n        max-width: 430px;\n      }\n\n      .turtle-split,\n      .turtle-split--reverse,\n      .turtle-feature-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .turtle-split--reverse .turtle-media {\n        order: -1;\n      }\n\n      .turtle-section,\n      .turtle-offer {\n        padding: 58px 0;\n      }\n    }\n\n    @media (max-width: 560px) {\n      .turtle-wrap,\n      .turtle-hero__inner {\n        width: min(100% - 24px, 1180px);\n      }\n\n      .turtle-hero {\n        min-height: 640px;\n      }\n\n      .turtle-btn {\n        width: 100%;\n      }\n\n      .turtle-proof li {\n        width: 100%;\n      }\n\n      .turtle-copy p,\n      .turtle-feature-head p {\n        font-size: 16px;\n      }\n\n      .turtle-pack {\n        grid-template-columns: 1fr;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"turtle-top-gif\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/7_2_7.gif?v=1783419311\" alt=\"Baby wearing turtle head protection pillow demonstration\"\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"turtle-hero\"\u003e\n    \u003cdiv class=\"turtle-hero__inner\"\u003e\n      \u003cdiv class=\"turtle-hero__copy\"\u003e\n        \u003cp class=\"turtle-eyebrow\"\u003eTurtle Baby Head Protector\u003c\/p\u003e\n        \u003ch1\u003eProtect Every Little Step\u003c\/h1\u003e\n        \u003cp class=\"turtle-hero__lead\"\u003eA soft turtle cushion made for crawling, standing, and those wobbly first walks around the home.\u003c\/p\u003e\n\n        \u003cdiv class=\"turtle-hero__actions\"\u003e\n          \u003ca class=\"turtle-btn\" href=\"#turtle-offer\"\u003eShop Now\u003c\/a\u003e\n          \u003cspan class=\"turtle-note\"\u003eCute, lightweight, and parent-approved\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cul class=\"turtle-proof\"\u003e\n          \u003cli\u003eSoft head cushion\u003c\/li\u003e\n          \u003cli\u003eBreathable mesh\u003c\/li\u003e\n          \u003cli\u003eComfy backpack fit\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"turtle-section\"\u003e\n    \u003cdiv class=\"turtle-wrap turtle-split\"\u003e\n      \u003cdiv class=\"turtle-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-02-protection.png?v=1783418813\" alt=\"Toddler wearing a turtle head protection pillow on a soft play mat\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"turtle-copy\"\u003e\n        \u003cp class=\"turtle-eyebrow\"\u003eBuilt For Wobbly Moments\u003c\/p\u003e\n        \u003ch2\u003eBecause first steps come with little tumbles.\u003c\/h2\u003e\n        \u003cp\u003eWhen babies start crawling, pulling up, and walking, they move fast before they know how to balance. This soft back cushion adds a gentle layer of comfort during everyday exploring.\u003c\/p\u003e\n\n        \u003cul class=\"turtle-bullets\"\u003e\n          \u003cli\u003eCushioned ring helps soften bumps around the back of the head.\u003c\/li\u003e\n          \u003cli\u003eLightweight design keeps movement natural and comfortable.\u003c\/li\u003e\n          \u003cli\u003eAdorable turtle shape makes babies more willing to wear it.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"turtle-section turtle-feature-band\"\u003e\n    \u003cdiv class=\"turtle-wrap\"\u003e\n      \u003cdiv class=\"turtle-feature-head\"\u003e\n        \u003cp class=\"turtle-eyebrow\"\u003eComfort Details\u003c\/p\u003e\n        \u003ch2\u003eSoft where it matters. Airy where babies need it.\u003c\/h2\u003e\n        \u003cp\u003eThe product image explains the main buying reasons at a glance: breathable cushion, plush shell, light feel, and adjustable straps.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"turtle-feature-grid\"\u003e\n        \u003cdiv class=\"turtle-feature-list\"\u003e\n          \u003cdiv class=\"turtle-feature\"\u003e\n            \u003cstrong\u003eBreathable Mesh Cushion\u003c\/strong\u003e\n            \u003cspan\u003eDesigned to feel airy around the head and neck during daily play.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"turtle-feature\"\u003e\n            \u003cstrong\u003eSoft Plush Shell\u003c\/strong\u003e\n            \u003cspan\u003eA padded turtle shell gives the product its cozy, friendly feel.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"turtle-media\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-03-features.png?v=1783418817\" alt=\"Feature callouts for turtle baby head protection pillow\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"turtle-feature-list\"\u003e\n          \u003cdiv class=\"turtle-feature\"\u003e\n            \u003cstrong\u003eLightweight \u0026amp; Comfy\u003c\/strong\u003e\n            \u003cspan\u003eMade for crawling, standing, and practicing steps without bulky weight.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"turtle-feature\"\u003e\n            \u003cstrong\u003eAdjustable Shoulder Straps\u003c\/strong\u003e\n            \u003cspan\u003eBackpack-style wear helps keep the cushion in place as babies move.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"turtle-section\"\u003e\n    \u003cdiv class=\"turtle-wrap turtle-split turtle-split--reverse\"\u003e\n      \u003cdiv class=\"turtle-copy\"\u003e\n        \u003cp class=\"turtle-eyebrow\"\u003eMore Confidence At Home\u003c\/p\u003e\n        \u003ch2\u003eLet them explore while you stay close.\u003c\/h2\u003e\n        \u003cp\u003eIt is made for the season when babies want independence, but parents still want a little extra peace of mind around the living room, nursery, and play mat.\u003c\/p\u003e\n\n        \u003cul class=\"turtle-bullets\"\u003e\n          \u003cli\u003eGreat for the crawling-to-walking stage.\u003c\/li\u003e\n          \u003cli\u003eWorks during supervised play around the home.\u003c\/li\u003e\n          \u003cli\u003eTurns safety support into something cute and photo-ready.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"turtle-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-04-confidence.png?v=1783418817\" alt=\"Parent encouraging toddler wearing turtle head protection pillow\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv id=\"turtle-offer\" class=\"turtle-offer\"\u003e\n    \u003cdiv class=\"turtle-wrap turtle-split\"\u003e\n      \u003cdiv class=\"turtle-media\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-05-gift.png?v=1783418820\" alt=\"Turtle baby head protection pillow presented as a baby gift\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"turtle-copy\"\u003e\n        \u003cp class=\"turtle-eyebrow\"\u003eGift-Ready Baby Essential\u003c\/p\u003e\n        \u003ch2\u003eA cute gift parents actually use.\u003c\/h2\u003e\n        \u003cp\u003ePerfect for baby showers, first birthdays, and parents entering the crawling and first-steps stage.\u003c\/p\u003e\n\n        \u003cdiv class=\"turtle-offer__box\"\u003e\n          \u003cdiv class=\"turtle-pack\"\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003e1 Piece\u003c\/strong\u003e\n              \u003cspan\u003eFor one baby learning to crawl, stand, and walk.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cb\u003eDaily pick\u003c\/b\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"turtle-pack\"\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003e2 Pieces\u003c\/strong\u003e\n              \u003cspan\u003eOne to wear, one as a backup for washing or travel.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cb\u003eMost useful\u003c\/b\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"turtle-pack\"\u003e\n            \u003cdiv\u003e\n              \u003cstrong\u003e3 Pieces\u003c\/strong\u003e\n              \u003cspan\u003eA practical gift bundle for family, friends, or twins.\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cb\u003eBest gift\u003c\/b\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        {% if product %}\n          \u003cform method=\"post\" action=\"\/cart\/add\"\u003e\n            \u003cinput type=\"hidden\" name=\"id\" value=\"{{ product.selected_or_first_available_variant.id }}\"\u003e\n            \u003cbutton class=\"turtle-btn\" type=\"submit\"\u003eAdd To Cart\u003c\/button\u003e\n          \u003c\/form\u003e\n        {% else %}\n          \u003ca class=\"turtle-btn\" href=\"\/cart\"\u003eAdd To Cart\u003c\/a\u003e\n        {% endif %}\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"PETLOVERS","offers":[{"title":"Blue Unicon","offer_id":52283902427438,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Bee","offer_id":52283902558510,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Turtle","offer_id":52283902591278,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Tiger","offer_id":52284028649774,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Elephant","offer_id":52284028682542,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true},{"title":"Pink unicon","offer_id":52284050866478,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/turtle-lander-01-hero.png?v=1783418805","url":"https:\/\/fonome.com\/products\/headbackpack","provider":"Fonome","version":"1.0","type":"link"}