{"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","url":"https:\/\/littlelovedco.co.za\/products\/little-loved-co-%e2%84%a2-interactive-water-tummy-time-mat","provider":"Little Loved Co","version":"1.0","type":"link"}