{"title":"Home page","description":null,"products":[{"product_id":"smart-toothbrush-sanitizer-with-automatic-toothpaste-dispenser","title":"Smart Toothbrush Sanitizer with Automatic Toothpaste Dispenser","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900\u0026display=swap');\n\n.smart-section {\n    font-family: 'Inter', sans-serif;\n    background: linear-gradient(135deg,#0f172a,#1e293b,#0f172a);\n    color: white;\n    padding: 100px 30px;\n    overflow: hidden;\n    position: relative;\n}\n\n.smart-section::before {\n    content: \"\";\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    background: rgba(59,130,246,0.15);\n    border-radius: 50%;\n    top: -200px;\n    right: -150px;\n    filter: blur(100px);\n    animation: float 8s ease-in-out infinite;\n}\n\n.smart-section::after {\n    content: \"\";\n    position: absolute;\n    width: 400px;\n    height: 400px;\n    background: rgba(16,185,129,0.12);\n    border-radius: 50%;\n    bottom: -150px;\n    left: -100px;\n    filter: blur(100px);\n    animation: float 10s ease-in-out infinite reverse;\n}\n\n.smart-container {\n    max-width: 1200px;\n    margin: auto;\n    position: relative;\n    z-index: 2;\n}\n\n.smart-badge {\n    display: inline-block;\n    padding: 10px 18px;\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 100px;\n    backdrop-filter: blur(20px);\n    font-size: 14px;\n    margin-bottom: 25px;\n    animation: fadeUp 1s ease forwards;\n}\n\n.smart-title {\n    font-size: clamp(2.5rem,5vw,5rem);\n    font-weight: 900;\n    line-height: 1.1;\n    margin-bottom: 25px;\n    animation: fadeUp 1.2s ease forwards;\n}\n\n.gradient-text {\n    background: linear-gradient(90deg,#3b82f6,#06b6d4,#10b981);\n    background-size: 300% 300%;\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    animation: gradientMove 6s ease infinite;\n}\n\n.smart-description {\n    font-size: 1.2rem;\n    color: rgba(255,255,255,0.75);\n    max-width: 800px;\n    line-height: 1.8;\n    margin-bottom: 60px;\n    animation: fadeUp 1.4s ease forwards;\n}\n\n.features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));\n    gap: 25px;\n}\n\n.feature-card {\n    background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.08);\n    backdrop-filter: blur(20px);\n    padding: 30px;\n    border-radius: 24px;\n    transition: all .4s ease;\n    position: relative;\n    overflow: hidden;\n}\n\n.feature-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n    135deg,\n    rgba(59,130,246,.2),\n    transparent,\n    rgba(16,185,129,.15));\n    opacity: 0;\n    transition: .4s;\n}\n\n.feature-card:hover::before {\n    opacity: 1;\n}\n\n.feature-card:hover {\n    transform: translateY(-10px);\n    border-color: rgba(255,255,255,0.25);\n    box-shadow: 0 25px 60px rgba(0,0,0,0.4);\n}\n\n.feature-icon {\n    font-size: 2rem;\n    margin-bottom: 15px;\n}\n\n.feature-title {\n    font-size: 1.25rem;\n    font-weight: 700;\n    margin-bottom: 10px;\n}\n\n.feature-text {\n    color: rgba(255,255,255,0.7);\n    line-height: 1.7;\n}\n\n.bottom-text {\n    text-align: center;\n    margin-top: 70px;\n    font-size: 1.2rem;\n    color: rgba(255,255,255,0.85);\n    max-width: 850px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.cta-button {\n    display: inline-block;\n    margin-top: 35px;\n    padding: 18px 38px;\n    border-radius: 100px;\n    text-decoration: none;\n    color: white;\n    font-weight: 700;\n    background: linear-gradient(90deg,#3b82f6,#06b6d4);\n    transition: .4s;\n    box-shadow: 0 15px 40px rgba(59,130,246,.35);\n}\n\n.cta-button:hover {\n    transform: translateY(-4px) scale(1.03);\n    box-shadow: 0 20px 50px rgba(59,130,246,.5);\n}\n\n@keyframes gradientMove {\n    0% {background-position:0% 50%;}\n    50% {background-position:100% 50%;}\n    100% {background-position:0% 50%;}\n}\n\n@keyframes float {\n    0%,100% {transform: translateY(0);}\n    50% {transform: translateY(30px);}\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\u003c\/style\u003e\n\n\u003csection class=\"smart-section\"\u003e\n\n\u003cdiv class=\"smart-container\"\u003e\n\n\u003cdiv class=\"smart-badge\"\u003e\n✨ Smart Oral Care Innovation\n\u003c\/div\u003e\n\n\u003ch1 class=\"smart-title\"\u003e\nElevate Your \u003cspan class=\"gradient-text\"\u003eOral Hygiene\u003c\/span\u003e Routine\n\u003c\/h1\u003e\n\n\u003cp class=\"smart-description\"\u003e\nMeet the last toothbrush holder you'll ever need. This premium 2-in-1 smart device keeps your toothbrush germ-free with advanced UV sanitization while dispensing the perfect amount of toothpaste automatically, every single time.\n\u003c\/p\u003e\n\n\u003cdiv class=\"features-grid\"\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eUV Sanitization\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\nKills up to 99.9% of bacteria and germs after every use, keeping your toothbrush fresh and hygienic.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🦷\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eAuto Dispensing\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\nPerfectly measured toothpaste every time. No squeezing, no waste, no mess.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003ePremium Design\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\nWall-mountable and countertop-ready with a sleek modern aesthetic that upgrades any bathroom.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"feature-title\"\u003eUSB Rechargeable\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\nLong-lasting battery life with convenient USB charging and no battery replacements required.\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"bottom-text\"\u003e\nImagine starting every morning with a sanitized toothbrush and perfectly dispensed toothpaste — effortlessly. It's a small upgrade that transforms your daily routine.\n\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Prime Collective","offers":[{"title":"Default Title","offer_id":51776046596312,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0821\/7791\/7144\/files\/Productphoto1.avif?v=1780475245"}],"url":"https:\/\/primecollective.co.za\/collections\/frontpage.oembed","provider":"Prime Collective","version":"1.0","type":"link"}