{"product_id":"little-loved-co-™-snuggly-elephant-comforter-teether","title":"Little Loved Co.™ Snuggly Elephant Comforter \u0026 Teether","description":"\u003cstyle\u003e\n  .llc-elephant {\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-elephant-inner {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  \/* HEADER *\/\n\n  .llc-elephant-header {\n    text-align: center;\n    margin-bottom: 42px;\n  }\n\n  .llc-elephant-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-elephant 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-elephant-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-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-description p {\n    margin: 0 0 18px;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  .llc-description p:last-child {\n    margin-bottom: 0;\n  }\n\n  .llc-description strong {\n    color: var(--black);\n    font-weight: 600;\n  }\n\n  \/* SECTION TITLE *\/\n\n  .llc-section-title {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .llc-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-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-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .llc-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-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-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-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-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-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-benefit:nth-child(5) h4 {\n    color: var(--gold);\n  }\n\n  .llc-benefit:nth-child(5) p {\n    color: rgba(255, 255, 255, 0.78);\n  }\n\n  \/* SIGN OFF *\/\n\n  .llc-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-signoff strong {\n    font-weight: 400;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 650px) {\n\n    .llc-elephant {\n      padding: 40px 16px;\n    }\n\n    .llc-description {\n      padding: 24px 20px;\n    }\n\n    .llc-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .llc-benefit:nth-child(5) {\n      grid-column: auto;\n    }\n\n    .llc-elephant h2 {\n      font-size: 32px;\n    }\n\n    .llc-elephant-intro {\n      font-size: 15px;\n    }\n  }\n\n  \/* ACCESSIBILITY *\/\n\n  @media (prefers-reduced-motion: reduce) {\n\n    .llc-benefit {\n      transition: none;\n    }\n\n  }\n\u003c\/style\u003e\n\n\n\u003csection class=\"llc-elephant\"\u003e\n\n  \u003cdiv class=\"llc-elephant-inner\"\u003e\n\n    \u003c!-- HEADER --\u003e\n\n    \u003cdiv class=\"llc-elephant-header\"\u003e\n\n      \u003cspan class=\"llc-elephant-brand\"\u003e\n        Little Loved Co.™\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        Elephant Comforter \u0026amp; Teether\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-elephant-intro\"\u003e\n        A little companion made for tiny hands, curious mouths\n        and plenty of cuddles.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- DESCRIPTION --\u003e\n\n    \u003cdiv class=\"llc-description\"\u003e\n\n      \u003cp\u003e\n        The\n        \u003cstrong\u003e\n          Little Loved Co.™ Elephant Comforter \u0026amp; Teether\n        \u003c\/strong\u003e\n        combines a soft, snuggly comforter with an easy-to-hold\n        teething element, creating a sweet everyday companion\n        for your little one.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Designed with little explorers in mind, its gentle textures\n        and adorable elephant design invite babies to\n        \u003cstrong\u003e\n          touch, hold, cuddle and explore\n        \u003c\/strong\u003e\n        during playtime, quiet moments and cuddles with Mama.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- BENEFITS --\u003e\n\n    \u003cdiv class=\"llc-section-title\"\u003e\n\n      \u003cspan\u003e\n        Thoughtfully chosen\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-benefits\"\u003e\n\n\n      \u003c!-- CARD 1 --\u003e\n\n      \u003cdiv class=\"llc-benefit\"\u003e\n\n        \u003cdiv class=\"llc-icon\"\u003e\n          🐘\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Soft \u0026amp; Cuddly\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A comforting companion designed for cozy cuddles\n          and quiet moments.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 2 --\u003e\n\n      \u003cdiv class=\"llc-benefit\"\u003e\n\n        \u003cdiv class=\"llc-icon\"\u003e\n          🤍\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Made for Little Hands\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          A lightweight, easy-to-grasp design that's perfect\n          for little fingers to hold and explore.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 3 --\u003e\n\n      \u003cdiv class=\"llc-benefit\"\u003e\n\n        \u003cdiv class=\"llc-icon\"\u003e\n          🦷\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Teething-Friendly Design\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          The integrated teether gives little ones something\n          to explore with their mouths during the teething stage.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 4 --\u003e\n\n      \u003cdiv class=\"llc-benefit\"\u003e\n\n        \u003cdiv class=\"llc-icon\"\u003e\n          ✦\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          Sensory Discovery\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Different textures and details encourage little hands\n          to touch, feel and discover.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- CARD 5 --\u003e\n\n      \u003cdiv class=\"llc-benefit\"\u003e\n\n        \u003cdiv class=\"llc-icon\"\u003e\n          ♡\n        \u003c\/div\u003e\n\n        \u003ch4\u003e\n          A Sweet Everyday Companion\n        \u003c\/h4\u003e\n\n        \u003cp\u003e\n          Perfect for cuddles at home, playtime and taking\n          along on little adventures.\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-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":50711373775085,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0835\/2573\/0541\/files\/marketing-image-with-packaging.png?v=1789799540","url":"https:\/\/littlelovedco.co.za\/products\/little-loved-co-%e2%84%a2-snuggly-elephant-comforter-teether","provider":"Little Loved Co","version":"1.0","type":"link"}