{"title":"BEST SELLERS","description":null,"products":[{"product_id":"little-loved-co-™-interactive-water-tummy-time-mat","title":"Little Loved Co.™ Interactive Water Tummy Time Mat","description":"\u003cstyle\u003e\n  .llc-water-mat {\n    --black: #090807;\n    --charcoal: #292521;\n    --text: #514B46;\n    --gold: #CFA463;\n    --gold-dark: #AE8242;\n    --gold-soft: #E4D5BF;\n    --ivory: #ECE7E4;\n    --cream: #F8F5F2;\n    --white: #FFFFFF;\n    --line: rgba(9, 8, 7, 0.10);\n\n    background:\n      radial-gradient(\n        circle at 10% 10%,\n        rgba(207, 164, 99, 0.10),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 90% 85%,\n        rgba(207, 164, 99, 0.08),\n        transparent 30%\n      ),\n      var(--cream);\n\n    color: var(--text);\n    padding: 55px 22px;\n    font-family: Arial, Helvetica, sans-serif;\n    overflow: hidden;\n  }\n\n  .llc-water-mat-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* HEADER *\/\n\n  .llc-water-mat-header {\n    text-align: center;\n    margin-bottom: 42px;\n  }\n\n  .llc-water-mat-brand {\n    display: inline-block;\n    color: var(--gold-dark);\n    font-size: 11px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    font-weight: 600;\n    margin-bottom: 15px;\n  }\n\n  .llc-water-mat h2 {\n    margin: 0 auto 20px;\n    max-width: 720px;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(30px, 5vw, 48px);\n    font-weight: 400;\n    line-height: 1.15;\n    letter-spacing: -0.5px;\n  }\n\n  .llc-water-mat-intro {\n    max-width: 680px;\n    margin: 0 auto;\n    font-size: 16px;\n    line-height: 1.8;\n    color: var(--text);\n  }\n\n  \/* GOLD DIVIDER *\/\n\n  .llc-gold-divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin: 32px 0;\n  }\n\n  .llc-gold-divider::before,\n  .llc-gold-divider::after {\n    content: \"\";\n    height: 1px;\n    width: 65px;\n    background: linear-gradient(\n      to right,\n      transparent,\n      var(--gold)\n    );\n  }\n\n  .llc-gold-divider::after {\n    background: linear-gradient(\n      to left,\n      transparent,\n      var(--gold)\n    );\n  }\n\n  .llc-diamond {\n    width: 7px;\n    height: 7px;\n    background: var(--gold);\n    transform: rotate(45deg);\n  }\n\n  \/* DESCRIPTION *\/\n\n  .llc-water-description {\n    background: rgba(255, 255, 255, 0.62);\n    border: 1px solid var(--line);\n    padding: 32px;\n    margin-bottom: 42px;\n    box-shadow: 0 15px 40px rgba(9, 8, 7, 0.04);\n  }\n\n  .llc-water-description p {\n    margin: 0 0 18px;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .llc-water-description p:last-child {\n    margin-bottom: 0;\n  }\n\n  .llc-water-description strong {\n    color: var(--black);\n    font-weight: 600;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .llc-water-section-title {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .llc-water-section-title span {\n    display: block;\n    color: var(--gold-dark);\n    font-size: 10px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n\n  .llc-water-section-title h3 {\n    margin: 0;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(25px, 4vw, 34px);\n    font-weight: 400;\n  }\n\n  \/* BENEFITS *\/\n\n  .llc-water-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .llc-water-benefit {\n    position: relative;\n    background: var(--white);\n    border: 1px solid var(--line);\n    padding: 25px 24px;\n\n    transition:\n      transform 0.35s ease,\n      box-shadow 0.35s ease,\n      border-color 0.35s ease;\n  }\n\n  .llc-water-benefit:hover {\n    transform: translateY(-4px);\n    border-color: rgba(207, 164, 99, 0.45);\n    box-shadow: 0 15px 35px rgba(9, 8, 7, 0.07);\n  }\n\n  \/* ICON *\/\n\n  .llc-water-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 38px;\n    height: 38px;\n\n    margin-bottom: 16px;\n\n    border: 1px solid var(--gold-soft);\n    border-radius: 50%;\n\n    font-size: 17px;\n  }\n\n  \/* CARD TEXT *\/\n\n  .llc-water-benefit h4 {\n    margin: 0 0 9px;\n\n    color: var(--black);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 20px;\n    font-weight: 400;\n  }\n\n  .llc-water-benefit p {\n    margin: 0;\n\n    color: var(--text);\n\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* FEATURE CARD *\/\n\n  .llc-water-benefit:nth-child(5) {\n    grid-column: 1 \/ -1;\n\n    background:\n      linear-gradient(\n        135deg,\n        var(--black),\n        var(--charcoal)\n      );\n\n    border-color: var(--black);\n  }\n\n  .llc-water-benefit:nth-child(5) h4 {\n    color: var(--gold);\n  }\n\n  .llc-water-benefit:nth-child(5) p {\n    color: rgba(255, 255, 255, 0.78);\n  }\n\n  \/* SIGN OFF *\/\n\n  .llc-water-signoff {\n    text-align: center;\n\n    margin: 45px auto 0;\n    padding-top: 28px;\n\n    border-top: 1px solid var(--line);\n\n    color: var(--black);\n\n    font-family: Georgia, \"Times New Roman\", serif;\n\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .llc-water-signoff strong {\n    font-weight: 400;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 650px) {\n\n    .llc-water-mat {\n      padding: 40px 16px;\n    }\n\n    .llc-water-description {\n      padding: 24px 20px;\n    }\n\n    .llc-water-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .llc-water-benefit:nth-child(5) {\n      grid-column: auto;\n    }\n\n    .llc-water-mat h2 {\n      font-size: 32px;\n    }\n\n    .llc-water-mat-intro {\n      font-size: 15px;\n    }\n  }\n\n  \/* ACCESSIBILITY *\/\n\n  @media (prefers-reduced-motion: reduce) {\n\n    .llc-water-benefit {\n      transition: none;\n    }\n\n  }\n\u003c\/style\u003e\n\n\n\u003csection class=\"llc-water-mat\"\u003e\n\n  \u003cdiv class=\"llc-water-mat-inner\"\u003e\n\n    \u003c!-- HEADER --\u003e\n\n    \u003cdiv class=\"llc-water-mat-header\"\u003e\n\n      \u003cspan class=\"llc-water-mat-brand\"\u003e\n        Little Loved Co.™\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Interactive Water Tummy Time Mat\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"llc-gold-divider\"\u003e\n        \u003cspan class=\"llc-diamond\"\u003e\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"llc-water-mat-intro\"\u003e\n        Turn tummy time into a little world of sensory play\n        and discovery. 💧\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- DESCRIPTION --\u003e\n\n    \u003cdiv class=\"llc-water-description\"\u003e\n\n      \u003cp\u003e\n        The\n        \u003cstrong\u003e\n          Little Loved Co.™ Interactive Water Tummy Time Mat\n        \u003c\/strong\u003e\n        is designed to make tummy time more engaging with a\n        fun water-filled play surface and floating characters\n        that move as little hands press, push and explore.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Perfect for curious little explorers, it encourages babies\n        to \u003cstrong\u003ereach, look, touch and interact\u003c\/strong\u003e while\n        enjoying supervised tummy-time play.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BENEFITS --\u003e\n\n    \u003cdiv class=\"llc-water-section-title\"\u003e\n\n      \u003cspan\u003e\n        Play · Explore · Discover\n      \u003c\/span\u003e\n\n      \u003ch3\u003e\n        Why Mama \u0026amp; Baby Will Love It\n      \u003c\/h3\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"llc-water-benefits\"\u003e\n\n\n      \u003c!-- CARD 1 --\u003e\n\n      \u003cdiv class=\"llc-water-benefit\"\u003e\n\n        \u003cdiv class=\"llc-water-icon\"\u003e\n          💧\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Interactive Water Play\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A fun water-filled surface creates an engaging experience\n          as little ones press and explore.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 2 --\u003e\n\n      \u003cdiv class=\"llc-water-benefit\"\u003e\n\n        \u003cdiv class=\"llc-water-icon\"\u003e\n          🐠\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Little Discoveries\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Floating shapes and playful details give curious eyes\n          something new to notice and follow.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 3 --\u003e\n\n      \u003cdiv class=\"llc-water-benefit\"\u003e\n\n        \u003cdiv class=\"llc-water-icon\"\u003e\n          🤍\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Encourages Exploration\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Reaching, pressing and touching provide simple ways\n          for babies to interact with their surroundings.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 4 --\u003e\n\n      \u003cdiv class=\"llc-water-benefit\"\u003e\n\n        \u003cdiv class=\"llc-water-icon\"\u003e\n          ✦\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Sensory Fun\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The combination of movement, colours and touch creates\n          a stimulating sensory play experience.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 5 --\u003e\n\n      \u003cdiv class=\"llc-water-benefit\"\u003e\n\n        \u003cdiv class=\"llc-water-icon\"\u003e\n          ♡\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Tummy-Time Companion\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A playful addition to supervised tummy-time moments,\n          helping make everyday floor play feel more exciting.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- SIGN OFF --\u003e\n\n    \u003cp class=\"llc-water-signoff\"\u003e\n\n      \u003cstrong\u003e\n        Little Loved Co.™ — thoughtfully chosen for mama \u0026amp; baby.\n      \u003c\/strong\u003e\n\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Little Loved Co","offers":[{"title":"Default Title","offer_id":50713582534893,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0835\/2573\/0541\/files\/hero-image.png?v=1789800811"},{"product_id":"little-loved-co-™-baby-gym-play-mat","title":"Little Loved Co.™ Baby Gym \u0026 Play Mat","description":"\u003cstyle\u003e\n  .llc-baby-gym {\n    --black: #090807;\n    --charcoal: #292521;\n    --text: #514B46;\n    --gold: #CFA463;\n    --gold-dark: #AE8242;\n    --gold-soft: #E4D5BF;\n    --ivory: #ECE7E4;\n    --cream: #F8F5F2;\n    --white: #FFFFFF;\n    --line: rgba(9, 8, 7, 0.10);\n\n    position: relative;\n    overflow: hidden;\n    background:\n      radial-gradient(circle at 8% 8%, rgba(207,164,99,.13), transparent 28%),\n      radial-gradient(circle at 92% 30%, rgba(207,164,99,.10), transparent 25%),\n      var(--cream);\n    color: var(--text);\n    padding: 80px 20px;\n    font-family: inherit;\n  }\n\n  .llc-baby-gym * {\n    box-sizing: border-box;\n  }\n\n  .llc-baby-gym__container {\n    max-width: 1120px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  \/* HEADER *\/\n\n  .llc-baby-gym__header {\n    text-align: center;\n    max-width: 820px;\n    margin: 0 auto 55px;\n  }\n\n  .llc-baby-gym__brand {\n    display: inline-block;\n    margin-bottom: 15px;\n    color: var(--gold-dark);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .25em;\n    text-transform: uppercase;\n  }\n\n  .llc-baby-gym__title {\n    margin: 0;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(38px, 5vw, 68px);\n    line-height: 1.05;\n    font-weight: 500;\n    letter-spacing: -.035em;\n  }\n\n  .llc-baby-gym__subtitle {\n    margin: 24px auto 0;\n    max-width: 700px;\n    font-size: 17px;\n    line-height: 1.8;\n    color: var(--text);\n  }\n\n  \/* GOLD DIVIDER *\/\n\n  .llc-baby-gym__divider {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 18px;\n    margin: 35px auto 50px;\n  }\n\n  .llc-baby-gym__divider::before,\n  .llc-baby-gym__divider::after {\n    content: \"\";\n    height: 1px;\n    width: 85px;\n    background: linear-gradient(\n      to right,\n      transparent,\n      var(--gold)\n    );\n  }\n\n  .llc-baby-gym__divider::after {\n    background: linear-gradient(\n      to left,\n      transparent,\n      var(--gold)\n    );\n  }\n\n  .llc-baby-gym__diamond {\n    width: 9px;\n    height: 9px;\n    background: var(--gold);\n    transform: rotate(45deg);\n    box-shadow: 0 0 0 5px rgba(207,164,99,.10);\n  }\n\n  \/* INTRO CARD *\/\n\n  .llc-baby-gym__intro {\n    max-width: 900px;\n    margin: 0 auto 70px;\n    padding: 38px 42px;\n    background: rgba(255,255,255,.78);\n    border: 1px solid var(--line);\n    box-shadow: 0 20px 55px rgba(9,8,7,.06);\n    position: relative;\n  }\n\n  .llc-baby-gym__intro::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 22px;\n    bottom: 22px;\n    width: 2px;\n    background: var(--gold);\n  }\n\n  .llc-baby-gym__intro p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.9;\n  }\n\n  .llc-baby-gym__intro strong {\n    color: var(--black);\n  }\n\n  \/* SECTION HEADING *\/\n\n  .llc-baby-gym__section-heading {\n    text-align: center;\n    margin-bottom: 38px;\n  }\n\n  .llc-baby-gym__eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--gold-dark);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: .22em;\n    text-transform: uppercase;\n  }\n\n  .llc-baby-gym__section-title {\n    margin: 0;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(29px, 4vw, 44px);\n    font-weight: 500;\n    line-height: 1.15;\n  }\n\n  \/* BENEFITS *\/\n\n  .llc-baby-gym__grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n\n  .llc-baby-gym__card {\n    position: relative;\n    padding: 32px 30px;\n    background: rgba(255,255,255,.72);\n    border: 1px solid var(--line);\n    transition:\n      transform .35s ease,\n      box-shadow .35s ease,\n      border-color .35s ease;\n  }\n\n  .llc-baby-gym__card:hover {\n    transform: translateY(-5px);\n    border-color: rgba(207,164,99,.45);\n    box-shadow: 0 18px 40px rgba(9,8,7,.08);\n  }\n\n  .llc-baby-gym__icon {\n    width: 42px;\n    height: 42px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n    border: 1px solid var(--gold-soft);\n    color: var(--gold-dark);\n    font-size: 17px;\n  }\n\n  .llc-baby-gym__card h3 {\n    margin: 0 0 10px;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 23px;\n    font-weight: 500;\n  }\n\n  .llc-baby-gym__card p {\n    margin: 0;\n    color: var(--text);\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* FEATURE CARD *\/\n\n  .llc-baby-gym__card--feature {\n    grid-column: 1 \/ -1;\n    display: flex;\n    align-items: center;\n    gap: 30px;\n    background:\n      radial-gradient(circle at 90% 20%, rgba(207,164,99,.18), transparent 30%),\n      var(--black);\n    border-color: var(--black);\n    overflow: hidden;\n  }\n\n  .llc-baby-gym__card--feature:hover {\n    border-color: var(--gold);\n  }\n\n  .llc-baby-gym__card--feature .llc-baby-gym__icon {\n    flex: 0 0 52px;\n    width: 52px;\n    height: 52px;\n    border-color: rgba(207,164,99,.45);\n    color: var(--gold);\n  }\n\n  .llc-baby-gym__card--feature h3 {\n    color: var(--gold);\n  }\n\n  .llc-baby-gym__card--feature p {\n    color: rgba(255,255,255,.74);\n  }\n\n  \/* NET FEATURE *\/\n\n  .llc-baby-gym__net {\n    max-width: 1000px;\n    margin: 75px auto 0;\n    padding: 48px;\n    position: relative;\n    background: var(--ivory);\n    border: 1px solid rgba(207,164,99,.30);\n    overflow: hidden;\n  }\n\n  .llc-baby-gym__net::after {\n    content: \"\";\n    position: absolute;\n    width: 260px;\n    height: 260px;\n    right: -110px;\n    top: -120px;\n    border: 1px solid rgba(207,164,99,.22);\n    border-radius: 50%;\n  }\n\n  .llc-baby-gym__net-content {\n    position: relative;\n    z-index: 2;\n    max-width: 720px;\n  }\n\n  .llc-baby-gym__net-label {\n    display: inline-block;\n    margin-bottom: 13px;\n    color: var(--gold-dark);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: .2em;\n    text-transform: uppercase;\n  }\n\n  .llc-baby-gym__net h3 {\n    margin: 0 0 14px;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: clamp(28px, 4vw, 40px);\n    font-weight: 500;\n  }\n\n  .llc-baby-gym__net p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.85;\n  }\n\n  .llc-baby-gym__net-highlight {\n    display: inline-block;\n    margin-top: 22px;\n    padding: 10px 16px;\n    background: var(--white);\n    border-left: 2px solid var(--gold);\n    color: var(--black);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  \/* CLOSING *\/\n\n  .llc-baby-gym__closing {\n    text-align: center;\n    max-width: 720px;\n    margin: 80px auto 0;\n  }\n\n  .llc-baby-gym__closing-heart {\n    color: var(--gold);\n    font-size: 25px;\n    margin-bottom: 15px;\n  }\n\n  .llc-baby-gym__closing h3 {\n    margin: 0 0 15px;\n    color: var(--black);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 31px;\n    font-weight: 500;\n  }\n\n  .llc-baby-gym__closing p {\n    margin: 0;\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n  .llc-baby-gym__signoff {\n    margin-top: 25px !important;\n    color: var(--gold-dark);\n    font-size: 11px !important;\n    font-weight: 700;\n    letter-spacing: .16em;\n    text-transform: uppercase;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 749px) {\n    .llc-baby-gym {\n      padding: 58px 16px;\n    }\n\n    .llc-baby-gym__header {\n      margin-bottom: 40px;\n    }\n\n    .llc-baby-gym__title {\n      font-size: 40px;\n    }\n\n    .llc-baby-gym__subtitle {\n      font-size: 15px;\n      line-height: 1.7;\n    }\n\n    .llc-baby-gym__divider {\n      margin: 28px auto 38px;\n    }\n\n    .llc-baby-gym__divider::before,\n    .llc-baby-gym__divider::after {\n      width: 55px;\n    }\n\n    .llc-baby-gym__intro {\n      padding: 28px 25px;\n      margin-bottom: 55px;\n    }\n\n    .llc-baby-gym__intro p {\n      font-size: 14px;\n      line-height: 1.8;\n    }\n\n    .llc-baby-gym__grid {\n      grid-template-columns: 1fr;\n      gap: 14px;\n    }\n\n    .llc-baby-gym__card {\n      padding: 27px 24px;\n    }\n\n    .llc-baby-gym__card--feature {\n      grid-column: auto;\n      display: block;\n    }\n\n    .llc-baby-gym__net {\n      margin-top: 55px;\n      padding: 32px 25px;\n    }\n\n    .llc-baby-gym__net h3 {\n      font-size: 30px;\n    }\n\n    .llc-baby-gym__closing {\n      margin-top: 60px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .llc-baby-gym__card {\n      transition: none;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003csection class=\"llc-baby-gym\"\u003e\n  \u003cdiv class=\"llc-baby-gym__container\"\u003e\n\n    \u003c!-- HEADER --\u003e\n    \u003cheader class=\"llc-baby-gym__header\"\u003e\n\n      \u003cspan class=\"llc-baby-gym__brand\"\u003e\n        Little Loved Co.™\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"llc-baby-gym__title\"\u003e\n        Baby Gym \u0026amp; Play Mat\n      \u003c\/h2\u003e\n\n      \u003cp class=\"llc-baby-gym__subtitle\"\u003e\n        Play, explore \u0026amp; grow through beautiful little moments of discovery. 🤍\n      \u003c\/p\u003e\n\n    \u003c\/header\u003e\n\n\n    \u003c!-- DIVIDER --\u003e\n    \u003cdiv class=\"llc-baby-gym__divider\"\u003e\n      \u003cspan class=\"llc-baby-gym__diamond\"\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003c!-- INTRO --\u003e\n    \u003cdiv class=\"llc-baby-gym__intro\"\u003e\n\n      \u003cp\u003e\n        Turn everyday playtime into a little world of discovery. The\n        \u003cstrong\u003eLittle Loved Co.™ Baby Gym \u0026amp; Play Mat\u003c\/strong\u003e\n        creates a cozy little space for your baby to look, reach, touch and explore.\n        With playful hanging details, engaging textures and a soft play mat,\n        it invites curious little hands and eyes to discover something new during\n        every play session.\n        \u003cbr\u003e\u003cbr\u003e\n        For added peace of mind during supervised play, the play gym features a\n        \u003cstrong\u003eremovable elastic net\u003c\/strong\u003e that helps create a more contained\n        play area while still allowing your little one to move and explore.\n        When you want more open play, simply remove the net and enjoy the mat on its own.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BENEFITS --\u003e\n    \u003cdiv class=\"llc-baby-gym__section-heading\"\u003e\n\n      \u003cspan class=\"llc-baby-gym__eyebrow\"\u003e\n        Play · Explore · Discover\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"llc-baby-gym__section-title\"\u003e\n        Why Mama \u0026amp; Baby Will Love It\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"llc-baby-gym__grid\"\u003e\n\n      \u003c!-- CARD 1 --\u003e\n      \u003carticle class=\"llc-baby-gym__card\"\u003e\n\n        \u003cdiv class=\"llc-baby-gym__icon\"\u003e✦\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Playful Sensory Discovery\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Colours, textures and hanging details give little ones different\n          ways to look, touch and explore during playtime.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- CARD 2 --\u003e\n      \u003carticle class=\"llc-baby-gym__card\"\u003e\n\n        \u003cdiv class=\"llc-baby-gym__icon\"\u003e♡\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Made for Little Hands\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Interactive elements invite babies to reach, grasp and discover\n          as they enjoy their own little play space.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- CARD 3 --\u003e\n      \u003carticle class=\"llc-baby-gym__card\"\u003e\n\n        \u003cdiv class=\"llc-baby-gym__icon\"\u003e🌿\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Cozy Play Space\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A soft mat creates a comfortable surface for supervised floor play,\n          whether your little one is relaxing, looking around or exploring.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- CARD 4 --\u003e\n      \u003carticle class=\"llc-baby-gym__card\"\u003e\n\n        \u003cdiv class=\"llc-baby-gym__icon\"\u003e✧\u003c\/div\u003e\n\n        \u003ch3\u003e\n          Little Moments of Wonder\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Playful toys and thoughtful details give curious eyes something new\n          to notice and explore at their own pace.\n        \u003c\/p\u003e\n\n      \u003c\/article\u003e\n\n\n      \u003c!-- CARD 5 --\u003e\n      \u003carticle class=\"llc-baby-gym__card llc-baby-gym__card--feature\"\u003e\n\n        \u003cdiv class=\"llc-baby-gym__icon\"\u003e🤍\u003c\/div\u003e\n\n        \u003cdiv\u003e\n          \u003ch3\u003e\n            Made for Mama\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A beautiful little play space designed to bring more joy and\n            peace of mind to everyday moments with your baby.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- REMOVABLE NET FEATURE --\u003e\n    \u003cdiv class=\"llc-baby-gym__net\"\u003e\n\n      \u003cdiv class=\"llc-baby-gym__net-content\"\u003e\n\n        \u003cspan class=\"llc-baby-gym__net-label\"\u003e\n          Thoughtfully Designed\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          A little more peace of mind.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The \u003cstrong\u003eremovable elastic net\u003c\/strong\u003e helps create a more\n          contained play area during supervised play, giving Mama a little\n          extra peace of mind while baby enjoys their space.\n          When it's time for open-ended play, the net can be removed with ease.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"llc-baby-gym__net-highlight\"\u003e\n          Removable elastic net · Flexible play · Supervised use\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- CLOSING --\u003e\n    \u003cdiv class=\"llc-baby-gym__closing\"\u003e\n\n      \u003cdiv class=\"llc-baby-gym__closing-heart\"\u003e\n        ♡\n      \u003c\/div\u003e\n\n      \u003ch3\u003e\n        Little moments become big memories.\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Create a sweet little space where your baby can play, explore and\n        discover — while you enjoy those beautiful everyday moments together.\n      \u003c\/p\u003e\n\n      \u003cp class=\"llc-baby-gym__signoff\"\u003e\n        Little Loved Co.™ — thoughtfully chosen for mama \u0026amp; baby.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Little Loved Co","offers":[{"title":"Default Title","offer_id":50713671794925,"sku":null,"price":1399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0835\/2573\/0541\/files\/hero-play-gym.png?v=1789816339"},{"product_id":"little-loved-co-™-cuddly-elephant-plush-teddy","title":"Little Loved Co.™ Cuddly Elephant Plush Teddy","description":"\u003cdiv style=\"font-family: Arial, sans-serif; color: #5F5148; line-height: 1.7; max-width: 800px; margin: 0 auto;\"\u003e\n\n  \u003ch2 style=\"color: #8A7567; font-size: 28px; margin-bottom: 8px;\"\u003e\n    Little Loved Co.™ Ellie the Elephant — Soft, Snuggly \u0026amp; Loved\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size: 17px; color: #6B5B50;\"\u003e\n    Meet \u003cstrong\u003eEllie\u003c\/strong\u003e — a sweet little companion made for tiny hands,\n    big cuddles, and all those special moments in between. 🤍\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eLittle Loved Co.™ Ellie Elephant\u003c\/strong\u003e is beautifully soft and cuddly,\n    making it the perfect companion for snuggles at bedtime, quiet moments during the day,\n    and adventures wherever little ones go.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    With its adorable elephant design and irresistibly cozy feel, Ellie is more than just\n    a plush toy — it's a comforting friend to hold close, love, and grow up with.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Whether it's tucked into a little one's arms at bedtime, sitting sweetly on the nursery\n    shelf, or joining in on everyday adventures, \u003cstrong\u003eEllie is made to become a cherished\n    part of childhood.\u003c\/strong\u003e\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"background: #F7F1EC; padding: 22px; border-radius: 14px; margin: 25px 0;\"\u003e\n\n    \u003ch3 style=\"color: #8A7567; margin-top: 0; font-size: 21px;\"\u003e\n      ✨ Made for Little Moments of Love\n    \u003c\/h3\u003e\n\n    \u003cul style=\"padding-left: 22px; margin-bottom: 0;\"\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🐘 \u003cstrong\u003eSweet Elephant Design\u003c\/strong\u003e — An adorable companion little ones will love.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🤍 \u003cstrong\u003eSoft \u0026amp; Cuddly\u003c\/strong\u003e — Perfect for hugs, snuggles, and comforting cuddles.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🧸 \u003cstrong\u003ePerfect Little Companion\u003c\/strong\u003e — Wonderful for bedtime, naps, playtime, and adventures.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🌙 \u003cstrong\u003eBedtime Buddy\u003c\/strong\u003e — A comforting friend to keep close during nighttime routines.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🎀 \u003cstrong\u003eNursery Favourite\u003c\/strong\u003e — A beautiful addition to a little one's room.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        💕 \u003cstrong\u003eGift-Worthy \u0026amp; Adorable\u003c\/strong\u003e — A thoughtful choice for baby showers,\n        birthdays, new arrivals, or simply because.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        🌿 \u003cstrong\u003eMade for Everyday Cuddles\u003c\/strong\u003e — Designed to bring warmth, comfort,\n        and joy to little moments.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; padding: 18px 10px;\"\u003e\n\n    \u003cp style=\"font-size: 21px; color: #8A7567; font-weight: bold; margin-bottom: 8px;\"\u003e\n      A little elephant with a whole lot of love.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom: 0;\"\u003e\n      From first cuddles to treasured childhood memories,\n      \u003cstrong\u003eLittle Loved Co.™ Ellie Elephant\u003c\/strong\u003e is ready to be loved,\n      hugged, and carried along on every little adventure. 🤍\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Little Loved Co","offers":[{"title":"Default Title","offer_id":50713764102381,"sku":null,"price":599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0835\/2573\/0541\/files\/hero-elephants.png?v=1789821814"},{"product_id":"little-loved-co-™-baby-led-weaning-tracker","title":"Little Loved Co.™ Baby Led Weaning Tracker","description":"\u003cdiv style=\"font-family: Arial, sans-serif; color: #5F5148; line-height: 1.7; max-width: 800px; margin: 0 auto;\"\u003e\n\n  \u003ch2 style=\"color: #8A7567; font-size: 28px; margin-bottom: 8px;\"\u003e\n    Little Loved Co.™ Baby Led Weaning Tracker — Simple, Organised \u0026amp; Mealtime Ready\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size: 17px; color: #6B5B50;\"\u003e\n    Make those exciting first foods a little easier to keep track of. 🤍\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eLittle Loved Co.™ Baby Led Weaning Tracker\u003c\/strong\u003e is a handy fridge\n    magnet designed to help parents keep a simple record of the foods their little one\n    has tried during their \u003cstrong\u003ebaby led weaning journey\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    As your little one discovers new tastes, textures, and foods, the tracker provides\n    an easy way to stay organised and remember what has been introduced. Simply keep it\n    on your fridge and update it as your baby's food journey grows.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Perfect for busy parents, it turns keeping track of new foods into a simple part of\n    your everyday routine.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"background: #F7F1EC; padding: 22px; border-radius: 14px; margin: 25px 0;\"\u003e\n\n    \u003ch3 style=\"color: #8A7567; margin-top: 0; font-size: 21px;\"\u003e\n      ✨ Made for Little Mealtimes\n    \u003c\/h3\u003e\n\n    \u003cul style=\"padding-left: 22px; margin-bottom: 0;\"\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🥑 \u003cstrong\u003eBaby Led Weaning Focused\u003c\/strong\u003e — Designed specifically to help\n        track your little one's food journey.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🤍 \u003cstrong\u003eEasy to Use\u003c\/strong\u003e — Keep it somewhere visible and update it as\n        new foods are introduced.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🧲 \u003cstrong\u003eFridge-Friendly Design\u003c\/strong\u003e — Conveniently keep your tracker\n        where you prepare and plan meals.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🍓 \u003cstrong\u003eTrack New Foods\u003c\/strong\u003e — Easily remember the different foods\n        your baby has tried.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🥕 \u003cstrong\u003eEncourages Variety\u003c\/strong\u003e — Helps you keep a visual record as\n        your little one explores different foods.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🧸 \u003cstrong\u003eParent-Friendly\u003c\/strong\u003e — A simple, practical tool designed to\n        fit into busy family routines.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🎀 \u003cstrong\u003eLovely Baby Gift\u003c\/strong\u003e — A thoughtful addition to a baby shower,\n        new-parent gift, or weaning essentials.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        🌿 \u003cstrong\u003eMade for the Journey\u003c\/strong\u003e — Celebrate every new taste, texture,\n        and little mealtime milestone.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; padding: 18px 10px;\"\u003e\n\n    \u003cp style=\"font-size: 21px; color: #8A7567; font-weight: bold; margin-bottom: 8px;\"\u003e\n      From first tastes to favourite foods, keep every little discovery close.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom: 0;\"\u003e\n      The \u003cstrong\u003eLittle Loved Co.™ Baby Led Weaning Tracker\u003c\/strong\u003e makes it easy\n      to keep your baby's food journey organised while celebrating all those exciting\n      little steps along the way. 🤍\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Little Loved Co","offers":[{"title":"Default Title","offer_id":50713779634413,"sku":null,"price":899.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0835\/2573\/0541\/files\/hero-food-chart.png?v=1789823534"},{"product_id":"little-loved-co-™-personalized-plush-blanket","title":"Little Loved Co.™ Personalized Plush Blanket","description":"\u003cdiv style=\"font-family: Arial, sans-serif; color: #5F5148; line-height: 1.7; max-width: 800px; margin: 0 auto;\"\u003e\n\n  \u003ch2 style=\"color: #8A7567; font-size: 28px; margin-bottom: 8px;\"\u003e\n    Little Loved Co.™ Personalized Plush Blanket — Made Just for Little Ones\n  \u003c\/h2\u003e\n\n  \u003cp style=\"font-size: 17px; color: #6B5B50;\"\u003e\n    A little blanket made especially for someone very loved. 🤍\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The \u003cstrong\u003eLittle Loved Co.™ Personalized Plush Blanket\u003c\/strong\u003e is a beautifully\n    soft and cozy keepsake, lovingly personalized with your little one's name to create\n    something truly special and uniquely theirs.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Perfect for snuggles, naps, story time, stroller walks, and cozy moments at home,\n    this plush blanket is designed to bring a little extra comfort wherever your\n    little one goes.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    The personalized embroidered name adds a beautiful, thoughtful touch, turning an\n    everyday baby essential into a treasured keepsake that can be loved for years to come.\n  \u003c\/p\u003e\n\n  \u003cdiv style=\"background: #F7F1EC; padding: 22px; border-radius: 14px; margin: 25px 0;\"\u003e\n\n    \u003ch3 style=\"color: #8A7567; margin-top: 0; font-size: 21px;\"\u003e\n      ✨ Made for Little Moments of Love\n    \u003c\/h3\u003e\n\n    \u003cul style=\"padding-left: 22px; margin-bottom: 0;\"\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🤍 \u003cstrong\u003ePersonalized Just for Them\u003c\/strong\u003e — Add their name for a beautiful,\n        one-of-a-kind touch.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🧸 \u003cstrong\u003eSoft \u0026amp; Snuggly\u003c\/strong\u003e — Perfect for cuddles, naps, and cozy moments.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        ✨ \u003cstrong\u003eBeautiful Embroidered Detail\u003c\/strong\u003e — Personalization creates a\n        timeless keepsake feel.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🌙 \u003cstrong\u003ePerfect for Bedtime\u003c\/strong\u003e — A comforting companion for peaceful\n        nighttime routines.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🍼 \u003cstrong\u003eEveryday Essential\u003c\/strong\u003e — Ideal for the nursery, stroller, car,\n        or snuggle corner.\n      \u003c\/li\u003e\n\n      \u003cli style=\"margin-bottom: 10px;\"\u003e\n        🎀 \u003cstrong\u003eBeautiful Gift Idea\u003c\/strong\u003e — Perfect for baby showers, birthdays,\n        new arrivals, or special milestones.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        💕 \u003cstrong\u003eA Keepsake to Treasure\u003c\/strong\u003e — More than a blanket, it's a little\n        reminder of just how loved they are.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; padding: 18px 10px;\"\u003e\n\n    \u003cp style=\"font-size: 21px; color: #8A7567; font-weight: bold; margin-bottom: 8px;\"\u003e\n      Their name. Their blanket. Their little piece of comfort.\n    \u003c\/p\u003e\n\n    \u003cp style=\"margin-bottom: 0;\"\u003e\n      From sleepy cuddles to treasured childhood memories,\n      \u003cstrong\u003eLittle Loved Co.™ Personalized Plush Blanket\u003c\/strong\u003e is made to be\n      wrapped around the little ones you love most. 🤍\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Little Loved Co","offers":[{"title":"Blue","offer_id":50714019692781,"sku":null,"price":1499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":50714019725549,"sku":null,"price":1499.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":50714019758317,"sku":null,"price":1499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0835\/2573\/0541\/files\/hero-blanket.png?v=1789825139"}],"url":"https:\/\/littlelovedco.co.za\/collections\/best-sellers.oembed","provider":"Little Loved Co","version":"1.0","type":"link"}