{"product_id":"scalp-massager","title":"SCALP MASSAGER","description":"\u003c!-- SCALP THERAPY MASSAGER - Site Safe Embed --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- Paste this directly into your product description HTML\/code editor --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  .massager-card {\n    max-width: 680px;\n    width: 100%;\n    background: white;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 60px rgba(0,0,0,0.07);\n    font-family: 'DM Sans', sans-serif;\n    color: #2d2d2d;\n    margin: 0 auto;\n    animation: massagerFadeUp 0.7s ease both;\n  }\n\n  @keyframes massagerFadeUp {\n    from { opacity: 0; transform: translateY(28px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .massager-card .hero-band {\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    padding: 36px 40px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .massager-card .hero-band::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.18);\n  }\n\n  .massager-card .hero-band::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -30px;\n    width: 160px; height: 160px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.10);\n  }\n\n  .massager-card .badge-row {\n    display: flex;\n    gap: 8px;\n    margin-bottom: 14px;\n    flex-wrap: wrap;\n  }\n\n  .massager-card .ms-badge {\n    background: rgba(255,255,255,0.5);\n    backdrop-filter: blur(6px);\n    border: 1px solid rgba(255,255,255,0.7);\n    color: #3a5c3a;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 20px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .massager-card .product-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 600;\n    color: #2a3d2a;\n    line-height: 1.15;\n    position: relative;\n    z-index: 1;\n    margin: 0;\n  }\n\n  .massager-card .product-title em {\n    font-style: italic;\n    font-weight: 300;\n    color: #3d5c3d;\n  }\n\n  .massager-card .ms-subtitle {\n    margin-top: 8px;\n    font-size: 13px;\n    color: #4a6b4a;\n    font-weight: 400;\n    letter-spacing: 0.5px;\n    position: relative;\n    z-index: 1;\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n  }\n\n  \/* Body *\/\n  .massager-card .ms-body {\n    padding: 32px 40px;\n  }\n\n  .massager-card .intro-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.75;\n    margin-bottom: 28px;\n    font-style: italic;\n    border-left: 2px solid #a0c4a0;\n    padding-left: 16px;\n    animation: massagerFadeUp 0.7s 0.15s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  \/* Feature cards *\/\n  .massager-card .features-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    animation: massagerFadeUp 0.7s 0.25s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .massager-card .feature-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    padding: 12px 14px;\n    background: #f4faf4;\n    border: 1px solid transparent;\n    border-radius: 10px;\n    transition: all 0.2s ease;\n    cursor: default;\n  }\n\n  .massager-card .feature-item:hover {\n    border-color: #c8dfc8;\n    background: white;\n    transform: translateX(4px);\n    box-shadow: 0 3px 14px rgba(160,196,160,0.25);\n  }\n\n  .massager-card .feature-icon {\n    width: 34px; height: 34px; min-width: 34px;\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 16px;\n  }\n\n  .massager-card .feature-text strong {\n    display: block;\n    font-size: 12.5px;\n    font-weight: 600;\n    color: #2a4a2a;\n    margin-bottom: 2px;\n  }\n\n  .massager-card .feature-text span {\n    font-size: 12px;\n    color: #666;\n    line-height: 1.5;\n  }\n\n  \/* Storage note *\/\n  .massager-card .tip-note {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 24px;\n    padding: 12px 16px;\n    background: #f4faf4;\n    border-radius: 10px;\n    border: 1px solid #c8dfc8;\n    font-size: 12px;\n    color: #4a6b4a;\n    animation: massagerFadeUp 0.7s 0.35s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n    font-style: italic;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 14px;\n  }\n\n  \/* CTA strip *\/\n  .massager-card .cta-strip {\n    background: linear-gradient(135deg, #f4faf4 0%, #e6f0e6 100%);\n    border-top: 1px solid #c8dfc8;\n    padding: 20px 40px;\n    animation: massagerFadeUp 0.7s 0.4s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .massager-card .cta-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-style: italic;\n    color: #4a6b4a;\n  }\n\n  @media (max-width: 520px) {\n    .massager-card .hero-band,\n    .massager-card .ms-body { padding-left: 24px; padding-right: 24px; }\n    .massager-card .product-title { font-size: 26px; }\n    .massager-card .cta-strip { padding: 18px 24px; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"massager-card\"\u003e\n\u003cdiv class=\"hero-band\"\u003e\n\u003cdiv class=\"badge-row\"\u003e\n\u003cspan class=\"ms-badge\"\u003eScalp Tool\u003c\/span\u003e \u003cspan class=\"ms-badge\"\u003eErgonomic Design\u003c\/span\u003e \u003cspan class=\"ms-badge\"\u003eAll Hair Types\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"product-title\"\u003eScalp Therapy\u003cbr\u003e\u003cem\u003eMassager\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"ms-subtitle\"\u003ePrecision · Circulation · Activation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ms-body\"\u003e\n\u003cp class=\"intro-text\"\u003eDesigned to activate your roots — not just relax them. The Scalp Therapy Massager creates the ideal foundation for stronger, healthier, fuller-looking hair with every use.\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌀\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eDeep Follicle Stimulation\u003c\/strong\u003e \u003cspan\u003eGently awakens dormant roots by increasing blood flow to the scalp, helping maximise nutrient delivery where it matters most.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eEnhanced Oil Absorption\u003c\/strong\u003e \u003cspan\u003eBoosts the penetration of treatments like Batana Oil, ensuring deeper, more effective nourishment with every application.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eTension Release Therapy\u003c\/strong\u003e \u003cspan\u003eRelieves scalp tightness and built-up stress that can restrict healthy growth — melting away tension with every pass.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eExfoliating Renewal\u003c\/strong\u003e \u003cspan\u003eLifts buildup, product residue, and excess oil for a cleaner, more balanced scalp environment ready to absorb nutrients.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eGrowth-Optimised Foundation\u003c\/strong\u003e \u003cspan\u003eCreates the ideal conditions for stronger, healthier, fuller-looking hair by preparing the scalp before every treatment.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🤲\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003cstrong\u003eErgonomic Precision Design\u003c\/strong\u003e \u003cspan\u003eFlexible, scalp-safe bristles that massage without pulling, snagging, or causing breakage — comfortable enough for daily use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-note\"\u003e✦  Use with your Batana Oil or Liquid Oil for maximum absorption and results.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cta-strip\"\u003e\u003cspan class=\"cta-tagline\"\u003eActivate your roots. Elevate your results.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Aphrodeity","offers":[{"title":"Default Title","offer_id":51165504438560,"sku":null,"price":99.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/6485\/1488\/files\/WhatsAppImage2026-01-29at13.14.46.jpg?v=1769689802","url":"https:\/\/aphrodeitysa.co.za\/products\/scalp-massager","provider":"Aphrodeity","version":"1.0","type":"link"}