{"product_id":"rechargeable-automatic-sensor-soap-dispenser","title":"Rechargeable Automatic Foam Soap Dispenser","description":"```html\n\u003cstyle\u003e\n:root{\n    --black:#000000;\n    --dark:#111111;\n    --white:#ffffff;\n    --light:#f8f8f8;\n    --text:#5f5f5f;\n}\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n}\n\n.soap-container{\n    max-width:1200px;\n    margin:auto;\n    font-family:'Helvetica Neue',Arial,sans-serif;\n    color:var(--black);\n}\n\n.hero{\n    text-align:center;\n    padding:90px 25px;\n    animation:fadeUp 1s ease;\n}\n\n.hero h1{\n    font-size:56px;\n    font-weight:800;\n    line-height:1.1;\n    margin-bottom:20px;\n}\n\n.hero p{\n    max-width:850px;\n    margin:auto;\n    font-size:20px;\n    line-height:1.9;\n    color:var(--text);\n}\n\n.badges{\n    display:flex;\n    justify-content:center;\n    flex-wrap:wrap;\n    gap:15px;\n    margin-top:40px;\n}\n\n.badge{\n    background:#000000;\n    color:#ffffff !important;\n    padding:14px 22px;\n    border-radius:50px;\n    font-weight:700;\n    transition:.3s;\n}\n\n.badge:hover{\n    transform:translateY(-5px);\n    color:#ffffff !important;\n}\n\n.section-title{\n    text-align:center;\n    font-size:42px;\n    font-weight:800;\n    margin:90px 0 50px;\n}\n\n.features{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:25px;\n}\n\n.feature-card{\n    background:#ffffff;\n    padding:35px;\n    border-radius:25px;\n    box-shadow:0 10px 30px rgba(0,0,0,.08);\n    transition:.4s;\n}\n\n.feature-card:hover{\n    transform:translateY(-10px);\n    box-shadow:0 20px 40px rgba(0,0,0,.15);\n}\n\n.feature-icon{\n    font-size:32px;\n    margin-bottom:15px;\n}\n\n.feature-card h3{\n    font-size:22px;\n    margin-bottom:12px;\n}\n\n.feature-card p{\n    color:var(--text);\n    line-height:1.8;\n}\n\n.banner{\n    background:#000000;\n    color:#ffffff;\n    border-radius:30px;\n    padding:80px 35px;\n    text-align:center;\n    margin:90px 0;\n}\n\n.banner h2{\n    font-size:42px;\n    margin-bottom:20px;\n    color:#ffffff;\n}\n\n.banner p{\n    max-width:750px;\n    margin:auto;\n    line-height:1.9;\n    color:#ffffff;\n}\n\n.benefits{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n    gap:25px;\n    margin:80px 0;\n}\n\n.story{\n    background:var(--light);\n    border-radius:25px;\n    padding:80px 40px;\n    text-align:center;\n}\n\n.story h2{\n    font-size:40px;\n    margin-bottom:25px;\n}\n\n.story p{\n    max-width:850px;\n    margin:auto;\n    color:var(--text);\n    line-height:2;\n    font-size:18px;\n}\n\n.cta{\n    text-align:center;\n    padding:90px 20px;\n}\n\n.cta h2{\n    font-size:48px;\n    margin-bottom:20px;\n}\n\n.cta p{\n    color:var(--text);\n    margin-bottom:30px;\n    font-size:18px;\n}\n\n\/* FORCE WHITE TEXT ON BUTTON *\/\n\n.cta-btn,\n.cta-btn:link,\n.cta-btn:visited,\n.cta-btn:hover,\n.cta-btn:active,\n.cta-btn:focus{\n    display:inline-block;\n    background:#000000 !important;\n    color:#ffffff !important;\n    text-decoration:none !important;\n    padding:18px 45px;\n    border-radius:50px;\n    font-weight:700;\n    border:none;\n    cursor:pointer;\n    transition:.3s;\n}\n\n.cta-btn:hover{\n    transform:scale(1.05);\n    background:#111111 !important;\n    color:#ffffff !important;\n}\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(30px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n@media(max-width:768px){\n\n.hero h1{\n    font-size:38px;\n}\n\n.section-title,\n.banner h2,\n.story h2,\n.cta h2{\n    font-size:30px;\n}\n\n.hero p{\n    font-size:17px;\n}\n\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"soap-container\"\u003e\n\n    \u003csection class=\"hero\"\u003e\n\n        \u003ch1\u003eClean Hands. Zero Contact.\u003c\/h1\u003e\n\n        \u003cp\u003e\n            Upgrade your everyday routine with the Rechargeable Automatic Foam Soap Dispenser.\n            Designed for modern homes, it delivers rich foam instantly with a simple wave of your hand.\n            No touching. No mess. No cross-contamination. Just smarter hygiene for your family.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"badges\"\u003e\n            \u003cdiv class=\"badge\"\u003e👋 Touch-Free Sensor\u003c\/div\u003e\n            \u003cdiv class=\"badge\"\u003e🔋 USB Rechargeable\u003c\/div\u003e\n            \u003cdiv class=\"badge\"\u003e📟 LED Smart Display\u003c\/div\u003e\n            \u003cdiv class=\"badge\"\u003e💧 Adjustable Foam Output\u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003ch2 class=\"section-title\"\u003ePremium Features\u003c\/h2\u003e\n\n    \u003csection class=\"features\"\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e👋\u003c\/div\u003e\n            \u003ch3\u003eAutomatic Dispensing\u003c\/h3\u003e\n            \u003cp\u003e\n                Infrared sensing technology instantly detects your hand and dispenses rich foam without touching the unit.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🔋\u003c\/div\u003e\n            \u003ch3\u003eUSB Rechargeable\u003c\/h3\u003e\n            \u003cp\u003e\n                Recharge once and enjoy hundreds of uses without the hassle of constantly replacing batteries.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e📟\u003c\/div\u003e\n            \u003ch3\u003eSmart LED Display\u003c\/h3\u003e\n            \u003cp\u003e\n                Easily monitor battery life and operating modes through a modern digital display.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n            \u003ch3\u003eAdjustable Foam Output\u003c\/h3\u003e\n            \u003cp\u003e\n                Control the amount of soap dispensed to reduce waste and maximise efficiency.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🚫\u003c\/div\u003e\n            \u003ch3\u003eDrip-Free Nozzle\u003c\/h3\u003e\n            \u003cp\u003e\n                Engineered to prevent leaks and drips, helping keep your countertops spotless.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🏠\u003c\/div\u003e\n            \u003ch3\u003eModern Minimalist Design\u003c\/h3\u003e\n            \u003cp\u003e\n                A sleek premium finish that looks beautiful in bathrooms, kitchens and laundry rooms.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"banner\"\u003e\n\n        \u003ch2\u003eSmarter Hygiene For Modern Living\u003c\/h2\u003e\n\n        \u003cp\u003e\n            Traditional soap pumps collect germs every time they are touched.\n            This touch-free dispenser helps create a cleaner, safer and more hygienic home environment.\n        \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"benefits\"\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003e🛁 Perfect For Bathrooms\u003c\/h3\u003e\n            \u003cp\u003e\n                Create a cleaner and more luxurious handwashing experience.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003e🍽 Ideal For Kitchens\u003c\/h3\u003e\n            \u003cp\u003e\n                Wash up after preparing food without touching dirty soap pumps.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003e👨‍👩‍👧 Family Friendly\u003c\/h3\u003e\n            \u003cp\u003e\n                Makes handwashing easier, cleaner and more hygienic for everyone.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003e✨ Cleaner Countertops\u003c\/h3\u003e\n            \u003cp\u003e\n                Reduces clutter and mess while adding a premium touch to your space.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"story\"\u003e\n\n        \u003ch2\u003eImagine A Cleaner Everyday Routine\u003c\/h2\u003e\n\n        \u003cp\u003e\n            You're cooking dinner and your hands are messy. Instead of touching a soap bottle,\n            you simply place your hand beneath the sensor. Rich foam appears instantly.\n            Clean, effortless and completely touch-free. It's a small upgrade that makes your\n            home feel smarter, cleaner and more modern every single day.\n        \u003c\/p\u003e\n\n    \u003c\/section\u003e\n\n    \u003csection class=\"cta\"\u003e\n\n        \u003ch2\u003eUpgrade Your Handwashing Experience\u003c\/h2\u003e\n\n        \u003cp\u003e\n            Cleaner. Smarter. Designed for modern homes.\n        \u003c\/p\u003e\n\n        \u003ca href=\"#product-form\" class=\"cta-btn\"\u003e\n            Get Yours Today\n        \u003c\/a\u003e\n\n    \u003c\/section\u003e\n\n\u003c\/div\u003e\n```\n\n","brand":"GoBuyza","offers":[{"title":"Black","offer_id":48573771284705,"sku":null,"price":800.0,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":48573771317473,"sku":null,"price":800.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/1613\/0529\/files\/black-flat-lay-fully-black.png?v=1781806631","url":"https:\/\/gobuyza.co.za\/products\/rechargeable-automatic-sensor-soap-dispenser","provider":"GoBuyza","version":"1.0","type":"link"}