{"product_id":"the-blend-bar™-luxe-400ml-signature-portable-blender","title":"The Blend Bar™ Luxe – 400ml 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™ Luxe\u003c\/title\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@500;600;700\u0026amp;family=Montserrat:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n    --pink:#f5a9c8;\n    --pink-dark:#d87ca7;\n    --navy:#0e1b3d;\n    --navy-light:#1e3267;\n    --gold:#d4af37;\n    --white:#ffffff;\n    --cream:#fffaf6;\n}\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\nhtml{\n    scroll-behavior:smooth;\n}\n\nbody{\n    font-family:'Montserrat',sans-serif;\n    background:\n    radial-gradient(circle at top left,#ffd9ea 0%,transparent 35%),\n    radial-gradient(circle at bottom right,#16254f 0%,transparent 40%),\n    linear-gradient(135deg,#fff9fb 0%,#ffffff 45%,#fdf7ff 100%);\n    color:#222;\n    overflow-x:hidden;\n}\n\n\/* LUXURY FLOATING BACKGROUND *\/\n\n.luxury-orb{\n    position:fixed;\n    border-radius:50%;\n    filter:blur(90px);\n    opacity:.45;\n    z-index:-1;\n}\n\n.orb1{\n    width:300px;\n    height:300px;\n    background:var(--pink);\n    top:-100px;\n    left:-100px;\n    animation:float1 10s infinite ease-in-out;\n}\n\n.orb2{\n    width:350px;\n    height:350px;\n    background:var(--navy);\n    bottom:-120px;\n    right:-120px;\n    animation:float2 12s infinite ease-in-out;\n}\n\n@keyframes float1{\n    50%{transform:translateY(50px);}\n}\n\n@keyframes float2{\n    50%{transform:translateY(-50px);}\n}\n\n.container{\n    width:90%;\n    max-width:1200px;\n    margin:auto;\n}\n\n\/* HERO *\/\n\n.hero{\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    position:relative;\n    overflow:hidden;\n}\n\n.hero-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    align-items:center;\n    gap:60px;\n}\n\n.badge{\n    display:inline-block;\n    padding:10px 20px;\n    border-radius:100px;\n    background:rgba(255,255,255,.8);\n    backdrop-filter:blur(15px);\n    border:1px solid rgba(212,175,55,.3);\n    color:var(--gold);\n    font-size:12px;\n    letter-spacing:2px;\n    text-transform:uppercase;\n    margin-bottom:20px;\n}\n\n.hero h1{\n    font-family:'Cormorant Garamond',serif;\n    font-size:clamp(3rem,6vw,6rem);\n    line-height:.95;\n    margin-bottom:25px;\n}\n\n.hero h1 span{\n    background:linear-gradient(90deg,var(--pink-dark),var(--navy));\n    -webkit-background-clip:text;\n    -webkit-text-fill-color:transparent;\n}\n\n.hero p{\n    font-size:1rem;\n    color:#555;\n    line-height:1.9;\n    margin-bottom:35px;\n}\n\n.btn{\n    display:inline-block;\n    padding:16px 38px;\n    border-radius:100px;\n    text-decoration:none;\n    background:linear-gradient(135deg,var(--pink-dark),var(--navy));\n    color:white;\n    font-weight:600;\n    box-shadow:0 15px 40px rgba(0,0,0,.15);\n    transition:.4s;\n}\n\n.btn:hover{\n    transform:translateY(-5px);\n}\n\n\/* BLENDER DISPLAY *\/\n\n.product-showcase{\n    position:relative;\n    display:flex;\n    justify-content:center;\n    align-items:center;\n    gap:20px;\n}\n\n.blender{\n    width:170px;\n    height:370px;\n    border-radius:90px;\n    position:relative;\n    animation:float 4s infinite ease-in-out;\n    box-shadow:0 25px 60px rgba(0,0,0,.15);\n}\n\n.blender:nth-child(2){\n    animation-delay:1s;\n}\n\n.pink{\n    background:linear-gradient(180deg,#ffd3e5,#f5a9c8,#d87ca7);\n}\n\n.navy{\n    background:linear-gradient(180deg,#344d8e,#1f356d,#0e1b3d);\n}\n\n.blender:before{\n    content:'';\n    position:absolute;\n    top:15px;\n    left:50%;\n    transform:translateX(-50%);\n    width:100px;\n    height:140px;\n    border-radius:30px;\n    background:rgba(255,255,255,.25);\n    backdrop-filter:blur(10px);\n}\n\n@keyframes float{\n    50%{\n        transform:translateY(-15px);\n    }\n}\n\n\/* FEATURES *\/\n\n.section{\n    padding:100px 0;\n}\n\n.title{\n    text-align:center;\n    margin-bottom:60px;\n}\n\n.title h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:3rem;\n}\n\n.title p{\n    color:#666;\n    margin-top:10px;\n}\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));\n    gap:25px;\n}\n\n.card{\n    background:rgba(255,255,255,.75);\n    backdrop-filter:blur(15px);\n    border:1px solid rgba(255,255,255,.8);\n    padding:30px;\n    border-radius:30px;\n    transition:.4s;\n    animation:fadeUp 1s both;\n}\n\n.card:hover{\n    transform:translateY(-10px);\n    box-shadow:0 20px 50px rgba(0,0,0,.08);\n}\n\n.card h3{\n    color:var(--navy);\n    margin-bottom:12px;\n    font-size:1.1rem;\n}\n\n.card p{\n    color:#666;\n    line-height:1.8;\n}\n\n.icon{\n    font-size:32px;\n    margin-bottom:15px;\n}\n\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\/* LUXURY BANNER *\/\n\n.luxury{\n    margin:100px auto;\n    background:\n    linear-gradient(135deg,\n    rgba(14,27,61,.96),\n    rgba(34,54,105,.95));\n    border-radius:40px;\n    overflow:hidden;\n    position:relative;\n    color:white;\n}\n\n.luxury:before{\n    content:'';\n    position:absolute;\n    inset:0;\n    background:\n    linear-gradient(45deg,\n    transparent,\n    rgba(212,175,55,.12),\n    transparent);\n    animation:shine 5s infinite;\n}\n\n@keyframes shine{\n    from{transform:translateX(-100%);}\n    to{transform:translateX(100%);}\n}\n\n.luxury-content{\n    padding:70px 30px;\n    text-align:center;\n    position:relative;\n    z-index:2;\n}\n\n.luxury h2{\n    font-family:'Cormorant Garamond',serif;\n    font-size:3rem;\n    margin-bottom:20px;\n}\n\n.luxury p{\n    max-width:800px;\n    margin:auto;\n    line-height:2;\n    color:#f1f1f1;\n}\n\n\/* STATS *\/\n\n.stats{\n    display:flex;\n    justify-content:center;\n    gap:30px;\n    flex-wrap:wrap;\n    margin-top:50px;\n}\n\n.stat{\n    background:white;\n    padding:25px;\n    min-width:180px;\n    border-radius:25px;\n    text-align:center;\n    box-shadow:0 15px 40px rgba(0,0,0,.08);\n}\n\n.stat h3{\n    font-size:2rem;\n    color:var(--pink-dark);\n}\n\n.stat p{\n    color:#777;\n    margin-top:8px;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n.hero{\n    padding:80px 0;\n    min-height:auto;\n}\n\n.hero-grid{\n    grid-template-columns:1fr;\n    text-align:center;\n}\n\n.product-showcase{\n    margin-top:20px;\n}\n\n.blender{\n    width:130px;\n    height:280px;\n}\n\n.hero h1{\n    font-size:3rem;\n}\n\n.title h2,\n.luxury h2{\n    font-size:2.2rem;\n}\n\n.section{\n    padding:70px 0;\n}\n}\n\n\u003c\/style\u003e\n\n\n\n\n\u003cdiv class=\"luxury-orb orb1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"luxury-orb orb2\"\u003e\u003c\/div\u003e\n\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\n\u003cdiv class=\"hero-grid\"\u003e\n\n\u003cdiv\u003e\n\n\u003cdiv class=\"badge\"\u003eLuxury Portable Blender\u003c\/div\u003e\n\n\u003ch1\u003e\nOne Charge.\u003cbr\u003e\nTen Blends.\u003cbr\u003e\n\u003cspan\u003eEndless Luxury.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp\u003e\nIntroducing The Blend Bar™ Luxe — where effortless performance meets\nuncompromising elegance. At 400ml, it delivers the perfect balance of\nportability, power and sophistication for those who expect more from\nevery blend.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"btn\"\u003eShop The Luxe\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-showcase\"\u003e\n\n\u003cdiv class=\"blender pink\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"blender navy\"\u003e\u003c\/div\u003e\n\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\n\u003cdiv class=\"container\"\u003e\n\n\u003cdiv class=\"title\"\u003e\n\u003ch2\u003eWhat Sets The Luxe Apart\u003c\/h2\u003e\n\u003cp\u003eDesigned for modern luxury and everyday performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"features\"\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003e10 Blends. One Charge.\u003c\/h3\u003e\n\u003cp\u003e\nEnjoy up to 10 complete blends before recharging.\nMorning smoothie to evening shake — always ready.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003e400ml Pure Indulgence\u003c\/h3\u003e\n\u003cp\u003e\nThe ideal serving size. Spacious enough for a satisfying blend,\ncompact enough for effortless portability.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e💎\u003c\/div\u003e\n\u003ch3\u003eLeak-Proof Always\u003c\/h3\u003e\n\u003cp\u003e\nPrecision-sealed engineering keeps every drop secure.\nNo spills. No stress. No compromises.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eSilky Smooth Results\u003c\/h3\u003e\n\u003cp\u003e\nHigh-performance blades crush ice, fruits and greens into\nvelvety perfection within seconds.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e👑\u003c\/div\u003e\n\u003ch3\u003eCrafted To Be Admired\u003c\/h3\u003e\n\u003cp\u003e\nA statement piece as much as a blender. Elegant enough\nfor your kitchen and stylish enough for your lifestyle.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"stats\"\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003e10X\u003c\/h3\u003e\n\u003cp\u003eBlends Per Charge\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003e400ml\u003c\/h3\u003e\n\u003cp\u003eLuxury Capacity\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003e100%\u003c\/h3\u003e\n\u003cp\u003eLeak-Proof Design\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003csection class=\"container\"\u003e\n\n\u003cdiv class=\"luxury\"\u003e\n\n\u003cdiv class=\"luxury-content\"\u003e\n\n\u003ch2\u003eFreedom, Redefined\u003c\/h2\u003e\n\n\u003cp\u003e\nThe Blend Bar™ Luxe was created for those who refuse to choose between\na busy life and a healthy one. With enough power for up to ten blends\nbefore recharging, every smoothie, protein shake and wellness ritual\nbecomes effortlessly luxurious.\n\u003cbr\u003e\u003cbr\u003e\n\u003cstrong\u003eThe Blend Bar™ Luxe.\u003c\/strong\u003e\u003cbr\u003e\nBecause you deserve more than just a blender.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c\/body\u003e","brand":"The Blend Bar","offers":[{"title":"Blue","offer_id":43658206216251,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true},{"title":"Pink","offer_id":43658206249019,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0679\/8524\/4219\/files\/navy-blue-blender-hiking-trail_2fae8450-e1fb-44fe-bead-84d57c314675.png?v=1781193834","url":"https:\/\/theblendbar.co.za\/products\/the-blend-bar%e2%84%a2-luxe-400ml-signature-portable-blender","provider":"The Blend Bar","version":"1.0","type":"link"}