{"product_id":"baby-waterproof-cap","title":"Baby Waterproof Cap","description":"\u003cdiv class=\"visor-vibrant-showcase\"\u003e\n  \u003cstyle\u003e\n    \/* Playful Bath Palette *\/\n    .visor-vibrant-showcase {\n      --bath-blue: #00bcd4;\n      --sunny-yellow: #ffca28;\n      --bubblegum-pink: #f06292;\n      --sky-light: #e1f5fe;\n      --leaf-green: #66bb6a;\n      --text-main: #37474f;\n      \n      font-family: 'Inter', -apple-system, sans-serif;\n      padding: 35px;\n      background: linear-gradient(135deg, #ffffff 0%, #e1f5fe 100%);\n      border-radius: 40px;\n      max-width: 480px;\n      margin: 20px auto;\n      color: var(--text-main);\n      box-shadow: 0 25px 50px rgba(0, 188, 212, 0.15);\n      border: 1px solid #b2ebf2;\n      overflow: hidden;\n    }\n\n    \/* Floating Shield Animation *\/\n    .visual-header { \n      text-align: center; \n      margin-bottom: 30px; \n      position: relative;\n    }\n    \n    .visor-icon {\n      font-size: 4.5rem;\n      display: inline-block;\n      animation: gentle-wobble 4s ease-in-out infinite;\n      filter: drop-shadow(0 10px 15px rgba(0,0,0,0.1));\n    }\n\n    @keyframes gentle-wobble {\n      0%, 100% { transform: translateY(0) rotate(0deg); }\n      50% { transform: translateY(-10px) rotate(5deg); }\n    }\n\n    .droplet-anim {\n      position: absolute;\n      color: var(--bath-blue);\n      font-size: 1.5rem;\n      opacity: 0;\n      animation: drop-slide 2s infinite;\n    }\n\n    @keyframes drop-slide {\n      0% { transform: translateY(-20px); opacity: 0; }\n      50% { opacity: 1; }\n      100% { transform: translateY(30px); opacity: 0; }\n    }\n\n    .title-group h2 { \n      font-weight: 900; \n      font-size: 1.8rem; \n      margin: 0; \n      background: linear-gradient(to right, var(--bath-blue), #0288d1);\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n    }\n    \n    .intro-msg { font-size: 1rem; line-height: 1.6; color: #546e7a; margin: 12px 0 30px; }\n\n    \/* Colorful Detailed Cards *\/\n    .feature-grid { display: flex; flex-direction: column; gap: 15px; }\n    \n    .feature-card {\n      background: #ffffff;\n      padding: 20px;\n      border-radius: 24px;\n      display: flex;\n      gap: 20px;\n      border-left: 8px solid transparent;\n      box-shadow: 0 10px 25px rgba(0,0,0,0.04);\n      opacity: 0;\n      transform: translateY(20px);\n      animation: reveal-up 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n      transition: transform 0.3s ease;\n    }\n\n    .feature-card:hover { transform: scale(1.02); }\n\n    \/* Row Color Coding *\/\n    .feature-card:nth-child(1) { border-left-color: var(--sunny-yellow); animation-delay: 0.1s; }\n    .feature-card:nth-child(2) { border-left-color: var(--bubblegum-pink); animation-delay: 0.2s; }\n    .feature-card:nth-child(3) { border-left-color: var(--bath-blue); animation-delay: 0.3s; }\n    .feature-card:nth-child(4) { border-left-color: var(--leaf-green); animation-delay: 0.4s; }\n\n    @keyframes reveal-up {\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    .f-icon { font-size: 2rem; min-width: 50px; text-align: center; }\n    .f-content b { display: block; color: var(--text-main); font-size: 1.1rem; margin-bottom: 4px; }\n    .f-content span { font-size: 0.9rem; color: #607d8b; line-height: 1.5; display: block; }\n\n    .smile-tag {\n      margin-top: 30px;\n      background: linear-gradient(45deg, var(--bath-blue), #0288d1);\n      color: white;\n      padding: 14px 28px;\n      border-radius: 100px;\n      font-size: 0.85rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      display: inline-block;\n      box-shadow: 0 10px 20px rgba(0, 188, 212, 0.3);\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"visual-header\"\u003e\n    \u003cspan class=\"droplet-anim\" style=\"left: 35%;\"\u003e💧\u003c\/span\u003e\n    \u003cdiv class=\"visor-icon\"\u003e👑🛁\u003c\/div\u003e\n    \u003cspan class=\"droplet-anim\" style=\"right: 35%; animation-delay: 1s;\"\u003e💧\u003c\/span\u003e\n    \u003cdiv style=\"font-size: 0.75rem; font-weight: 900; color: var(--bath-blue); margin-top: 10px; letter-spacing: 2px;\"\u003eTEAR-FREE PROTECTION\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"title-group\"\u003e\n    \u003ch2\u003eHappy Eyes, Happy Bath\u003c\/h2\u003e\n    \u003cp class=\"intro-msg\"\u003eKeep water, shampoo, and soap safely away from little eyes and ears. Transform hair-washing from a struggle into \u003cb\u003estress-free fun\u003c\/b\u003e.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"f-icon\"\u003e🛁\u003c\/div\u003e\n      \u003cdiv class=\"f-content\"\u003e\n        \u003cb\u003eTear-Free Guarantee\u003c\/b\u003e\n        \u003cspan\u003eAn airtight seal around the forehead ensures no soapy water leaks through to sensitive eyes.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"f-icon\"\u003e👶\u003c\/div\u003e\n      \u003cdiv class=\"f-content\"\u003e\n        \u003cb\u003eSoft \u0026amp; Flexible Fit\u003c\/b\u003e\n        \u003cspan\u003eHigh-quality EVA foam adjusts comfortably to your baby's head size without squeezing or irritation.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"f-icon\"\u003e💧\u003c\/div\u003e\n      \u003cdiv class=\"f-content\"\u003e\n        \u003cb\u003e100% Waterproof\u003c\/b\u003e\n        \u003cspan\u003eRepels water instantly and dries fast, preventing mould and keeping the visor hygienic for every bath.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-card\"\u003e\n      \u003cdiv class=\"f-icon\"\u003e✅\u003c\/div\u003e\n      \u003cdiv class=\"f-content\"\u003e\n        \u003cb\u003eSafety First\u003c\/b\u003e\n        \u003cspan\u003eMade from non-toxic, eco-friendly materials that are gentle on delicate newborn skin.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center;\"\u003e\n    \u003cdiv class=\"smile-tag\"\u003e✨ No More Bath Time Tears\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"ClickCart","offers":[{"title":"Default Title","offer_id":47090817269945,"sku":null,"price":180.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0785\/9824\/2489\/files\/photo_2026-05-28_20-13-48.jpg?v=1779993932","url":"https:\/\/clickcartsa.co.za\/products\/baby-waterproof-cap","provider":"ClickCartBaby","version":"1.0","type":"link"}