{"product_id":"breastmilk-cooler-bag","title":"Breastmilk cooler bag","description":"\u003cbody\u003e\n\n\n\n\n\n\n\n\n\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\n\n\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\n\n\u003ctitle\u003eGentleRoots Breast Milk Cooler Bag\u003c\/title\u003e\n\n\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n\n\u003cstyle\u003e\n\n\n\n*{\n\n\n\n    margin:0;\n\n\n\n    padding:0;\n\n\n\n    box-sizing:border-box;\n\n\n\n}\n\n\n\nbody{\n\n\n\n    font-family:'Poppins',sans-serif;\n\n\n\n    background:#f5f1ea;\n\n\n\n    overflow-x:hidden;\n\n\n\n    color:#2d2d2d;\n\n\n\n}\n\n\n\n\/* Animated Background *\/\n\n\n\nbody::before{\n\n\n\n    content:'';\n\n\n\n    position:fixed;\n\n\n\n    width:600px;\n\n\n\n    height:600px;\n\n\n\n    background:radial-gradient(circle,#d8c5a5 0%, transparent 70%);\n\n\n\n    top:-200px;\n\n\n\n    right:-100px;\n\n\n\n    animation:float 8s ease-in-out infinite;\n\n\n\n    z-index:-1;\n\n\n\n    opacity:0.4;\n\n\n\n}\n\n\n\nbody::after{\n\n\n\n    content:'';\n\n\n\n    position:fixed;\n\n\n\n    width:500px;\n\n\n\n    height:500px;\n\n\n\n    background:radial-gradient(circle,#b9a37b 0%, transparent 70%);\n\n\n\n    bottom:-200px;\n\n\n\n    left:-150px;\n\n\n\n    animation:float2 10s ease-in-out infinite;\n\n\n\n    z-index:-1;\n\n\n\n    opacity:0.25;\n\n\n\n}\n\n\n\n@keyframes float{\n\n\n\n    0%,100%{\n\n\n\n        transform:translateY(0px);\n\n\n\n    }\n\n\n\n    50%{\n\n\n\n        transform:translateY(30px);\n\n\n\n    }\n\n\n\n}\n\n\n\n@keyframes float2{\n\n\n\n    0%,100%{\n\n\n\n        transform:translateY(0px);\n\n\n\n    }\n\n\n\n    50%{\n\n\n\n        transform:translateY(-40px);\n\n\n\n    }\n\n\n\n}\n\n\n\n.hero{\n\n\n\n    min-height:100vh;\n\n\n\n    display:flex;\n\n\n\n    align-items:center;\n\n\n\n    justify-content:center;\n\n\n\n    padding:60px 8%;\n\n\n\n    position:relative;\n\n\n\n}\n\n\n\n.container{\n\n\n\n    display:grid;\n\n\n\n    grid-template-columns:1fr 1fr;\n\n\n\n    gap:60px;\n\n\n\n    align-items:center;\n\n\n\n    max-width:1400px;\n\n\n\n}\n\n\n\n\/* Product Image *\/\n\n\n\n.product-image{\n\n\n\n    position:relative;\n\n\n\n    animation:fadeInLeft 1.2s ease;\n\n\n\n}\n\n\n\n.image-card{\n\n\n\n    width:100%;\n\n\n\n    max-width:550px;\n\n\n\n    height:650px;\n\n\n\n    border-radius:40px;\n\n\n\n    overflow:hidden;\n\n\n\n    position:relative;\n\n\n\n    background:linear-gradient(145deg,#e5d3b3,#b89b72);\n\n\n\n    box-shadow:\n\n\n\n        0 30px 60px rgba(0,0,0,0.15),\n\n\n\n        inset 0 0 25px rgba(255,255,255,0.4);\n\n\n\n}\n\n\n\n.image-card img{\n\n\n\n    width:100%;\n\n\n\n    height:100%;\n\n\n\n    object-fit:cover;\n\n\n\n    transition:transform 0.8s ease;\n\n\n\n}\n\n\n\n.image-card:hover img{\n\n\n\n    transform:scale(1.08);\n\n\n\n}\n\n\n\n.shine{\n\n\n\n    position:absolute;\n\n\n\n    top:0;\n\n\n\n    left:-120%;\n\n\n\n    width:50%;\n\n\n\n    height:100%;\n\n\n\n    background:rgba(255,255,255,0.25);\n\n\n\n    transform:skewX(-25deg);\n\n\n\n    animation:shine 5s infinite;\n\n\n\n}\n\n\n\n@keyframes shine{\n\n\n\n    0%{\n\n\n\n        left:-120%;\n\n\n\n    }\n\n\n\n    100%{\n\n\n\n        left:150%;\n\n\n\n    }\n\n\n\n}\n\n\n\n\/* Content *\/\n\n\n\n.content{\n\n\n\n    animation:fadeInRight 1.2s ease;\n\n\n\n}\n\n\n\n.brand{\n\n\n\n    font-size:14px;\n\n\n\n    letter-spacing:5px;\n\n\n\n    text-transform:uppercase;\n\n\n\n    color:#9b7b52;\n\n\n\n    margin-bottom:18px;\n\n\n\n}\n\n\n\nh1{\n\n\n\n    font-size:68px;\n\n\n\n    line-height:1.05;\n\n\n\n    font-weight:700;\n\n\n\n    margin-bottom:25px;\n\n\n\n    color:#2e2418;\n\n\n\n}\n\n\n\n.highlight{\n\n\n\n    color:#b48a54;\n\n\n\n}\n\n\n\n.description{\n\n\n\n    font-size:18px;\n\n\n\n    line-height:1.9;\n\n\n\n    color:#5c5247;\n\n\n\n    margin-bottom:35px;\n\n\n\n}\n\n\n\n\/* Features *\/\n\n\n\n.features{\n\n\n\n    display:grid;\n\n\n\n    gap:18px;\n\n\n\n    margin-bottom:40px;\n\n\n\n}\n\n\n\n.feature{\n\n\n\n    display:flex;\n\n\n\n    align-items:flex-start;\n\n\n\n    gap:16px;\n\n\n\n    padding:18px 20px;\n\n\n\n    border-radius:20px;\n\n\n\n    background:rgba(255,255,255,0.55);\n\n\n\n    backdrop-filter:blur(10px);\n\n\n\n    transition:all 0.4s ease;\n\n\n\n    border:1px solid rgba(255,255,255,0.4);\n\n\n\n}\n\n\n\n.feature:hover{\n\n\n\n    transform:translateX(10px);\n\n\n\n    box-shadow:0 10px 30px rgba(0,0,0,0.08);\n\n\n\n}\n\n\n\n.icon{\n\n\n\n    min-width:50px;\n\n\n\n    height:50px;\n\n\n\n    border-radius:14px;\n\n\n\n    display:flex;\n\n\n\n    align-items:center;\n\n\n\n    justify-content:center;\n\n\n\n    background:linear-gradient(145deg,#d7b98b,#b58b52);\n\n\n\n    color:white;\n\n\n\n    font-size:22px;\n\n\n\n    box-shadow:0 8px 20px rgba(181,139,82,0.3);\n\n\n\n}\n\n\n\n.feature p{\n\n\n\n    font-size:15px;\n\n\n\n    color:#4f463d;\n\n\n\n    line-height:1.6;\n\n\n\n}\n\n\n\n\/* CTA *\/\n\n\n\n.cta{\n\n\n\n    display:flex;\n\n\n\n    gap:20px;\n\n\n\n    align-items:center;\n\n\n\n    margin-top:20px;\n\n\n\n}\n\n\n\n.btn{\n\n\n\n    padding:18px 38px;\n\n\n\n    border:none;\n\n\n\n    border-radius:60px;\n\n\n\n    font-size:16px;\n\n\n\n    font-weight:600;\n\n\n\n    cursor:pointer;\n\n\n\n    transition:all 0.4s ease;\n\n\n\n    position:relative;\n\n\n\n    overflow:hidden;\n\n\n\n}\n\n\n\n.btn-primary{\n\n\n\n    background:linear-gradient(135deg,#c8a36b,#9d7443);\n\n\n\n    color:white;\n\n\n\n    box-shadow:0 12px 30px rgba(157,116,67,0.35);\n\n\n\n}\n\n\n\n.btn-primary:hover{\n\n\n\n    transform:translateY(-5px);\n\n\n\n    box-shadow:0 20px 40px rgba(157,116,67,0.45);\n\n\n\n}\n\n\n\n.btn-secondary{\n\n\n\n    background:transparent;\n\n\n\n    border:1px solid #b58b52;\n\n\n\n    color:#8c6536;\n\n\n\n}\n\n\n\n.btn-secondary:hover{\n\n\n\n    background:#b58b52;\n\n\n\n    color:white;\n\n\n\n}\n\n\n\n\/* Footer Text *\/\n\n\n\n.tagline{\n\n\n\n    margin-top:35px;\n\n\n\n    font-size:15px;\n\n\n\n    color:#8a7b69;\n\n\n\n    letter-spacing:1px;\n\n\n\n    font-style:italic;\n\n\n\n}\n\n\n\n\/* Animations *\/\n\n\n\n@keyframes fadeInLeft{\n\n\n\n    from{\n\n\n\n        opacity:0;\n\n\n\n        transform:translateX(-80px);\n\n\n\n    }\n\n\n\n    to{\n\n\n\n        opacity:1;\n\n\n\n        transform:translateX(0);\n\n\n\n    }\n\n\n\n}\n\n\n\n@keyframes fadeInRight{\n\n\n\n    from{\n\n\n\n        opacity:0;\n\n\n\n        transform:translateX(80px);\n\n\n\n    }\n\n\n\n    to{\n\n\n\n        opacity:1;\n\n\n\n        transform:translateX(0);\n\n\n\n    }\n\n\n\n}\n\n\n\n\/* Responsive *\/\n\n\n\n@media(max-width:992px){\n\n\n\n    .container{\n\n\n\n        grid-template-columns:1fr;\n\n\n\n        text-align:center;\n\n\n\n    }\n\n\n\n    .product-image{\n\n\n\n        display:flex;\n\n\n\n        justify-content:center;\n\n\n\n    }\n\n\n\n    h1{\n\n\n\n        font-size:48px;\n\n\n\n    }\n\n\n\n    .cta{\n\n\n\n        justify-content:center;\n\n\n\n        flex-wrap:wrap;\n\n\n\n    }\n\n\n\n    .feature{\n\n\n\n        text-align:left;\n\n\n\n    }\n\n\n\n}\n\n\n\n@media(max-width:600px){\n\n\n\n    .hero{\n\n\n\n        padding:40px 20px;\n\n\n\n    }\n\n\n\n    h1{\n\n\n\n        font-size:38px;\n\n\n\n    }\n\n\n\n    .description{\n\n\n\n        font-size:16px;\n\n\n\n    }\n\n\n\n    .image-card{\n\n\n\n        height:500px;\n\n\n\n    }\n\n\n\n}\n\n\n\n\u003c\/style\u003e\n\n\n\n\n\n\n\n\n\n\n\n\u003csection class=\"hero\"\u003e\n\n\n\n    \u003cdiv class=\"container\"\u003e\n\n\n\n        \u003c!-- LEFT SIDE --\u003e\n\n\n\n        \u003cdiv class=\"product-image\"\u003e\n\n\n\n            \u003cdiv class=\"image-card\"\u003e\n\n\n\n                \u003c!-- REPLACE WITH YOUR PRODUCT IMAGE --\u003e\n\n\n\n                \u003cimg src=\"https:\/\/images.unsplash.com\/photo-1512436991641-6745cdb1723f?q=80\u0026amp;w=1200\u0026amp;auto=format\u0026amp;fit=crop\" alt=\"GentleRoots Cooler Bag\"\u003e\n\n\n\n                \u003cdiv class=\"shine\"\u003e\u003c\/div\u003e\n\n\n\n            \u003c\/div\u003e\n\n\n\n        \u003c\/div\u003e\n\n\n\n        \u003c!-- RIGHT SIDE --\u003e\n\n\n\n        \u003cdiv class=\"content\"\u003e\n\n\n\n            \u003cdiv class=\"brand\"\u003e\n\n\n\n                GentleRoots\n\n\n\n            \u003c\/div\u003e\n\n\n\n            \u003ch1\u003e\n\n\n\n                Your \u003cspan class=\"highlight\"\u003eLiquid Gold\u003c\/span\u003e,\u003cbr\u003e\n\n\n\n                Perfectly Preserved\n\n\n\n            \u003c\/h1\u003e\n\n\n\n            \u003cp class=\"description\"\u003e\n\n\n\n                Introducing the GentleRoots Breast Milk Cooler Bag —\n\n\n\n                thoughtfully designed for the breastfeeding mother who refuses\n\n\n\n                to compromise on quality. Whether you're at the office,\n\n\n\n                running errands, or travelling, your expressed milk stays\n\n\n\n                safely chilled and beautifully protected.\n\n\n\n            \u003c\/p\u003e\n\n\n\n            \u003cdiv class=\"features\"\u003e\n\n\n\n                \u003cdiv class=\"feature\"\u003e\n\n\n\n                    \u003cdiv class=\"icon\"\u003e❄️\u003c\/div\u003e\n\n\n\n                    \u003cp\u003e\n\n\n\n                        Superior insulation keeps milk at safe temperatures for hours.\n\n\n\n                    \u003c\/p\u003e\n\n\n\n                \u003c\/div\u003e\n\n\n\n                \u003cdiv class=\"feature\"\u003e\n\n\n\n                    \u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n\n\n\n                    \u003cp\u003e\n\n\n\n                        Compact and lightweight — designed to fit effortlessly into handbags and totes.\n\n\n\n                    \u003c\/p\u003e\n\n\n\n                \u003c\/div\u003e\n\n\n\n                \u003cdiv class=\"feature\"\u003e\n\n\n\n                    \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\n\n\n                    \u003cp\u003e\n\n\n\n                        Food-safe wipe-clean interior lining for effortless maintenance.\n\n\n\n                    \u003c\/p\u003e\n\n\n\n                \u003c\/div\u003e\n\n\n\n                \u003cdiv class=\"feature\"\u003e\n\n\n\n                    \u003cdiv class=\"icon\"\u003e🔒\u003c\/div\u003e\n\n\n\n                    \u003cp\u003e\n\n\n\n                        Secure zip closure prevents leaks and spills while travelling.\n\n\n\n                    \u003c\/p\u003e\n\n\n\n                \u003c\/div\u003e\n\n\n\n                \u003cdiv class=\"feature\"\u003e\n\n\n\n                    \u003cdiv class=\"icon\"\u003e🤍\u003c\/div\u003e\n\n\n\n                    \u003cp\u003e\n\n\n\n                        Elegant gender-neutral design that blends functionality with sophistication.\n\n\n\n                    \u003c\/p\u003e\n\n\n\n                \u003c\/div\u003e\n\n\n\n            \u003c\/div\u003e\n\n\n\n            \u003cdiv class=\"cta\"\u003e\n\n\n\n                \u003cbutton class=\"btn btn-primary\"\u003e\n\n\n\n                    Shop Now\n\n\n\n                \u003c\/button\u003e\n\n\n\n                \u003cbutton class=\"btn btn-secondary\"\u003e\n\n\n\n                    Learn More\n\n\n\n                \u003c\/button\u003e\n\n\n\n            \u003c\/div\u003e\n\n\n\n            \u003cdiv class=\"tagline\"\u003e\n\n\n\n                rooted in nature, designed for life.\n\n\n\n            \u003c\/div\u003e\n\n\n\n        \u003c\/div\u003e\n\n\n\n    \u003c\/div\u003e\n\n\n\n\u003c\/section\u003e\n\n\n\n\n\n\n\n\u003c\/body\u003e","brand":"GentleRoots","offers":[{"title":"Default Title","offer_id":43241750134889,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0685\/9279\/5753\/files\/Screenshot2026-05-19at19.16.05.png?v=1779623272","url":"https:\/\/gentleroots.co.za\/products\/breastmilk-cooler-bag","provider":"GentleRoots","version":"1.0","type":"link"}