{"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","url":"https:\/\/honeyandloom.co.za\/products\/honey-loom-the-nursing-cover","provider":"Honey \u0026 Loom","version":"1.0","type":"link"}