{"product_id":"baby-knee-pads","title":"Baby Knee Pads – Anti-Slip \u0026 Breathable","description":"\u003cstyle\u003e\n  .baby-treasures-product {\n    max-width: 1000px;\n    margin: 0 auto;\n    padding: 24px;\n    font-family: Arial, Helvetica, sans-serif;\n    color: #5d5660;\n    background: #fffaf7;\n    border-radius: 28px;\n    line-height: 1.7;\n  }\n\n  .baby-treasures-product * {\n    box-sizing: border-box;\n  }\n\n  .baby-treasures-hero {\n    padding: 38px 24px;\n    text-align: center;\n    background: linear-gradient(\n      135deg,\n      #fdecef,\n      #eef7f5,\n      #f3effb\n    );\n    border-radius: 24px;\n    margin-bottom: 24px;\n  }\n\n  .baby-treasures-hero .eyebrow {\n    margin: 0 0 10px;\n    color: #a98291;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .baby-treasures-hero h2 {\n    margin: 0 0 16px;\n    color: #8c6878;\n    font-size: clamp(28px, 5vw, 46px);\n    line-height: 1.15;\n    font-weight: 700;\n  }\n\n  .baby-treasures-hero p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: #756b73;\n    font-size: 17px;\n  }\n\n  .baby-treasures-intro {\n    padding: 28px;\n    background: #ffffff;\n    border: 1px solid #f2dfe4;\n    border-radius: 20px;\n    margin-bottom: 24px;\n    text-align: center;\n  }\n\n  .baby-treasures-intro p {\n    margin: 0;\n    font-size: 16px;\n  }\n\n  .baby-treasures-highlight {\n    display: inline-block;\n    margin-top: 18px;\n    padding: 12px 20px;\n    border-radius: 999px;\n    background: #e8f3f5;\n    color: #638b92;\n    font-weight: 700;\n  }\n\n  .baby-treasures-section-title {\n    margin: 34px 0 18px;\n    text-align: center;\n    color: #8c6878;\n    font-size: 25px;\n    line-height: 1.3;\n  }\n\n  .baby-treasures-pack {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin-bottom: 28px;\n  }\n\n  .baby-treasures-pack-item {\n    padding: 22px 18px;\n    background: #f7f1fb;\n    border-radius: 18px;\n    text-align: center;\n    color: #706578;\n  }\n\n  .baby-treasures-pack-item:nth-child(2) {\n    background: #fdf0f2;\n  }\n\n  .baby-treasures-pack-item strong {\n    display: block;\n    margin-bottom: 6px;\n    color: #8c6878;\n    font-size: 18px;\n  }\n\n  .baby-treasures-colours {\n    padding: 24px;\n    margin-bottom: 30px;\n    background: #eef7f3;\n    border-radius: 20px;\n    text-align: center;\n  }\n\n  .baby-treasures-colours h3 {\n    margin: 0 0 12px;\n    color: #718f82;\n    font-size: 22px;\n  }\n\n  .baby-treasures-colour-list {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .baby-treasures-colour-list li {\n    padding: 8px 14px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .baby-treasures-colour-list li:nth-child(1) {\n    background: #d8f1f2;\n    color: #5f969b;\n  }\n\n  .baby-treasures-colour-list li:nth-child(2) {\n    background: #f9dce5;\n    color: #a66e82;\n  }\n\n  .baby-treasures-colour-list li:nth-child(3) {\n    background: #dedee7;\n    color: #686878;\n  }\n\n  .baby-treasures-colour-list li:nth-child(4) {\n    background: #eeeeeb;\n    color: #85857d;\n  }\n\n  .baby-treasures-colour-list li:nth-child(5) {\n    background: #d5d3d6;\n    color: #666269;\n  }\n\n  .baby-treasures-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .baby-treasures-benefit {\n    padding: 22px;\n    border-radius: 20px;\n    background: #ffffff;\n    border: 1px solid #f1e6e2;\n  }\n\n  .baby-treasures-benefit:nth-child(1) {\n    background: #fff3f1;\n  }\n\n  .baby-treasures-benefit:nth-child(2) {\n    background: #f0f8f8;\n  }\n\n  .baby-treasures-benefit:nth-child(3) {\n    background: #f5f1fb;\n  }\n\n  .baby-treasures-benefit:nth-child(4) {\n    background: #f5f8ed;\n  }\n\n  .baby-treasures-benefit:nth-child(5) {\n    background: #fff7e9;\n  }\n\n  .baby-treasures-benefit h4 {\n    margin: 0 0 8px;\n    color: #806b76;\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  .baby-treasures-benefit p {\n    margin: 0;\n    color: #756e73;\n    font-size: 14px;\n  }\n\n  .baby-treasures-closing {\n    margin-top: 30px;\n    padding: 30px 24px;\n    background: linear-gradient(\n      135deg,\n      #f9e5eb,\n      #eee8f8\n    );\n    border-radius: 22px;\n    text-align: center;\n  }\n\n  .baby-treasures-closing p {\n    margin: 0;\n    color: #826d7b;\n    font-size: 18px;\n    font-weight: 600;\n  }\n\n  @media screen and (max-width: 749px) {\n    .baby-treasures-product {\n      padding: 14px;\n      border-radius: 20px;\n    }\n\n    .baby-treasures-hero {\n      padding: 30px 18px;\n      border-radius: 20px;\n    }\n\n    .baby-treasures-hero p {\n      font-size: 15px;\n    }\n\n    .baby-treasures-intro {\n      padding: 22px 18px;\n    }\n\n    .baby-treasures-pack,\n    .baby-treasures-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .baby-treasures-section-title {\n      font-size: 23px;\n    }\n\n    .baby-treasures-benefit {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"baby-treasures-product\"\u003e\n\n  \u003csection class=\"baby-treasures-hero\"\u003e\n    \u003cp class=\"eyebrow\"\u003eBaby Treasures\u003c\/p\u003e\n\n    \u003ch2\u003e🍼 Little Knees. Big Adventures. 🌸\u003c\/h2\u003e\n\n    \u003cp\u003e\n      Let your little one crawl, play, and explore comfortably with our soft\n      Baby Knee Pads, designed to cushion and protect delicate knees.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"baby-treasures-intro\"\u003e\n    \u003cp\u003e\n      Help protect little knees from hard floors while giving your baby\n      the freedom to move and discover the world.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"baby-treasures-highlight\"\u003e\n      1 Colour · 2 Pairs · 4 Knee Pads\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003ch3 class=\"baby-treasures-section-title\"\u003e\n    📦 What’s Included\n  \u003c\/h3\u003e\n\n  \u003csection class=\"baby-treasures-pack\"\u003e\n    \u003cdiv class=\"baby-treasures-pack-item\"\u003e\n      \u003cstrong\u003e4 Knee Pads\u003c\/strong\u003e\n      Two pairs in your chosen colour.\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"baby-treasures-pack-item\"\u003e\n      \u003cstrong\u003eOne Colour Per Purchase\u003c\/strong\u003e\n      Choose your favourite shade.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"baby-treasures-colours\"\u003e\n    \u003ch3\u003e🎨 Choose Your Colour\u003c\/h3\u003e\n\n    \u003cul class=\"baby-treasures-colour-list\"\u003e\n      \u003cli\u003eMint\u003c\/li\u003e\n      \u003cli\u003ePink\u003c\/li\u003e\n      \u003cli\u003eBlack\u003c\/li\u003e\n      \u003cli\u003eLight Grey\u003c\/li\u003e\n      \u003cli\u003eDark Grey\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003ch3 class=\"baby-treasures-section-title\"\u003e\n    💛 Why Parents Love Them\n  \u003c\/h3\u003e\n\n  \u003csection class=\"baby-treasures-benefits\"\u003e\n\n    \u003cdiv class=\"baby-treasures-benefit\"\u003e\n      \u003ch4\u003e🛡️ Soft Knee Protection\u003c\/h4\u003e\n      \u003cp\u003e\n        Helps cushion little knees during crawling and play.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"baby-treasures-benefit\"\u003e\n      \u003ch4\u003e🌿 Non-Slip Grip\u003c\/h4\u003e\n      \u003cp\u003e\n        Raised silicone dots help improve grip on smooth floors.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"baby-treasures-benefit\"\u003e\n      \u003ch4\u003e🤗 Comfortable Fit\u003c\/h4\u003e\n      \u003cp\u003e\n        Stretchy fabric moves with your baby without restricting movement.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"baby-treasures-benefit\"\u003e\n      \u003ch4\u003e🌬️ Soft and Breathable\u003c\/h4\u003e\n      \u003cp\u003e\n        Keeps little knees comfortable during everyday adventures.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"baby-treasures-benefit\"\u003e\n      \u003ch4\u003e🎁 Gift-Ready Packaging\u003c\/h4\u003e\n      \u003cp\u003e\n        Beautifully packed in a Baby Treasures box.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"baby-treasures-closing\"\u003e\n    \u003cp\u003e\n      ✨ More comfort for your baby, and more peace of mind for you. 🌙\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Baby Treasures","offers":[{"title":"Mint","offer_id":48101894684803,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":48101894717571,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true},{"title":"Dark grey","offer_id":48101894750339,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true},{"title":"Light grey","offer_id":48101894783107,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":48101894815875,"sku":null,"price":179.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0752\/6639\/2195\/files\/ChatGPTImageSep4_2026_07_49_54PM.png?v=1788545524","url":"https:\/\/babytreasures.co.za\/products\/baby-knee-pads","provider":"Baby Treasures","version":"1.0","type":"link"}