{"product_id":"the-blend-bar™-petite-380ml-signature-portable-blender","title":"The Blend Bar™ Petite – 380ml Signature Portable Blender","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eThe Blend Bar™ Petite\u003c\/title\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@500;700\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nbody{\n    font-family:'Inter',sans-serif;\n    background:linear-gradient(180deg,#fff7fa 0%,#ffffff 50%,#fff1f6 100%);\n    color:#2b2b2b;\n    overflow-x:hidden;\n}\n\n.container{\n    width:100%;\n    max-width:1200px;\n    margin:auto;\n    padding:20px;\n}\n\n\/* Floating Background *\/\n.bg-blur{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(100px);\n    z-index:-1;\n    animation:float 8s ease-in-out infinite;\n}\n\n.bg1{\n    width:250px;\n    height:250px;\n    background:#ffd6e7;\n    top:-80px;\n    left:-80px;\n}\n\n.bg2{\n    width:220px;\n    height:220px;\n    background:#ffeef5;\n    bottom:-80px;\n    right:-80px;\n    animation-delay:2s;\n}\n\n@keyframes float{\n    0%,100%{transform:translateY(0px);}\n    50%{transform:translateY(25px);}\n}\n\n\/* Hero Section *\/\n.hero{\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n    position:relative;\n}\n\n.hero-content{\n    max-width:700px;\n    animation:fadeUp 1.2s ease;\n}\n\n.badge{\n    display:inline-block;\n    padding:8px 18px;\n    border-radius:30px;\n    background:rgba(255,255,255,0.8);\n    backdrop-filter:blur(10px);\n    border:1px solid rgba(255,182,193,.4);\n    color:#d46a92;\n    font-size:12px;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    margin-bottom:20px;\n}\n\nh1{\n    font-family:'Playfair Display',serif;\n    font-size:clamp(2.3rem,6vw,4.5rem);\n    line-height:1.05;\n    margin-bottom:20px;\n}\n\n.highlight{\n    background:linear-gradient(90deg,#d46a92,#ff9ac1);\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.hero p{\n    font-size:1rem;\n    line-height:1.8;\n    color:#666;\n    margin-bottom:30px;\n}\n\n.cta{\n    display:inline-block;\n    padding:15px 34px;\n    background:linear-gradient(135deg,#ff8eb6,#d46a92);\n    color:white;\n    text-decoration:none;\n    border-radius:50px;\n    font-weight:600;\n    box-shadow:0 15px 40px rgba(212,106,146,.25);\n    transition:.4s;\n}\n\n.cta:hover{\n    transform:translateY(-4px);\n}\n\n.product-card{\n    margin-top:50px;\n    background:rgba(255,255,255,0.7);\n    backdrop-filter:blur(18px);\n    border:1px solid rgba(255,255,255,.8);\n    border-radius:30px;\n    padding:25px;\n    box-shadow:0 20px 60px rgba(0,0,0,.06);\n    animation:floatCard 5s ease-in-out infinite;\n}\n\n.product-size{\n    font-size:3rem;\n    font-weight:700;\n    color:#d46a92;\n}\n\n.product-label{\n    color:#777;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    font-size:12px;\n}\n\n@keyframes floatCard{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(-10px);}\n}\n\n.section{\n    padding:80px 0;\n}\n\n.section-title{\n    text-align:center;\n    font-family:'Playfair Display',serif;\n    font-size:2.2rem;\n    margin-bottom:50px;\n}\n\n\/* Features *\/\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n    gap:20px;\n}\n\n.feature{\n    background:white;\n    border-radius:24px;\n    padding:25px;\n    box-shadow:0 12px 35px rgba(0,0,0,.05);\n    transition:.4s;\n    opacity:0;\n    transform:translateY(30px);\n    animation:fadeUp .8s forwards;\n}\n\n.feature:nth-child(2){animation-delay:.15s;}\n.feature:nth-child(3){animation-delay:.3s;}\n.feature:nth-child(4){animation-delay:.45s;}\n.feature:nth-child(5){animation-delay:.6s;}\n\n.feature:hover{\n    transform:translateY(-8px);\n}\n\n.icon{\n    font-size:28px;\n    margin-bottom:15px;\n}\n\n.feature h3{\n    margin-bottom:12px;\n    color:#d46a92;\n}\n\n.feature p{\n    color:#666;\n    line-height:1.7;\n}\n\n\/* Luxury Section *\/\n.luxury{\n    background:linear-gradient(135deg,#fff7fa,#ffffff);\n    border-radius:35px;\n    padding:40px 25px;\n    text-align:center;\n    box-shadow:0 20px 60px rgba(0,0,0,.04);\n}\n\n.luxury h2{\n    font-family:'Playfair Display',serif;\n    font-size:2rem;\n    margin-bottom:20px;\n}\n\n.luxury p{\n    max-width:750px;\n    margin:auto;\n    line-height:1.9;\n    color:#666;\n}\n\n\/* Fade Animation *\/\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(40px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n\/* Mobile *\/\n@media(max-width:768px){\n\n    .hero{\n        min-height:auto;\n        padding:80px 0;\n    }\n\n    .product-size{\n        font-size:2.5rem;\n    }\n\n    .section{\n        padding:60px 0;\n    }\n\n    .feature{\n        padding:22px;\n    }\n}\n\u003c\/style\u003e\n\n\n\n\n\u003cdiv class=\"bg-blur bg1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bg-blur bg2\"\u003e\u003c\/div\u003e\n\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"hero-content\"\u003e\n\n            \u003cdiv class=\"badge\"\u003eLuxury Portable Blender\u003c\/div\u003e\n\n            \u003ch1\u003e\n                Small in Size.\u003cbr\u003e\n                \u003cspan class=\"highlight\"\u003eLimitless in Luxury.\u003c\/span\u003e\n            \u003c\/h1\u003e\n\n            \u003cp\u003e\n                Introducing \u003cstrong\u003eThe Blend Bar™ Petite\u003c\/strong\u003e — the most refined compact blender ever crafted.\n                Perfectly sized at 380ml for modern lifestyles that value elegance, intention, and exceptional design.\n            \u003c\/p\u003e\n\n            \u003ca href=\"#\" class=\"cta\"\u003eShop The Petite\u003c\/a\u003e\n\n            \u003cdiv class=\"product-card\"\u003e\n                \u003cdiv class=\"product-size\"\u003e380ml\u003c\/div\u003e\n                \u003cdiv class=\"product-label\"\u003ePerfectly Proportioned\u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n\n        \u003ch2 class=\"section-title\"\u003eWhy You'll Love It\u003c\/h2\u003e\n\n        \u003cdiv class=\"features\"\u003e\n\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n                \u003ch3\u003ePerfectly Proportioned\u003c\/h3\u003e\n                \u003cp\u003e\n                    Crafted for single-serve smoothies, protein shakes and wellness shots.\n                    No excess. Just perfection.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"icon\"\u003e💎\u003c\/div\u003e\n                \u003ch3\u003eLeak-Proof Confidence\u003c\/h3\u003e\n                \u003cp\u003e\n                    Precision-engineered sealing technology keeps every blend secure,\n                    wherever life takes you.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n                \u003ch3\u003eEffortless Power\u003c\/h3\u003e\n                \u003cp\u003e\n                    A high-performance motor transforms fruits, greens and ice into a silky,\n                    velvety blend within seconds.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"icon\"\u003e🌸\u003c\/div\u003e\n                \u003ch3\u003eBeauty Worth Displaying\u003c\/h3\u003e\n                \u003cp\u003e\n                    Elegant, sophisticated and unmistakably premium. Designed to look beautiful\n                    wherever it lives.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature\"\u003e\n                \u003cdiv class=\"icon\"\u003e👜\u003c\/div\u003e\n                \u003ch3\u003eWellness Anywhere\u003c\/h3\u003e\n                \u003cp\u003e\n                    Lightweight, portable and refined. Nourishment on your terms without\n                    compromising quality.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n\n        \u003cdiv class=\"luxury\"\u003e\n\n            \u003ch2\u003eThe Art of Less\u003c\/h2\u003e\n\n            \u003cp\u003e\n                In a world of excess, The Blend Bar™ Petite is a masterclass in refined simplicity.\n                Every curve, every seal and every blade has been thoughtfully engineered to deliver\n                an extraordinary blending experience in the most elegant package possible.\n                \u003cbr\u003e\u003cbr\u003e\n                \u003cstrong\u003eThe Blend Bar™ Petite.\u003c\/strong\u003e\u003cbr\u003e\n                Because the finest things come in the most beautiful forms.\n            \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"The Blend Bar","offers":[{"title":"Pink","offer_id":43658200088635,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":43658200121403,"sku":null,"price":349.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0679\/8524\/4219\/files\/home-blueberries-strawberries.png?v=1781193333","url":"https:\/\/theblendbar.co.za\/products\/the-blend-bar%e2%84%a2-petite-380ml-signature-portable-blender","provider":"The Blend Bar","version":"1.0","type":"link"}