{"title":"His and Hers","description":"\u003cp\u003eThe perfect pair. Share the blend — our Luxe 400ml Signature Portable Blender, made for two.\u003c\/p\u003e","products":[{"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"},{"product_id":"the-blend-bar™-stir-self-stirring-luxury-mug","title":"The Blend Bar™ Stir – Self-Stirring Luxury Mug","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™ Stir\u003c\/title\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:wght@500;600;700\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n--ivory:#F5F1E8;\n--sand:#D8C8B0;\n--mocha:#8A6A4A;\n--espresso:#3D2B1F;\n--gold:#C6A56B;\n--cream:#FBF9F4;\n}\n\n*{\nmargin:0;\npadding:0;\nbox-sizing:border-box;\n}\n\nbody{\nfont-family:'Inter',sans-serif;\nbackground:\nradial-gradient(circle at top left,#efe5d4 0%,transparent 35%),\nradial-gradient(circle at bottom right,#c9b49a 0%,transparent 35%),\nlinear-gradient(135deg,#faf8f4,#f3ede4,#fffdf9);\noverflow-x:hidden;\ncolor:var(--espresso);\n}\n\n\/* Floating Luxury Background *\/\n\n.orb{\nposition:fixed;\nborder-radius:50%;\nfilter:blur(100px);\nz-index:-1;\nopacity:.5;\n}\n\n.orb1{\nwidth:350px;\nheight:350px;\nbackground:#d9c3a4;\ntop:-100px;\nleft:-100px;\nanimation:float1 12s infinite ease-in-out;\n}\n\n.orb2{\nwidth:300px;\nheight:300px;\nbackground:#9b7c58;\nbottom:-100px;\nright:-100px;\nanimation:float2 10s infinite ease-in-out;\n}\n\n@keyframes float1{\n50%{transform:translateY(50px);}\n}\n\n@keyframes float2{\n50%{transform:translateY(-50px);}\n}\n\n\/* HERO *\/\n\n.hero{\nmin-height:100vh;\ndisplay:flex;\nalign-items:center;\njustify-content:center;\npadding:40px 20px;\n}\n\n.container{\nmax-width:1200px;\nwidth:90%;\nmargin:auto;\n}\n\n.hero-grid{\ndisplay:grid;\ngrid-template-columns:1fr 1fr;\ngap:60px;\nalign-items:center;\n}\n\n.badge{\ndisplay:inline-block;\npadding:10px 22px;\nbackground:rgba(255,255,255,.7);\nbackdrop-filter:blur(20px);\nborder:1px solid rgba(198,165,107,.3);\nborder-radius:100px;\ncolor:var(--gold);\nfont-size:12px;\nletter-spacing:2px;\ntext-transform:uppercase;\nmargin-bottom:20px;\n}\n\n.hero h1{\nfont-family:'Cormorant Garamond',serif;\nfont-size:clamp(3rem,7vw,6rem);\nline-height:.95;\nmargin-bottom:25px;\n}\n\n.hero h1 span{\nbackground:linear-gradient(90deg,var(--mocha),var(--gold));\n-webkit-background-clip:text;\n-webkit-text-fill-color:transparent;\n}\n\n.hero p{\nline-height:1.9;\ncolor:#5d5145;\nmargin-bottom:35px;\n}\n\n.btn{\ndisplay:inline-block;\npadding:16px 38px;\nborder-radius:100px;\nbackground:linear-gradient(135deg,var(--mocha),var(--espresso));\ncolor:white;\ntext-decoration:none;\nfont-weight:600;\ntransition:.4s;\nbox-shadow:0 15px 40px rgba(61,43,31,.2);\n}\n\n.btn:hover{\ntransform:translateY(-5px);\n}\n\n\/* MUG MOCKUP *\/\n\n.mug-wrapper{\ndisplay:flex;\njustify-content:center;\nalign-items:center;\n}\n\n.mug{\nposition:relative;\nwidth:220px;\nheight:280px;\nbackground:linear-gradient(180deg,#faf7f0,#e9dfcf);\nborder-radius:25px 25px 80px 80px;\nbox-shadow:0 30px 60px rgba(0,0,0,.15);\nanimation:floatMug 5s infinite ease-in-out;\n}\n\n.mug::before{\ncontent:'';\nposition:absolute;\ntop:30px;\nright:-50px;\nwidth:80px;\nheight:110px;\nborder:14px solid #d6c3ab;\nborder-left:none;\nborder-radius:0 60px 60px 0;\n}\n\n.mug::after{\ncontent:'';\nposition:absolute;\ntop:0;\nleft:50%;\ntransform:translateX(-50%);\nwidth:180px;\nheight:20px;\nbackground:linear-gradient(90deg,#b28b55,#e5c890,#b28b55);\nborder-radius:20px;\n}\n\n.steam{\nposition:absolute;\nwidth:8px;\nheight:100px;\nbackground:rgba(255,255,255,.7);\nborder-radius:50px;\nfilter:blur(8px);\nanimation:steam 3s infinite;\n}\n\n.s1{left:70px;top:-80px;}\n.s2{left:110px;top:-100px;animation-delay:.5s;}\n.s3{left:150px;top:-85px;animation-delay:1s;}\n\n@keyframes steam{\n0%{opacity:0;transform:translateY(20px);}\n50%{opacity:1;}\n100%{opacity:0;transform:translateY(-30px);}\n}\n\n@keyframes floatMug{\n50%{\ntransform:translateY(-15px);\n}\n}\n\n\/* FEATURES *\/\n\n.section{\npadding:100px 0;\n}\n\n.heading{\ntext-align:center;\nmargin-bottom:60px;\n}\n\n.heading h2{\nfont-family:'Cormorant Garamond',serif;\nfont-size:3rem;\n}\n\n.heading p{\ncolor:#6f6257;\nmargin-top:10px;\n}\n\n.features{\ndisplay:grid;\ngrid-template-columns:repeat(auto-fit,minmax(250px,1fr));\ngap:25px;\n}\n\n.card{\nbackground:rgba(255,255,255,.65);\nbackdrop-filter:blur(20px);\npadding:30px;\nborder-radius:30px;\nbox-shadow:0 15px 40px rgba(0,0,0,.05);\ntransition:.4s;\n}\n\n.card:hover{\ntransform:translateY(-10px);\n}\n\n.card .icon{\nfont-size:35px;\nmargin-bottom:15px;\n}\n\n.card h3{\nmargin-bottom:10px;\ncolor:var(--espresso);\n}\n\n.card p{\nline-height:1.8;\ncolor:#6d6258;\n}\n\n\/* LUXURY SECTION *\/\n\n.luxury{\nmargin-top:80px;\nbackground:\nlinear-gradient(135deg,\nrgba(61,43,31,.97),\nrgba(95,70,48,.97));\nborder-radius:40px;\noverflow:hidden;\nposition:relative;\n}\n\n.luxury::before{\ncontent:'';\nposition:absolute;\ninset:0;\nbackground:\nlinear-gradient(45deg,\ntransparent,\nrgba(198,165,107,.15),\ntransparent);\nanimation:shine 6s infinite;\n}\n\n@keyframes shine{\nfrom{\ntransform:translateX(-100%);\n}\nto{\ntransform:translateX(100%);\n}\n}\n\n.luxury-content{\npadding:80px 40px;\ntext-align:center;\nposition:relative;\nz-index:2;\n}\n\n.luxury h2{\nfont-family:'Cormorant Garamond',serif;\nfont-size:3rem;\ncolor:white;\nmargin-bottom:20px;\n}\n\n.luxury p{\ncolor:#eee5da;\nmax-width:800px;\nmargin:auto;\nline-height:2;\n}\n\n.stats{\ndisplay:flex;\njustify-content:center;\ngap:25px;\nflex-wrap:wrap;\nmargin-top:50px;\n}\n\n.stat{\nbackground:white;\npadding:25px;\nborder-radius:25px;\nmin-width:180px;\ntext-align:center;\n}\n\n.stat h3{\nfont-size:2rem;\ncolor:var(--mocha);\n}\n\n.stat p{\ncolor:#777;\nmargin-top:5px;\n}\n\n\/* MOBILE *\/\n\n@media(max-width:768px){\n\n.hero-grid{\ngrid-template-columns:1fr;\ntext-align:center;\n}\n\n.hero{\npadding:80px 0;\n}\n\n.heading h2,\n.luxury h2{\nfont-size:2.2rem;\n}\n\n.mug{\nwidth:180px;\nheight:240px;\n}\n\n.mug::before{\nright:-40px;\nwidth:65px;\nheight:90px;\n}\n\n.section{\npadding:70px 0;\n}\n}\n\n\u003c\/style\u003e\n\n\n\n\n\u003cdiv class=\"orb orb1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"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 Self-Stirring Mug\u003c\/div\u003e\n\n\u003ch1\u003e\nStir.\u003cbr\u003e\nWarm.\u003cbr\u003e\n\u003cspan\u003eSavour. Repeat.\u003c\/span\u003e\n\u003c\/h1\u003e\n\n\u003cp\u003e\nIntroducing The Blend Bar™ Stir — the mug that does the work so you can\nsimply enjoy the moment. Effortlessly self-stirring, beautifully warm,\nand elegantly rechargeable.\n\u003c\/p\u003e\n\n\u003ca href=\"#\" class=\"btn\"\u003eShop The Stir\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mug-wrapper\"\u003e\n\n\u003cdiv class=\"mug\"\u003e\n\n\u003cdiv class=\"steam s1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"steam s2\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"steam s3\"\u003e\u003c\/div\u003e\n\n\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=\"heading\"\u003e\n\u003ch2\u003eWhy The Blend Bar™ Stir Is Different\u003c\/h2\u003e\n\u003cp\u003eDesigned for coffee lovers who appreciate exceptional details.\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\u003eSelf-Stirring Technology\u003c\/h3\u003e\n\u003cp\u003e\nCreate a smooth vortex at the touch of a button. No spoons.\nNo settling. Just perfectly blended drinks.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔥\u003c\/div\u003e\n\u003ch3\u003eKeeps Drinks Warm\u003c\/h3\u003e\n\u003cp\u003e\nEngineered to maintain the ideal temperature so every sip\nfeels freshly made.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eRechargeable Freedom\u003c\/h3\u003e\n\u003cp\u003e\nCharge once and enjoy cordless convenience wherever\nyour day takes you.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eLuxury Design\u003c\/h3\u003e\n\u003cp\u003e\nIvory elegance, brushed steel accents and a discreet\nsmart handle create a timeless aesthetic.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n\u003ch3\u003eThe Perfect Gift\u003c\/h3\u003e\n\u003cp\u003e\nA thoughtful luxury gift that combines beauty,\ninnovation and everyday practicality.\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\u003e1 Touch\u003c\/h3\u003e\n\u003cp\u003eAutomatic Stirring\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003eWarm\u003c\/h3\u003e\n\u003cp\u003eLonger Enjoyment\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"stat\"\u003e\n\u003ch3\u003eUSB\u003c\/h3\u003e\n\u003cp\u003eRechargeable\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"luxury\"\u003e\n\n\u003cdiv class=\"luxury-content\"\u003e\n\n\u003ch2\u003eElevate Every Sip\u003c\/h2\u003e\n\n\u003cp\u003e\nFrom the first swirl to the final warm sip, The Blend Bar™ Stir transforms\nyour daily drink into a moment of pure indulgence. This is more than a mug.\nIt is a ritual.\n\u003cbr\u003e\u003cbr\u003e\n\u003cstrong\u003eThe Blend Bar™ Stir.\u003c\/strong\u003e\u003cbr\u003e\nWhere every sip is perfectly crafted.\n\u003c\/p\u003e\n\n\u003c\/div\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":"Beige","offer_id":43658208641083,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true},{"title":"Black","offer_id":43658208673851,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":43658208706619,"sku":null,"price":549.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0679\/8524\/4219\/files\/white-mug.png?v=1781193657"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0679\/8524\/4219\/collections\/both-blenders-together_3962ac47-2c0f-4b2e-94fc-c33f3a4e3d9a.png?v=1781377915","url":"https:\/\/theblendbar.co.za\/collections\/his-and-hers-luxe.oembed","provider":"The Blend Bar","version":"1.0","type":"link"}