{"title":"Shop All","description":"\u003cp\u003eBrowse the full Honey \u0026amp; Loom range — nursing pillows, covers, and bundles for South African moms.\u003c\/p\u003e","products":[{"product_id":"honey-loom-breastfeeding-pillow","title":"Honey \u0026 Loom | The Nursing Pillow - Blush Pink","description":"\u003cstyle\u003e\n\n  *{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n  }\n\n  :root{\n    --text:#4f463d;\n    --muted:#7b7167;\n    --primary:#8da287;\n    --secondary:#d6b67a;\n    --border:rgba(141,162,135,0.14);\n    --shadow:0 16px 34px rgba(125,108,84,0.10);\n  }\n\n  body{\n    font-family:'Inter',sans-serif;\n    background:linear-gradient(\n      180deg,\n      #f7f2ea 0%,\n      #f1e9dc 100%\n    );\n    color:var(--text);\n    overflow-x:hidden;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .hl-container{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    padding:24px 18px;\n  }\n\n  .hl-hero{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:28px;\n    align-items:center;\n  }\n\n  .hl-card{\n    background:rgba(255,255,255,0.78);\n    border:1px solid var(--border);\n    backdrop-filter:blur(14px);\n    border-radius:30px;\n    padding:18px;\n    box-shadow:var(--shadow);\n    overflow:hidden;\n  }\n\n  .hl-badge{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding:8px 14px;\n    border-radius:999px;\n    background:rgba(255,255,255,0.85);\n    border:1px solid rgba(141,162,135,0.10);\n    font-size:11px;\n    color:#6f675e;\n    margin-bottom:14px;\n    font-weight:600;\n  }\n\n  .hl-pulse{\n    width:8px;\n    height:8px;\n    border-radius:50%;\n    background:#c79d52;\n    box-shadow:0 0 10px #d6b67a;\n    animation:hlPulse 1.6s infinite;\n  }\n\n  @keyframes hlPulse{\n    0%,100%{\n      transform:scale(1);\n      opacity:1;\n    }\n    50%{\n      transform:scale(1.5);\n      opacity:.4;\n    }\n  }\n\n  .hl-image-wrap{\n    width:100%;\n    border-radius:22px;\n    overflow:hidden;\n    background:linear-gradient(\n      135deg,\n      rgba(141,162,135,0.18),\n      rgba(214,182,122,0.14)\n    );\n    padding:10px;\n  }\n\n  .hl-image-wrap img{\n    width:100%;\n    height:auto;\n    display:block;\n    border-radius:16px;\n    object-fit:cover;\n  }\n\n  .hl-content{\n    width:100%;\n  }\n\n  .hl-eyebrow{\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--secondary);\n    font-size:10px;\n    font-weight:700;\n    margin-bottom:10px;\n  }\n\n  .hl-title{\n    font-size:2rem;\n    line-height:1.15;\n    margin-bottom:16px;\n    font-weight:800;\n  }\n\n  .hl-gradient{\n    background:linear-gradient(\n      90deg,\n      #7d9277,\n      #c79d52,\n      #9b8a76\n    );\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n  }\n\n  .hl-description{\n    color:var(--muted);\n    font-size:14px;\n    line-height:1.75;\n    margin-bottom:22px;\n  }\n\n  .hl-features{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:12px;\n    margin-bottom:24px;\n  }\n\n  .hl-feature{\n    background:linear-gradient(\n      180deg,\n      rgba(255,255,255,0.95),\n      rgba(250,245,236,0.96)\n    );\n    border:1px solid rgba(141,162,135,0.14);\n    border-radius:18px;\n    padding:14px;\n    box-shadow:0 10px 20px rgba(141,162,135,0.06);\n    transition:all .3s ease;\n  }\n\n  .hl-feature:hover{\n    transform:translateY(-4px);\n  }\n\n  .hl-feature-icon{\n    width:42px;\n    height:42px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:12px;\n    background:linear-gradient(\n      135deg,\n      rgba(141,162,135,0.18),\n      rgba(214,182,122,0.22)\n    );\n    font-size:20px;\n    margin-bottom:10px;\n  }\n\n  .hl-feature h3{\n    font-size:15px;\n    margin-bottom:6px;\n    font-weight:700;\n  }\n\n  .hl-feature p{\n    color:var(--muted);\n    font-size:12px;\n    line-height:1.6;\n  }\n\n  .hl-footer{\n    margin-top:6px;\n  }\n\n  .hl-brand{\n    font-size:28px;\n    font-weight:800;\n    margin-bottom:6px;\n  }\n\n  .hl-slogan{\n    font-size:14px;\n    color:#9a7b49;\n    font-style:italic;\n    margin-bottom:14px;\n    line-height:1.5;\n  }\n\n  .hl-bottom{\n    color:var(--muted);\n    font-size:13px;\n    line-height:1.75;\n  }\n\n  \/* TABLET *\/\n\n  @media(min-width:768px){\n\n    .hl-container{\n      padding:40px 28px;\n    }\n\n    .hl-hero{\n      gap:40px;\n    }\n\n    .hl-card{\n      padding:24px;\n    }\n\n    .hl-title{\n      font-size:3rem;\n      line-height:1.05;\n    }\n\n    .hl-description{\n      font-size:15px;\n      max-width:620px;\n    }\n\n    .hl-features{\n      grid-template-columns:repeat(2,1fr);\n      gap:16px;\n    }\n\n    .hl-feature{\n      padding:18px;\n    }\n\n    .hl-feature-icon{\n      width:50px;\n      height:50px;\n      font-size:22px;\n    }\n\n    .hl-feature h3{\n      font-size:16px;\n    }\n\n    .hl-feature p{\n      font-size:13px;\n    }\n\n    .hl-brand{\n      font-size:38px;\n    }\n\n    .hl-slogan{\n      font-size:16px;\n    }\n\n    .hl-bottom{\n      font-size:14px;\n      max-width:580px;\n    }\n\n  }\n\n  \/* DESKTOP *\/\n\n  @media(min-width:1024px){\n\n    .hl-hero{\n      grid-template-columns:1fr 1fr;\n      gap:54px;\n      align-items:center;\n    }\n\n    .hl-card{\n      padding:28px;\n    }\n\n    .hl-title{\n      font-size:4rem;\n    }\n\n    .hl-description{\n      font-size:16px;\n      line-height:1.9;\n    }\n\n    .hl-badge{\n      font-size:12px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"hl-container\"\u003e\n\u003csection class=\"hl-hero\"\u003e\u003c!-- IMAGE SIDE --\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-badge\"\u003e\n\u003cspan class=\"hl-pulse\"\u003e\u003c\/span\u003e Loved by South African Moms\u003c\/div\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1544126592-807ade215a0b?q=80\u0026amp;w=1200\u0026amp;auto=format\u0026amp;fit=crop\" alt=\"Mother breastfeeding baby using nursing pillow\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTENT SIDE --\u003e\n\u003cdiv class=\"hl-content\"\u003e\n\u003cdiv class=\"hl-eyebrow\"\u003ePerfect for Comfort, Connection \u0026amp; Calm\u003c\/div\u003e\n\u003ch1 class=\"hl-title\"\u003eGentle Comfort for \u003cspan class=\"hl-gradient\"\u003eEvery\u003c\/span\u003e Feeding Moment\u003c\/h1\u003e\n\u003cp class=\"hl-description\"\u003eFrom those quiet midnight feeds to peaceful daytime cuddles, the Honey \u0026amp; Loom Nursing Pillow is thoughtfully designed to bring comfort, calm, and support to every stage of your feeding journey. \u003cbr\u003e\u003cbr\u003eCrafted with a soft ergonomic shape that fits naturally around your body, it gently lifts your baby into the ideal feeding position — easing pressure on your shoulders, neck, arms, and back so you can fully enjoy those precious bonding moments.\u003c\/p\u003e\n\u003cdiv class=\"hl-features\"\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🤱\u003c\/div\u003e\n\u003ch3\u003eErgonomic Support\u003c\/h3\u003e\n\u003cp\u003ePositions baby at the ideal angle for comfortable latching and feeding support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e☁️\u003c\/div\u003e\n\u003ch3\u003eSoft Fabric\u003c\/h3\u003e\n\u003cp\u003eMade with ultra-soft materials that feel gentle against baby's delicate skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🧺\u003c\/div\u003e\n\u003ch3\u003eEasy-Care Cover\u003c\/h3\u003e\n\u003cp\u003eRemovable and machine washable cover for effortless everyday cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eCompact \u0026amp; Lightweight\u003c\/h3\u003e\n\u003cp\u003eEasy to move from room to room or take along wherever motherhood takes you.\u003c\/p\u003e\n\u003cp\u003eDimensions: 63cm x 47cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-footer\"\u003e\n\u003cdiv class=\"hl-brand\"\u003eHoney \u0026amp; Loom\u003c\/div\u003e\n\u003cdiv class=\"hl-slogan\"\u003eFor precious moments as sweet as honey\u003c\/div\u003e\n\u003cdiv class=\"hl-bottom\"\u003eWhether you're a first-time mama finding your rhythm or a seasoned pro, the Honey \u0026amp; Loom Nursing Pillow offers the nurturing support you deserve during every beautiful feeding moment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honey \u0026 Loom","offers":[{"title":"Blush Pink","offer_id":44613493981319,"sku":null,"price":1599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8150\/1319\/files\/pink-pillow-white-background.png?v=1782751873"},{"product_id":"honey-loom-the-nursing-cover","title":"Honey \u0026 Loom | The Nursing Cover - Floral","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --bg: #f8f4ec;\n      --card: rgba(255,255,255,0.75);\n      --text: #4f463d;\n      --muted: #7b7167;\n      --primary: #8da287;\n      --secondary: #d6b67a;\n      --border: rgba(141,162,135,0.16);\n      --shadow: 0 18px 40px rgba(125,108,84,0.12);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: linear-gradient(180deg, #f7f2ea 0%, #f3ede2 45%, #efe6d7 100%);\n      color: var(--text);\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    .background-glow {\n      position: fixed;\n      inset: 0;\n      z-index: -1;\n      overflow: hidden;\n    }\n\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(70px);\n      opacity: 0.5;\n      animation: float 10s ease-in-out infinite;\n    }\n\n    .orb.one {\n      width: 260px;\n      height: 260px;\n      background: #b8c7b0;\n      top: -60px;\n      left: -50px;\n    }\n\n    .orb.two {\n      width: 240px;\n      height: 240px;\n      background: #e2c38d;\n      right: -50px;\n      top: 120px;\n      animation-delay: 2s;\n    }\n\n    .orb.three {\n      width: 220px;\n      height: 220px;\n      background: #d8c7b2;\n      bottom: -80px;\n      left: 35%;\n      animation-delay: 4s;\n    }\n\n    @keyframes float {\n      0%,100% { transform: translateY(0px); }\n      50% { transform: translateY(20px); }\n    }\n\n    .container {\n      max-width: 1180px;\n      margin: auto;\n      padding: 24px 16px;\n    }\n\n    .hero {\n      display: flex;\n      justify-content: center;\n      gap: 28px;\n      align-items: center;\n    }\n\n    .product-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 20px;\n      backdrop-filter: blur(18px);\n      box-shadow: var(--shadow);\n      animation: fadeUp 1s ease;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 8px 14px;\n      border-radius: 999px;\n      background: rgba(255,255,255,0.7);\n      border: 1px solid rgba(141,162,135,0.14);\n      color: #6f675e;\n      font-size: 12px;\n      margin-bottom: 16px;\n    }\n\n    .pulse {\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: #c79d52;\n      box-shadow: 0 0 10px #d6b67a;\n      animation: pulse 1.6s infinite;\n    }\n\n    @keyframes pulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50% { transform: scale(1.6); opacity: .4; }\n    }\n\n    .product-image {\n      background: linear-gradient(135deg, rgba(141,162,135,0.24), rgba(214,182,122,0.18));\n      border-radius: 22px;\n      padding: 12px;\n      overflow: hidden;\n    }\n\n    .product-image img {\n      width: 100%;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      transition: transform .5s ease;\n    }\n\n    .product-image:hover img {\n      transform: scale(1.03);\n    }\n\n    .content {\n      animation: fadeUp 1s ease .15s both;\n      max-width: 720px;\n      width: 100%;\n    }\n\n    .eyebrow {\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--secondary);\n      font-size: 11px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    h1 {\n      font-size: clamp(2rem, 4vw, 3.8rem);\n      line-height: 1.1;\n      margin-bottom: 16px;\n      font-weight: 800;\n    }\n\n    .gradient-text {\n      background: linear-gradient(90deg, #7d9277, #c79d52, #9b8a76);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .description {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.75;\n      margin-bottom: 26px;\n      max-width: 580px;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 28px;\n    }\n\n    .feature {\n      background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,245,236,0.95));\n      border: 1px solid rgba(141,162,135,0.16);\n      border-radius: 18px;\n      padding: 16px;\n      transition: all .3s ease;\n    }\n\n    .feature:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px rgba(141,162,135,0.12);\n    }\n\n    .feature-icon {\n      width: 42px;\n      height: 42px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 12px;\n      background: linear-gradient(135deg, rgba(141,162,135,0.18), rgba(214,182,122,0.2));\n      margin-bottom: 10px;\n      font-size: 20px;\n    }\n\n    .feature h3 {\n      font-size: 15px;\n      margin-bottom: 6px;\n    }\n\n    .feature p {\n      font-size: 12px;\n      line-height: 1.6;\n      color: var(--muted);\n    }\n\n    .btn {\n      width: 100%;\n      padding: 14px 18px;\n      border: none;\n      border-radius: 16px;\n      font-size: 14px;\n      font-weight: 700;\n      cursor: pointer;\n      background: linear-gradient(135deg, #8da287 0%, #c9a86a 100%);\n      color: white;\n      box-shadow: 0 12px 28px rgba(141,162,135,0.24);\n      transition: all .3s ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-3px);\n    }\n\n    .brand {\n      margin-top: 26px;\n    }\n\n    .brand-name {\n      font-size: 30px;\n      font-weight: 800;\n      margin-bottom: 6px;\n    }\n\n    .slogan {\n      color: #9a7b49;\n      font-style: italic;\n      font-size: 15px;\n      margin-bottom: 14px;\n    }\n\n    .brand-copy {\n      color: var(--muted);\n      font-size: 13px;\n      line-height: 1.7;\n      max-width: 540px;\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .container {\n        padding: 18px 12px;\n      }\n\n      .hero {\n        gap: 20px;\n      }\n\n      .product-card {\n        padding: 16px;\n        border-radius: 22px;\n      }\n\n      h1 {\n        font-size: 1.9rem;\n      }\n\n      .description {\n        font-size: 14px;\n      }\n\n      .features {\n        grid-template-columns: 1fr;\n      }\n\n      .brand-name {\n        font-size: 26px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"background-glow\"\u003e\n\u003cdiv class=\"orb one\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb two\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb three\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eComfort \u0026amp; Privacy Wherever Motherhood Takes You\u003c\/div\u003e\n\u003ch1\u003eFeed Freely.\u003cbr\u003e\u003cspan class=\"gradient-text\"\u003eGo Anywhere.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"description\"\u003eThe Honey \u0026amp; Loom Nursing Cover is designed for the modern South African mom — lightweight, breathable, and beautifully versatile. \u003cbr\u003e\u003cbr\u003eWhether you're feeding at home, at a family braai, or out and about, this cover gives you the privacy and comfort you deserve while keeping both you and baby cool in South Africa's warmer climate.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤱\u003c\/div\u003e\n\u003ch3\u003eNursing Cover\u003c\/h3\u003e\n\u003cp\u003eDesigned for discreet, comfortable breastfeeding wherever you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eCar Seat Cover\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating a calm, shaded space for baby while on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eLightweight Fabric\u003c\/h3\u003e\n\u003cp\u003eSoft, breathable material designed for all-day comfort in warm weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eEasy to Carry\u003c\/h3\u003e\n\u003cp\u003eCompact enough to fit effortlessly into your everyday nappy bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brand-copy\"\u003eBecause feeding your baby should feel effortless, wherever you are. Thoughtfully designed for modern motherhood, soft everyday moments, and beautiful memories with your little one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honey \u0026 Loom","offers":[{"title":"Default Title","offer_id":44648214724743,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8150\/1319\/files\/ring-sling-floral-print.png?v=1781183549"},{"product_id":"honey-loom-the-nursing-cover-floral-copy","title":"Honey \u0026 Loom | The Nursing Cover - Leaves","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --bg: #f8f4ec;\n      --card: rgba(255,255,255,0.75);\n      --text: #4f463d;\n      --muted: #7b7167;\n      --primary: #8da287;\n      --secondary: #d6b67a;\n      --border: rgba(141,162,135,0.16);\n      --shadow: 0 18px 40px rgba(125,108,84,0.12);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: linear-gradient(180deg, #f7f2ea 0%, #f3ede2 45%, #efe6d7 100%);\n      color: var(--text);\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    .background-glow {\n      position: fixed;\n      inset: 0;\n      z-index: -1;\n      overflow: hidden;\n    }\n\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(70px);\n      opacity: 0.5;\n      animation: float 10s ease-in-out infinite;\n    }\n\n    .orb.one {\n      width: 260px;\n      height: 260px;\n      background: #b8c7b0;\n      top: -60px;\n      left: -50px;\n    }\n\n    .orb.two {\n      width: 240px;\n      height: 240px;\n      background: #e2c38d;\n      right: -50px;\n      top: 120px;\n      animation-delay: 2s;\n    }\n\n    .orb.three {\n      width: 220px;\n      height: 220px;\n      background: #d8c7b2;\n      bottom: -80px;\n      left: 35%;\n      animation-delay: 4s;\n    }\n\n    @keyframes float {\n      0%,100% { transform: translateY(0px); }\n      50% { transform: translateY(20px); }\n    }\n\n    .container {\n      max-width: 1180px;\n      margin: auto;\n      padding: 24px 16px;\n    }\n\n    .hero {\n      display: flex;\n      justify-content: center;\n      gap: 28px;\n      align-items: center;\n    }\n\n    .product-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 20px;\n      backdrop-filter: blur(18px);\n      box-shadow: var(--shadow);\n      animation: fadeUp 1s ease;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 8px 14px;\n      border-radius: 999px;\n      background: rgba(255,255,255,0.7);\n      border: 1px solid rgba(141,162,135,0.14);\n      color: #6f675e;\n      font-size: 12px;\n      margin-bottom: 16px;\n    }\n\n    .pulse {\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: #c79d52;\n      box-shadow: 0 0 10px #d6b67a;\n      animation: pulse 1.6s infinite;\n    }\n\n    @keyframes pulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50% { transform: scale(1.6); opacity: .4; }\n    }\n\n    .product-image {\n      background: linear-gradient(135deg, rgba(141,162,135,0.24), rgba(214,182,122,0.18));\n      border-radius: 22px;\n      padding: 12px;\n      overflow: hidden;\n    }\n\n    .product-image img {\n      width: 100%;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      transition: transform .5s ease;\n    }\n\n    .product-image:hover img {\n      transform: scale(1.03);\n    }\n\n    .content {\n      animation: fadeUp 1s ease .15s both;\n      max-width: 720px;\n      width: 100%;\n    }\n\n    .eyebrow {\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--secondary);\n      font-size: 11px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    h1 {\n      font-size: clamp(2rem, 4vw, 3.8rem);\n      line-height: 1.1;\n      margin-bottom: 16px;\n      font-weight: 800;\n    }\n\n    .gradient-text {\n      background: linear-gradient(90deg, #7d9277, #c79d52, #9b8a76);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .description {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.75;\n      margin-bottom: 26px;\n      max-width: 580px;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 28px;\n    }\n\n    .feature {\n      background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,245,236,0.95));\n      border: 1px solid rgba(141,162,135,0.16);\n      border-radius: 18px;\n      padding: 16px;\n      transition: all .3s ease;\n    }\n\n    .feature:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px rgba(141,162,135,0.12);\n    }\n\n    .feature-icon {\n      width: 42px;\n      height: 42px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 12px;\n      background: linear-gradient(135deg, rgba(141,162,135,0.18), rgba(214,182,122,0.2));\n      margin-bottom: 10px;\n      font-size: 20px;\n    }\n\n    .feature h3 {\n      font-size: 15px;\n      margin-bottom: 6px;\n    }\n\n    .feature p {\n      font-size: 12px;\n      line-height: 1.6;\n      color: var(--muted);\n    }\n\n    .btn {\n      width: 100%;\n      padding: 14px 18px;\n      border: none;\n      border-radius: 16px;\n      font-size: 14px;\n      font-weight: 700;\n      cursor: pointer;\n      background: linear-gradient(135deg, #8da287 0%, #c9a86a 100%);\n      color: white;\n      box-shadow: 0 12px 28px rgba(141,162,135,0.24);\n      transition: all .3s ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-3px);\n    }\n\n    .brand {\n      margin-top: 26px;\n    }\n\n    .brand-name {\n      font-size: 30px;\n      font-weight: 800;\n      margin-bottom: 6px;\n    }\n\n    .slogan {\n      color: #9a7b49;\n      font-style: italic;\n      font-size: 15px;\n      margin-bottom: 14px;\n    }\n\n    .brand-copy {\n      color: var(--muted);\n      font-size: 13px;\n      line-height: 1.7;\n      max-width: 540px;\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .container {\n        padding: 18px 12px;\n      }\n\n      .hero {\n        gap: 20px;\n      }\n\n      .product-card {\n        padding: 16px;\n        border-radius: 22px;\n      }\n\n      h1 {\n        font-size: 1.9rem;\n      }\n\n      .description {\n        font-size: 14px;\n      }\n\n      .features {\n        grid-template-columns: 1fr;\n      }\n\n      .brand-name {\n        font-size: 26px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"background-glow\"\u003e\n\u003cdiv class=\"orb one\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb two\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb three\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eComfort \u0026amp; Privacy Wherever Motherhood Takes You\u003c\/div\u003e\n\u003ch1\u003eFeed Freely.\u003cbr\u003e\u003cspan class=\"gradient-text\"\u003eGo Anywhere.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"description\"\u003eThe Honey \u0026amp; Loom Nursing Cover is designed for the modern South African mom — lightweight, breathable, and beautifully versatile. \u003cbr\u003e\u003cbr\u003eWhether you're feeding at home, at a family braai, or out and about, this cover gives you the privacy and comfort you deserve while keeping both you and baby cool in South Africa's warmer climate.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤱\u003c\/div\u003e\n\u003ch3\u003eNursing Cover\u003c\/h3\u003e\n\u003cp\u003eDesigned for discreet, comfortable breastfeeding wherever you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eCar Seat Cover\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating a calm, shaded space for baby while on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eLightweight Fabric\u003c\/h3\u003e\n\u003cp\u003eSoft, breathable material designed for all-day comfort in warm weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eEasy to Carry\u003c\/h3\u003e\n\u003cp\u003eCompact enough to fit effortlessly into your everyday nappy bag.\u003c\/p\u003e\n\u003cp\u003eDimensions: 90cm x 70cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brand-copy\"\u003eBecause feeding your baby should feel effortless, wherever you are. Thoughtfully designed for modern motherhood, soft everyday moments, and beautiful memories with your little one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honey \u0026 Loom","offers":[{"title":"Default Title","offer_id":44769041744007,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8150\/1319\/files\/ring-sling-no-inset.png?v=1781182743"},{"product_id":"honey-loom-the-nursing-cover-leaves-copy","title":"Honey \u0026 Loom | The Nursing Cover - Sage Green","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --bg: #f8f4ec;\n      --card: rgba(255,255,255,0.75);\n      --text: #4f463d;\n      --muted: #7b7167;\n      --primary: #8da287;\n      --secondary: #d6b67a;\n      --border: rgba(141,162,135,0.16);\n      --shadow: 0 18px 40px rgba(125,108,84,0.12);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: linear-gradient(180deg, #f7f2ea 0%, #f3ede2 45%, #efe6d7 100%);\n      color: var(--text);\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    .background-glow {\n      position: fixed;\n      inset: 0;\n      z-index: -1;\n      overflow: hidden;\n    }\n\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(70px);\n      opacity: 0.5;\n      animation: float 10s ease-in-out infinite;\n    }\n\n    .orb.one {\n      width: 260px;\n      height: 260px;\n      background: #b8c7b0;\n      top: -60px;\n      left: -50px;\n    }\n\n    .orb.two {\n      width: 240px;\n      height: 240px;\n      background: #e2c38d;\n      right: -50px;\n      top: 120px;\n      animation-delay: 2s;\n    }\n\n    .orb.three {\n      width: 220px;\n      height: 220px;\n      background: #d8c7b2;\n      bottom: -80px;\n      left: 35%;\n      animation-delay: 4s;\n    }\n\n    @keyframes float {\n      0%,100% { transform: translateY(0px); }\n      50% { transform: translateY(20px); }\n    }\n\n    .container {\n      max-width: 1180px;\n      margin: auto;\n      padding: 24px 16px;\n    }\n\n    .hero {\n      display: flex;\n      justify-content: center;\n      gap: 28px;\n      align-items: center;\n    }\n\n    .product-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 20px;\n      backdrop-filter: blur(18px);\n      box-shadow: var(--shadow);\n      animation: fadeUp 1s ease;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 8px 14px;\n      border-radius: 999px;\n      background: rgba(255,255,255,0.7);\n      border: 1px solid rgba(141,162,135,0.14);\n      color: #6f675e;\n      font-size: 12px;\n      margin-bottom: 16px;\n    }\n\n    .pulse {\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: #c79d52;\n      box-shadow: 0 0 10px #d6b67a;\n      animation: pulse 1.6s infinite;\n    }\n\n    @keyframes pulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50% { transform: scale(1.6); opacity: .4; }\n    }\n\n    .product-image {\n      background: linear-gradient(135deg, rgba(141,162,135,0.24), rgba(214,182,122,0.18));\n      border-radius: 22px;\n      padding: 12px;\n      overflow: hidden;\n    }\n\n    .product-image img {\n      width: 100%;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      transition: transform .5s ease;\n    }\n\n    .product-image:hover img {\n      transform: scale(1.03);\n    }\n\n    .content {\n      animation: fadeUp 1s ease .15s both;\n      max-width: 720px;\n      width: 100%;\n    }\n\n    .eyebrow {\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--secondary);\n      font-size: 11px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    h1 {\n      font-size: clamp(2rem, 4vw, 3.8rem);\n      line-height: 1.1;\n      margin-bottom: 16px;\n      font-weight: 800;\n    }\n\n    .gradient-text {\n      background: linear-gradient(90deg, #7d9277, #c79d52, #9b8a76);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .description {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.75;\n      margin-bottom: 26px;\n      max-width: 580px;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 28px;\n    }\n\n    .feature {\n      background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,245,236,0.95));\n      border: 1px solid rgba(141,162,135,0.16);\n      border-radius: 18px;\n      padding: 16px;\n      transition: all .3s ease;\n    }\n\n    .feature:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px rgba(141,162,135,0.12);\n    }\n\n    .feature-icon {\n      width: 42px;\n      height: 42px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 12px;\n      background: linear-gradient(135deg, rgba(141,162,135,0.18), rgba(214,182,122,0.2));\n      margin-bottom: 10px;\n      font-size: 20px;\n    }\n\n    .feature h3 {\n      font-size: 15px;\n      margin-bottom: 6px;\n    }\n\n    .feature p {\n      font-size: 12px;\n      line-height: 1.6;\n      color: var(--muted);\n    }\n\n    .btn {\n      width: 100%;\n      padding: 14px 18px;\n      border: none;\n      border-radius: 16px;\n      font-size: 14px;\n      font-weight: 700;\n      cursor: pointer;\n      background: linear-gradient(135deg, #8da287 0%, #c9a86a 100%);\n      color: white;\n      box-shadow: 0 12px 28px rgba(141,162,135,0.24);\n      transition: all .3s ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-3px);\n    }\n\n    .brand {\n      margin-top: 26px;\n    }\n\n    .brand-name {\n      font-size: 30px;\n      font-weight: 800;\n      margin-bottom: 6px;\n    }\n\n    .slogan {\n      color: #9a7b49;\n      font-style: italic;\n      font-size: 15px;\n      margin-bottom: 14px;\n    }\n\n    .brand-copy {\n      color: var(--muted);\n      font-size: 13px;\n      line-height: 1.7;\n      max-width: 540px;\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .container {\n        padding: 18px 12px;\n      }\n\n      .hero {\n        gap: 20px;\n      }\n\n      .product-card {\n        padding: 16px;\n        border-radius: 22px;\n      }\n\n      h1 {\n        font-size: 1.9rem;\n      }\n\n      .description {\n        font-size: 14px;\n      }\n\n      .features {\n        grid-template-columns: 1fr;\n      }\n\n      .brand-name {\n        font-size: 26px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"background-glow\"\u003e\n\u003cdiv class=\"orb one\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb two\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb three\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eComfort \u0026amp; Privacy Wherever Motherhood Takes You\u003c\/div\u003e\n\u003ch1\u003eFeed Freely.\u003cbr\u003e\u003cspan class=\"gradient-text\"\u003eGo Anywhere.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"description\"\u003eThe Honey \u0026amp; Loom Nursing Cover is designed for the modern South African mom — lightweight, breathable, and beautifully versatile. \u003cbr\u003e\u003cbr\u003eWhether you're feeding at home, at a family braai, or out and about, this cover gives you the privacy and comfort you deserve while keeping both you and baby cool in South Africa's warmer climate.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤱\u003c\/div\u003e\n\u003ch3\u003eNursing Cover\u003c\/h3\u003e\n\u003cp\u003eDesigned for discreet, comfortable breastfeeding wherever you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eCar Seat Cover\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating a calm, shaded space for baby while on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eLightweight Fabric\u003c\/h3\u003e\n\u003cp\u003eSoft, breathable material designed for all-day comfort in warm weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eEasy to Carry\u003c\/h3\u003e\n\u003cp\u003eCompact enough to fit effortlessly into your everyday nappy bag.\u003c\/p\u003e\n\u003cp\u003eDimensions: 90cm x 70cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brand-copy\"\u003eBecause feeding your baby should feel effortless, wherever you are. Thoughtfully designed for modern motherhood, soft everyday moments, and beautiful memories with your little one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honey \u0026 Loom","offers":[{"title":"Default Title","offer_id":44769070579847,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8150\/1319\/files\/ring-sling-sage-green-no-inset.png?v=1781183103"},{"product_id":"honey-loom-the-nursing-cover-sage-green-copy","title":"Honey \u0026 Loom | The Nursing Cover - Beige","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    :root {\n      --bg: #f8f4ec;\n      --card: rgba(255,255,255,0.75);\n      --text: #4f463d;\n      --muted: #7b7167;\n      --primary: #8da287;\n      --secondary: #d6b67a;\n      --border: rgba(141,162,135,0.16);\n      --shadow: 0 18px 40px rgba(125,108,84,0.12);\n    }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: linear-gradient(180deg, #f7f2ea 0%, #f3ede2 45%, #efe6d7 100%);\n      color: var(--text);\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    .background-glow {\n      position: fixed;\n      inset: 0;\n      z-index: -1;\n      overflow: hidden;\n    }\n\n    .orb {\n      position: absolute;\n      border-radius: 50%;\n      filter: blur(70px);\n      opacity: 0.5;\n      animation: float 10s ease-in-out infinite;\n    }\n\n    .orb.one {\n      width: 260px;\n      height: 260px;\n      background: #b8c7b0;\n      top: -60px;\n      left: -50px;\n    }\n\n    .orb.two {\n      width: 240px;\n      height: 240px;\n      background: #e2c38d;\n      right: -50px;\n      top: 120px;\n      animation-delay: 2s;\n    }\n\n    .orb.three {\n      width: 220px;\n      height: 220px;\n      background: #d8c7b2;\n      bottom: -80px;\n      left: 35%;\n      animation-delay: 4s;\n    }\n\n    @keyframes float {\n      0%,100% { transform: translateY(0px); }\n      50% { transform: translateY(20px); }\n    }\n\n    .container {\n      max-width: 1180px;\n      margin: auto;\n      padding: 24px 16px;\n    }\n\n    .hero {\n      display: flex;\n      justify-content: center;\n      gap: 28px;\n      align-items: center;\n    }\n\n    .product-card {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 28px;\n      padding: 20px;\n      backdrop-filter: blur(18px);\n      box-shadow: var(--shadow);\n      animation: fadeUp 1s ease;\n    }\n\n    .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      padding: 8px 14px;\n      border-radius: 999px;\n      background: rgba(255,255,255,0.7);\n      border: 1px solid rgba(141,162,135,0.14);\n      color: #6f675e;\n      font-size: 12px;\n      margin-bottom: 16px;\n    }\n\n    .pulse {\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: #c79d52;\n      box-shadow: 0 0 10px #d6b67a;\n      animation: pulse 1.6s infinite;\n    }\n\n    @keyframes pulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50% { transform: scale(1.6); opacity: .4; }\n    }\n\n    .product-image {\n      background: linear-gradient(135deg, rgba(141,162,135,0.24), rgba(214,182,122,0.18));\n      border-radius: 22px;\n      padding: 12px;\n      overflow: hidden;\n    }\n\n    .product-image img {\n      width: 100%;\n      border-radius: 18px;\n      display: block;\n      object-fit: cover;\n      transition: transform .5s ease;\n    }\n\n    .product-image:hover img {\n      transform: scale(1.03);\n    }\n\n    .content {\n      animation: fadeUp 1s ease .15s both;\n      max-width: 720px;\n      width: 100%;\n    }\n\n    .eyebrow {\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--secondary);\n      font-size: 11px;\n      font-weight: 700;\n      margin-bottom: 12px;\n    }\n\n    h1 {\n      font-size: clamp(2rem, 4vw, 3.8rem);\n      line-height: 1.1;\n      margin-bottom: 16px;\n      font-weight: 800;\n    }\n\n    .gradient-text {\n      background: linear-gradient(90deg, #7d9277, #c79d52, #9b8a76);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n\n    .description {\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.75;\n      margin-bottom: 26px;\n      max-width: 580px;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 14px;\n      margin-bottom: 28px;\n    }\n\n    .feature {\n      background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(250,245,236,0.95));\n      border: 1px solid rgba(141,162,135,0.16);\n      border-radius: 18px;\n      padding: 16px;\n      transition: all .3s ease;\n    }\n\n    .feature:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 12px 24px rgba(141,162,135,0.12);\n    }\n\n    .feature-icon {\n      width: 42px;\n      height: 42px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 12px;\n      background: linear-gradient(135deg, rgba(141,162,135,0.18), rgba(214,182,122,0.2));\n      margin-bottom: 10px;\n      font-size: 20px;\n    }\n\n    .feature h3 {\n      font-size: 15px;\n      margin-bottom: 6px;\n    }\n\n    .feature p {\n      font-size: 12px;\n      line-height: 1.6;\n      color: var(--muted);\n    }\n\n    .btn {\n      width: 100%;\n      padding: 14px 18px;\n      border: none;\n      border-radius: 16px;\n      font-size: 14px;\n      font-weight: 700;\n      cursor: pointer;\n      background: linear-gradient(135deg, #8da287 0%, #c9a86a 100%);\n      color: white;\n      box-shadow: 0 12px 28px rgba(141,162,135,0.24);\n      transition: all .3s ease;\n    }\n\n    .btn:hover {\n      transform: translateY(-3px);\n    }\n\n    .brand {\n      margin-top: 26px;\n    }\n\n    .brand-name {\n      font-size: 30px;\n      font-weight: 800;\n      margin-bottom: 6px;\n    }\n\n    .slogan {\n      color: #9a7b49;\n      font-style: italic;\n      font-size: 15px;\n      margin-bottom: 14px;\n    }\n\n    .brand-copy {\n      color: var(--muted);\n      font-size: 13px;\n      line-height: 1.7;\n      max-width: 540px;\n    }\n\n    @keyframes fadeUp {\n      from {\n        opacity: 0;\n        transform: translateY(30px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    @media (max-width: 768px) {\n      .container {\n        padding: 18px 12px;\n      }\n\n      .hero {\n        gap: 20px;\n      }\n\n      .product-card {\n        padding: 16px;\n        border-radius: 22px;\n      }\n\n      h1 {\n        font-size: 1.9rem;\n      }\n\n      .description {\n        font-size: 14px;\n      }\n\n      .features {\n        grid-template-columns: 1fr;\n      }\n\n      .brand-name {\n        font-size: 26px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"background-glow\"\u003e\n\u003cdiv class=\"orb one\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb two\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"orb three\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eComfort \u0026amp; Privacy Wherever Motherhood Takes You\u003c\/div\u003e\n\u003ch1\u003eFeed Freely.\u003cbr\u003e\u003cspan class=\"gradient-text\"\u003eGo Anywhere.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"description\"\u003eThe Honey \u0026amp; Loom Nursing Cover is designed for the modern South African mom — lightweight, breathable, and beautifully versatile. \u003cbr\u003e\u003cbr\u003eWhether you're feeding at home, at a family braai, or out and about, this cover gives you the privacy and comfort you deserve while keeping both you and baby cool in South Africa's warmer climate.\u003c\/p\u003e\n\u003cdiv class=\"features\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤱\u003c\/div\u003e\n\u003ch3\u003eNursing Cover\u003c\/h3\u003e\n\u003cp\u003eDesigned for discreet, comfortable breastfeeding wherever you are.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eCar Seat Cover\u003c\/h3\u003e\n\u003cp\u003ePerfect for creating a calm, shaded space for baby while on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003ch3\u003eLightweight Fabric\u003c\/h3\u003e\n\u003cp\u003eSoft, breathable material designed for all-day comfort in warm weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e👜\u003c\/div\u003e\n\u003ch3\u003eEasy to Carry\u003c\/h3\u003e\n\u003cp\u003eCompact enough to fit effortlessly into your everyday nappy bag.\u003c\/p\u003e\n\u003cp\u003eDimensions: 90cm x 70cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brand-copy\"\u003eBecause feeding your baby should feel effortless, wherever you are. Thoughtfully designed for modern motherhood, soft everyday moments, and beautiful memories with your little one.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honey \u0026 Loom","offers":[{"title":"Default Title","offer_id":44769092927623,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8150\/1319\/files\/ring-sling-beige-no-inset.png?v=1781183291"},{"product_id":"honey-loom-the-nursing-pillow-copy","title":"Honey \u0026 Loom | The Nursing Pillow - Soft Grey","description":"\u003cstyle\u003e\n\n  *{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n  }\n\n  :root{\n    --text:#4f463d;\n    --muted:#7b7167;\n    --primary:#8da287;\n    --secondary:#d6b67a;\n    --border:rgba(141,162,135,0.14);\n    --shadow:0 16px 34px rgba(125,108,84,0.10);\n  }\n\n  body{\n    font-family:'Inter',sans-serif;\n    background:linear-gradient(\n      180deg,\n      #f7f2ea 0%,\n      #f1e9dc 100%\n    );\n    color:var(--text);\n    overflow-x:hidden;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .hl-container{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    padding:24px 18px;\n  }\n\n  .hl-hero{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:28px;\n    align-items:center;\n  }\n\n  .hl-card{\n    background:rgba(255,255,255,0.78);\n    border:1px solid var(--border);\n    backdrop-filter:blur(14px);\n    border-radius:30px;\n    padding:18px;\n    box-shadow:var(--shadow);\n    overflow:hidden;\n  }\n\n  .hl-badge{\n    display:inline-flex;\n    align-items:center;\n    gap:8px;\n    padding:8px 14px;\n    border-radius:999px;\n    background:rgba(255,255,255,0.85);\n    border:1px solid rgba(141,162,135,0.10);\n    font-size:11px;\n    color:#6f675e;\n    margin-bottom:14px;\n    font-weight:600;\n  }\n\n  .hl-pulse{\n    width:8px;\n    height:8px;\n    border-radius:50%;\n    background:#c79d52;\n    box-shadow:0 0 10px #d6b67a;\n    animation:hlPulse 1.6s infinite;\n  }\n\n  @keyframes hlPulse{\n    0%,100%{\n      transform:scale(1);\n      opacity:1;\n    }\n    50%{\n      transform:scale(1.5);\n      opacity:.4;\n    }\n  }\n\n  .hl-image-wrap{\n    width:100%;\n    border-radius:22px;\n    overflow:hidden;\n    background:linear-gradient(\n      135deg,\n      rgba(141,162,135,0.18),\n      rgba(214,182,122,0.14)\n    );\n    padding:10px;\n  }\n\n  .hl-image-wrap img{\n    width:100%;\n    height:auto;\n    display:block;\n    border-radius:16px;\n    object-fit:cover;\n  }\n\n  .hl-content{\n    width:100%;\n  }\n\n  .hl-eyebrow{\n    letter-spacing:0.14em;\n    text-transform:uppercase;\n    color:var(--secondary);\n    font-size:10px;\n    font-weight:700;\n    margin-bottom:10px;\n  }\n\n  .hl-title{\n    font-size:2rem;\n    line-height:1.15;\n    margin-bottom:16px;\n    font-weight:800;\n  }\n\n  .hl-gradient{\n    background:linear-gradient(\n      90deg,\n      #7d9277,\n      #c79d52,\n      #9b8a76\n    );\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n  }\n\n  .hl-description{\n    color:var(--muted);\n    font-size:14px;\n    line-height:1.75;\n    margin-bottom:22px;\n  }\n\n  .hl-features{\n    display:grid;\n    grid-template-columns:1fr;\n    gap:12px;\n    margin-bottom:24px;\n  }\n\n  .hl-feature{\n    background:linear-gradient(\n      180deg,\n      rgba(255,255,255,0.95),\n      rgba(250,245,236,0.96)\n    );\n    border:1px solid rgba(141,162,135,0.14);\n    border-radius:18px;\n    padding:14px;\n    box-shadow:0 10px 20px rgba(141,162,135,0.06);\n    transition:all .3s ease;\n  }\n\n  .hl-feature:hover{\n    transform:translateY(-4px);\n  }\n\n  .hl-feature-icon{\n    width:42px;\n    height:42px;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:12px;\n    background:linear-gradient(\n      135deg,\n      rgba(141,162,135,0.18),\n      rgba(214,182,122,0.22)\n    );\n    font-size:20px;\n    margin-bottom:10px;\n  }\n\n  .hl-feature h3{\n    font-size:15px;\n    margin-bottom:6px;\n    font-weight:700;\n  }\n\n  .hl-feature p{\n    color:var(--muted);\n    font-size:12px;\n    line-height:1.6;\n  }\n\n  .hl-footer{\n    margin-top:6px;\n  }\n\n  .hl-brand{\n    font-size:28px;\n    font-weight:800;\n    margin-bottom:6px;\n  }\n\n  .hl-slogan{\n    font-size:14px;\n    color:#9a7b49;\n    font-style:italic;\n    margin-bottom:14px;\n    line-height:1.5;\n  }\n\n  .hl-bottom{\n    color:var(--muted);\n    font-size:13px;\n    line-height:1.75;\n  }\n\n  \/* TABLET *\/\n\n  @media(min-width:768px){\n\n    .hl-container{\n      padding:40px 28px;\n    }\n\n    .hl-hero{\n      gap:40px;\n    }\n\n    .hl-card{\n      padding:24px;\n    }\n\n    .hl-title{\n      font-size:3rem;\n      line-height:1.05;\n    }\n\n    .hl-description{\n      font-size:15px;\n      max-width:620px;\n    }\n\n    .hl-features{\n      grid-template-columns:repeat(2,1fr);\n      gap:16px;\n    }\n\n    .hl-feature{\n      padding:18px;\n    }\n\n    .hl-feature-icon{\n      width:50px;\n      height:50px;\n      font-size:22px;\n    }\n\n    .hl-feature h3{\n      font-size:16px;\n    }\n\n    .hl-feature p{\n      font-size:13px;\n    }\n\n    .hl-brand{\n      font-size:38px;\n    }\n\n    .hl-slogan{\n      font-size:16px;\n    }\n\n    .hl-bottom{\n      font-size:14px;\n      max-width:580px;\n    }\n\n  }\n\n  \/* DESKTOP *\/\n\n  @media(min-width:1024px){\n\n    .hl-hero{\n      grid-template-columns:1fr 1fr;\n      gap:54px;\n      align-items:center;\n    }\n\n    .hl-card{\n      padding:28px;\n    }\n\n    .hl-title{\n      font-size:4rem;\n    }\n\n    .hl-description{\n      font-size:16px;\n      line-height:1.9;\n    }\n\n    .hl-badge{\n      font-size:12px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\u003cdiv class=\"hl-container\"\u003e\n\u003csection class=\"hl-hero\"\u003e\u003c!-- IMAGE SIDE --\u003e\n\u003cdiv class=\"hl-card\"\u003e\n\u003cdiv class=\"hl-badge\"\u003e\n\u003cspan class=\"hl-pulse\"\u003e\u003c\/span\u003e Loved by South African Moms\u003c\/div\u003e\n\u003cdiv class=\"hl-image-wrap\"\u003e\u003cimg src=\"https:\/\/images.unsplash.com\/photo-1544126592-807ade215a0b?q=80\u0026amp;w=1200\u0026amp;auto=format\u0026amp;fit=crop\" alt=\"Mother breastfeeding baby using nursing pillow\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTENT SIDE --\u003e\n\u003cdiv class=\"hl-content\"\u003e\n\u003cdiv class=\"hl-eyebrow\"\u003ePerfect for Comfort, Connection \u0026amp; Calm\u003c\/div\u003e\n\u003ch1 class=\"hl-title\"\u003eGentle Comfort for \u003cspan class=\"hl-gradient\"\u003eEvery\u003c\/span\u003e Feeding Moment\u003c\/h1\u003e\n\u003cp class=\"hl-description\"\u003eFrom those quiet midnight feeds to peaceful daytime cuddles, the Honey \u0026amp; Loom Nursing Pillow is thoughtfully designed to bring comfort, calm, and support to every stage of your feeding journey. \u003cbr\u003e\u003cbr\u003eCrafted with a soft ergonomic shape that fits naturally around your body, it gently lifts your baby into the ideal feeding position — easing pressure on your shoulders, neck, arms, and back so you can fully enjoy those precious bonding moments.\u003c\/p\u003e\n\u003cdiv class=\"hl-features\"\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🤱\u003c\/div\u003e\n\u003ch3\u003eErgonomic Support\u003c\/h3\u003e\n\u003cp\u003ePositions baby at the ideal angle for comfortable latching and feeding support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e☁️\u003c\/div\u003e\n\u003ch3\u003eSoft Fabric\u003c\/h3\u003e\n\u003cp\u003eMade with ultra-soft materials that feel gentle against baby's delicate skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e🧺\u003c\/div\u003e\n\u003ch3\u003eEasy-Care Cover\u003c\/h3\u003e\n\u003cp\u003eRemovable and machine washable cover for effortless everyday cleaning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-feature\"\u003e\n\u003cdiv class=\"hl-feature-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eCompact \u0026amp; Lightweight\u003c\/h3\u003e\n\u003cp\u003eEasy to move from room to room or take along wherever motherhood takes you.\u003c\/p\u003e\n\u003cp\u003eDimensions: 63cm x 47cm\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hl-footer\"\u003e\n\u003cdiv class=\"hl-brand\"\u003eHoney \u0026amp; Loom\u003c\/div\u003e\n\u003cdiv class=\"hl-slogan\"\u003eFor precious moments as sweet as honey\u003c\/div\u003e\n\u003cdiv class=\"hl-bottom\"\u003eWhether you're a first-time mama finding your rhythm or a seasoned pro, the Honey \u0026amp; Loom Nursing Pillow offers the nurturing support you deserve during every beautiful feeding moment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Honey \u0026 Loom","offers":[{"title":"Soft Grey","offer_id":44769191919751,"sku":null,"price":1599.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0740\/8150\/1319\/files\/nursing-pillow-product-image.png?v=1782757920"}],"url":"https:\/\/honeyandloom.co.za\/collections\/shop-all.oembed","provider":"Honey \u0026 Loom","version":"1.0","type":"link"}