{"product_id":"helothera-electric-scalp-massager","title":"Helothera Electric Scalp Massager","description":"\u003c!-- ========================= HELOTHERA SCALP MASSAGER ========================= \n\u003c!-- ========================= PREMIUM LIGHT ORANGE \/ CREAM THEME ========================= --\u003e\n\u003cstyle\u003e\n\n:root{\n  --scalp-primary:#D98A4E;\n  --scalp-orange:#B96F3C;\n  --scalp-dark:#4A3428;\n  --scalp-light:#F3D6B8;\n  --scalp-pale:#FFF5EA;\n  --scalp-border:#E7C7A9;\n  --scalp-text:#66544A;\n}\n\n\n\/* =========================================================\n   MAIN INFORMATION\n   ========================================================= *\/\n\n.scalp-info{\n  max-width:100%;\n  font-family:Arial,sans-serif;\n  margin:20px 0 30px;\n}\n\n.scalp-info details{\n  border-bottom:1px solid var(--scalp-border);\n}\n\n.scalp-info summary{\n  list-style:none;\n  cursor:pointer;\n  font-size:17px;\n  font-weight:600;\n  padding:16px 0;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n  color:var(--scalp-dark);\n}\n\n.scalp-info summary::-webkit-details-marker{\n  display:none;\n}\n\n.scalp-info summary::after{\n  content:\"+\";\n  font-size:28px;\n  font-weight:400;\n  color:var(--scalp-orange);\n  line-height:1;\n}\n\n.scalp-info details[open] summary::after{\n  content:\"−\";\n}\n\n.scalp-info-content{\n  padding:0 0 18px;\n  color:var(--scalp-text);\n  line-height:1.7;\n  font-size:15px;\n}\n\n\n\/* =========================================================\n   TABLE\n   ========================================================= *\/\n\n.scalp-info-content table{\n  width:100%;\n  border-collapse:collapse;\n  margin:18px 0;\n}\n\n.scalp-info-content table th,\n.scalp-info-content table td{\n  border:1px solid var(--scalp-border);\n  padding:10px;\n  text-align:left;\n}\n\n.scalp-info-content table th{\n  background:\n    linear-gradient(\n      135deg,\n      #FFF5EA,\n      #F3D6B8,\n      #FFF5EA\n    );\n\n  color:var(--scalp-orange);\n  font-weight:700;\n}\n\n.scalp-info-content table tr:nth-child(even) td{\n  background:#FFFAF5;\n}\n\n.scalp-info-content h4{\n  margin:20px 0 10px;\n  color:var(--scalp-orange);\n}\n\n.scalp-info-content ul{\n  padding-left:20px;\n  margin:12px 0;\n}\n\n.scalp-info-content li{\n  margin-bottom:8px;\n}\n\n\n\/* =========================================================\n   GUARANTEE\n   ========================================================= *\/\n\n.scalp-guarantee{\n  width:100%;\n  display:flex;\n  justify-content:center;\n  margin:24px 0;\n}\n\n.scalp-guarantee-badge{\n  display:flex;\n  align-items:center;\n  gap:10px;\n\n  padding:12px 24px;\n\n  border:2px solid var(--scalp-orange);\n  border-radius:999px;\n\n  font-weight:700;\n  font-size:14px;\n\n  color:var(--scalp-orange);\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFFFF,\n      #FFF5EA,\n      #F3D6B8\n    );\n\n  box-shadow:\n    0 5px 18px rgba(185,111,60,.16);\n}\n\n\n\/* =========================================================\n   FEATURE SCROLL BAR\n   ONLY TWO COLORS:\n   WARM ORANGE + CREAM\n   ========================================================= *\/\n\n.scalp-bar{\n  width:100%;\n\n  background:\n    linear-gradient(\n      90deg,\n      #C9824D,\n      #F3D6B8\n    );\n\n  border-radius:14px;\n\n  margin:20px 0;\n\n  overflow:hidden;\n\n  font-weight:700;\n  font-size:14px;\n\n  color:#FFFFFF;\n\n  box-shadow:\n    0 7px 20px rgba(185,111,60,.20);\n}\n\n.scalp-track{\n  display:flex;\n  width:max-content;\n\n  animation:\n    scrollscalp 28s linear infinite;\n}\n\n.scalp-item{\n  padding:13px 32px;\n\n  white-space:nowrap;\n\n  display:flex;\n  align-items:center;\n\n  gap:8px;\n\n  color:#FFFFFF;\n\n  text-shadow:\n    0 1px 2px rgba(80,45,25,.25);\n}\n\n.scalp-item::before{\n  content:\"✦\";\n  color:#FFFFFF;\n  font-size:11px;\n}\n\n@keyframes scrollscalp{\n\n  0%{\n    transform:translateX(0);\n  }\n\n  100%{\n    transform:translateX(-50%);\n  }\n\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.scalp-faq{\n  max-width:720px;\n\n  margin:20px auto;\n\n  font-family:Arial,sans-serif;\n}\n\n.scalp-faq details{\n\n  background:\n    linear-gradient(\n      135deg,\n      #FFFFFF 0%,\n      #FFF5EA 50%,\n      #F3D6B8 100%\n    );\n\n  border:1px solid var(--scalp-border);\n\n  border-radius:14px;\n\n  margin-bottom:14px;\n\n  padding:16px 18px;\n\n  box-shadow:\n    0 5px 14px rgba(185,111,60,.09);\n\n  transition:\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.scalp-faq details:hover{\n\n  transform:translateY(-1px);\n\n  box-shadow:\n    0 7px 18px rgba(185,111,60,.14);\n}\n\n.scalp-faq summary{\n\n  list-style:none;\n\n  cursor:pointer;\n\n  font-weight:700;\n\n  font-size:16px;\n\n  color:var(--scalp-orange);\n}\n\n.scalp-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.scalp-faq summary::after{\n\n  content:\"▾\";\n\n  float:right;\n\n  transition:.3s;\n\n  color:var(--scalp-primary);\n}\n\n.scalp-faq details[open] summary::after{\n  transform:rotate(180deg);\n}\n\n.scalp-content{\n\n  margin-top:12px;\n\n  line-height:1.7;\n\n  color:var(--scalp-text);\n\n  font-size:15px;\n}\n\n.scalp-faq-heading h2{\n  color:var(--scalp-orange)!important;\n}\n\n\n\/* =========================================================\n   FAQ HEADING GRADIENT\n   ========================================================= *\/\n\n.scalp-faq-heading h2{\n\n  background:\n    linear-gradient(\n      90deg,\n      #B96F3C,\n      #D98A4E,\n      #B96F3C\n    );\n\n  -webkit-background-clip:text;\n\n  -webkit-text-fill-color:transparent;\n\n  background-clip:text;\n}\n\n\n\/* =========================================================\n   PRODUCT BANNER\n   ========================================================= *\/\n\n.scalp-banner{\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:18px;\n\n  margin:20px 0;\n}\n\n.scalp-banner img{\n\n  width:100%;\n\n  height:auto;\n\n  display:block;\n\n  border-radius:18px;\n\n  box-shadow:\n    0 10px 30px rgba(185,111,60,.18);\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n   ========================================================= *\/\n\n@media (prefers-reduced-motion:reduce){\n\n  .scalp-track{\n    animation:none;\n  }\n\n  .scalp-faq details{\n    transition:none;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .scalp-info summary{\n    font-size:16px;\n  }\n\n  .scalp-info-content{\n    font-size:14px;\n  }\n\n  .scalp-info-content table{\n    font-size:13px;\n  }\n\n  .scalp-info-content table th,\n  .scalp-info-content table td{\n    padding:8px;\n  }\n\n  .scalp-guarantee-badge{\n    font-size:12px;\n    padding:11px 18px;\n  }\n\n  .scalp-bar{\n    font-size:13px;\n    border-radius:12px;\n  }\n\n  .scalp-item{\n    padding:11px 22px;\n  }\n\n  .scalp-faq{\n    margin:18px auto;\n  }\n\n  .scalp-faq summary{\n    font-size:15px;\n  }\n\n  .scalp-content{\n    font-size:14px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     PRODUCT INFORMATION\n     ========================================================= --\u003e\n\u003cdiv class=\"scalp-info\"\u003e\n\u003c!-- =========================================================\n     DESCRIPTION\n     ========================================================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDescription\u003c\/summary\u003e\n\u003cdiv class=\"scalp-info-content\"\u003e\n\u003cp\u003eEnjoy a relaxing scalp-care experience with the \u003cstrong\u003eHelothera Electric Scalp Massager\u003c\/strong\u003e. Designed for convenient everyday use, this cordless handheld massager uses rotating massage prongs to provide a soothing massage experience across the scalp.\u003c\/p\u003e\n\u003cp\u003eThe massager features a \u003cstrong\u003e360-degree rotating massage design with 12 prongs\u003c\/strong\u003e, helping provide broad scalp coverage while the soft rubber tips create a comfortable massage sensation.\u003c\/p\u003e\n\u003cp\u003eWith \u003cstrong\u003e3 adjustable massage modes\u003c\/strong\u003e, you can select the intensity and massage experience according to your personal preference. Its cordless rechargeable design also makes it convenient to use at home, in the office, or while travelling.\u003c\/p\u003e\n\u003cp\u003eThe ergonomic handheld shape is designed for comfortable handling, while the built-in \u003cstrong\u003e10-minute automatic shut-off\u003c\/strong\u003e provides a convenient timed massage session.\u003c\/p\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eKey Features\u003c\/th\u003e\n\u003cth\u003eBenefits\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e360° Rotating Scalp Massage\u003c\/td\u003e\n\u003ctd\u003eProvides broad scalp massage coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e12 Massage Prongs\u003c\/td\u003e\n\u003ctd\u003eDesigned to gently massage the scalp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e3 Adjustable Modes\u003c\/td\u003e\n\u003ctd\u003eChoose a comfortable massage intensity\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCordless \u0026amp; Portable\u003c\/td\u003e\n\u003ctd\u003eConvenient to use without a connected power cable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRechargeable Design\u003c\/td\u003e\n\u003ctd\u003eConvenient for repeated everyday use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eErgonomic Handheld Shape\u003c\/td\u003e\n\u003ctd\u003eComfortable to hold and control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSoft Rubber Massage Tips\u003c\/td\u003e\n\u003ctd\u003eComfortable contact with the scalp\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e10-Minute Auto Shut-Off\u003c\/td\u003e\n\u003ctd\u003eConvenient timed massage sessions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEasy to Clean\u003c\/td\u003e\n\u003ctd\u003eSimple maintenance after use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eIdeal for \u003cstrong\u003e daily relaxation, scalp massage, self-care routines, after a long day, and convenient home or travel use. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =========================================================\n     IDEAL FOR\n     ========================================================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIdeal For\u003c\/summary\u003e\n\u003cdiv class=\"scalp-info-content\"\u003e\n\u003ch4\u003eAfter a Long Day\u003c\/h4\u003e\n\u003cp\u003eEnjoy a soothing scalp massage as part of your evening relaxation routine after work, study, or a busy day.\u003c\/p\u003e\n\u003ch4\u003eEveryday Scalp Massage\u003c\/h4\u003e\n\u003cp\u003eThe cordless handheld design makes it convenient to include scalp massage in your regular self-care routine.\u003c\/p\u003e\n\u003ch4\u003eRelaxation \u0026amp; Stress Relief\u003c\/h4\u003e\n\u003cp\u003eThe rotating massage action provides a relaxing sensation that can help create a calming moment during your day.\u003c\/p\u003e\n\u003ch4\u003eHome Use\u003c\/h4\u003e\n\u003cp\u003eUse it while relaxing at home, reading, watching television, or taking a break from your daily routine.\u003c\/p\u003e\n\u003ch4\u003eTravel \u0026amp; Office\u003c\/h4\u003e\n\u003cp\u003eIts compact cordless design makes it convenient to carry and use when you want a quick massage away from home.\u003c\/p\u003e\n\u003ch4\u003ePersonalized Massage\u003c\/h4\u003e\n\u003cp\u003eWith 3 adjustable modes, you can choose a massage intensity according to your comfort and preference.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =========================================================\n     WHY CHOOSE\n     ========================================================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy Choose This Scalp Massager?\u003c\/summary\u003e\n\u003cdiv class=\"scalp-info-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e360° Scalp Massage\u003c\/strong\u003e – The rotating massage mechanism is designed to provide broad scalp coverage.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e12 Rotating Prongs\u003c\/strong\u003e – Multiple massage prongs provide a comfortable scalp massage sensation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e3 Massage Modes\u003c\/strong\u003e – Select from three adjustable modes for a personalized experience.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCordless Operation\u003c\/strong\u003e – Enjoy a massage without being restricted by a power cable.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRechargeable Design\u003c\/strong\u003e – The built-in rechargeable system makes it convenient for repeated use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eErgonomic Handheld Design\u003c\/strong\u003e – Designed to sit comfortably in the hand for easy control.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSoft Rubber Tips\u003c\/strong\u003e – The massage tips are designed for comfortable contact with the scalp.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e10-Minute Auto Shut-Off\u003c\/strong\u003e – The automatic shut-off provides a convenient timed massage session.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePortable Self-Care\u003c\/strong\u003e – A lightweight design makes it convenient to use at home, in the office, or while travelling.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- =========================================================\n     PRODUCT SPECIFICATIONS\n     ========================================================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eProduct Specifications\u003c\/summary\u003e\n\u003cdiv class=\"scalp-info-content\"\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eBrand\u003c\/th\u003e\n\u003ctd\u003eHelothera\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eElectric Scalp Massager\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTarget Area\u003c\/th\u003e\n\u003ctd\u003eScalp \/ Head\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMassage Method\u003c\/th\u003e\n\u003ctd\u003eRotating Vibration Massage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMassage Modes\u003c\/th\u003e\n\u003ctd\u003e3 Adjustable Modes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMassage Prongs\u003c\/th\u003e\n\u003ctd\u003e12 Rotating Prongs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMassage Coverage\u003c\/th\u003e\n\u003ctd\u003e360° Scalp Coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eOperation\u003c\/th\u003e\n\u003ctd\u003eCordless\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eCharging\u003c\/th\u003e\n\u003ctd\u003eUSB Rechargeable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAuto Shut-Off\u003c\/th\u003e\n\u003ctd\u003e10 Minutes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eRubber Massage Tips\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWeight\u003c\/th\u003e\n\u003ctd\u003eApprox. 290 g\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eModel\u003c\/th\u003e\n\u003ctd\u003eHS-001\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     GUARANTEE\n     ========================================================= --\u003e\n\u003cdiv class=\"scalp-guarantee\"\u003e\n\u003cdiv class=\"scalp-guarantee-badge\"\u003e\u003cspan\u003e 7 DAY MONEY BACK GUARANTEE \u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; margin-top: -10px; margin-bottom: 20px;\"\u003e\n\u003cp style=\"margin: 0; font-size: 14px; color: #66544a; line-height: 1.6; font-family: Arial,sans-serif;\"\u003eWe stand behind our products. Exchanges are \u003cstrong style=\"color: #b96f3c;\"\u003e FREE \u003c\/strong\u003e for 7 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     FEATURE SCROLL BAR\n     ONLY TWO COLORS\n     ========================================================= --\u003e\n\u003cdiv class=\"scalp-bar\"\u003e\n\u003cdiv class=\"scalp-track\"\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e360° Scalp Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e12 Rotating Massage Prongs\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e3 Adjustable Modes\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003eCordless \u0026amp; Portable\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003eUSB Rechargeable\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003eSoft Rubber Massage Tips\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e10-Minute Auto Shut-Off\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- DUPLICATE FOR CONTINUOUS SCROLL --\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e360° Scalp Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e12 Rotating Massage Prongs\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e3 Adjustable Modes\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003eCordless \u0026amp; Portable\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003eUSB Rechargeable\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003eSoft Rubber Massage Tips\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"scalp-item\"\u003e\u003cspan\u003e10-Minute Auto Shut-Off\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- =========================================================\n     LANDSCAPE PRODUCT BANNER\n     ========================================================= --\u003e\n\u003cdiv class=\"scalp-banner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0926\/4283\/6866\/files\/ChatGPT_Image_Aug_7_2026_12_12_12_PM.png?v=1786084958\" alt=\"Helothera Electric Scalp Massager with 360 Degree Rotating Massage\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: start;\"\u003e\u003cp\u003e\u003cvideo style=\"width: 100%; border-radius: 18px; display: block;\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n\n\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d630a050d370466db34ef4cf91786e78.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/p\u003e\u003c\/div\u003e","brand":"Helothera","offers":[{"title":"Default Title","offer_id":56827293991298,"sku":null,"price":2499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/4283\/6866\/files\/6_f8526031-15b1-460c-ac3b-814c40953c8d.jpg?v=1786080906","url":"https:\/\/helothera.com\/products\/helothera-electric-scalp-massager","provider":"Helothera","version":"1.0","type":"link"}