{"product_id":"helothera-backease-4-roller-back-massager-with-heat","title":"Helothera BackEase - Roller Back Massager","description":"\u003c!-- ========================= HELOTHERA MULTIFUNCTION CUSHION MASSAGER ========================= --\u003e\n\u003cstyle\u003e\n\n\/* =========================================================\n   HELOTHERA - LIGHT ORANGE \/ CREAM PREMIUM THEME\n   ========================================================= *\/\n\n:root{\n  --cushion-primary:#D98A4E;\n  --cushion-orange:#C9824D;\n  --cushion-dark:#4A3428;\n  --cushion-peach:#E5A66F;\n  --cushion-light:#F3D6B8;\n  --cushion-cream:#FFF5EA;\n  --cushion-border:#E7C7A9;\n  --cushion-text:#66544A;\n}\n\n\n\/* =========================================================\n   MAIN INFORMATION\n   ========================================================= *\/\n\n.cushion-info{\n  max-width:100%;\n  font-family:Arial,sans-serif;\n  margin:20px 0 30px;\n}\n\n.cushion-info details{\n  border-bottom:1px solid var(--cushion-border);\n}\n\n.cushion-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(--cushion-dark);\n}\n\n.cushion-info summary::-webkit-details-marker{\n  display:none;\n}\n\n.cushion-info summary::after{\n  content:\"+\";\n  font-size:28px;\n  font-weight:400;\n  color:var(--cushion-orange);\n  line-height:1;\n}\n\n.cushion-info details[open] summary::after{\n  content:\"−\";\n}\n\n.cushion-info-content{\n  padding:0 0 18px;\n  color:var(--cushion-text);\n  line-height:1.7;\n  font-size:15px;\n}\n\n\n\/* =========================================================\n   TABLE\n   ========================================================= *\/\n\n.cushion-info-content table{\n  width:100%;\n  border-collapse:collapse;\n  margin:18px 0;\n}\n\n.cushion-info-content table th,\n.cushion-info-content table td{\n  border:1px solid var(--cushion-border);\n  padding:10px;\n  text-align:left;\n}\n\n.cushion-info-content table th{\n  background:\n    linear-gradient(\n      135deg,\n      #FFF5EA,\n      #F3D6B8,\n      #FFF5EA\n    );\n\n  color:var(--cushion-orange);\n  font-weight:700;\n}\n\n.cushion-info-content table tr:nth-child(even) td{\n  background:#FFFAF5;\n}\n\n.cushion-info-content h4{\n  margin:20px 0 10px;\n  color:var(--cushion-orange);\n}\n\n.cushion-info-content ul{\n  padding-left:20px;\n  margin:12px 0;\n}\n\n.cushion-info-content li{\n  margin-bottom:8px;\n}\n\n\n\/* =========================================================\n   GUARANTEE\n   ========================================================= *\/\n\n.cushion-guarantee{\n  width:100%;\n  display:flex;\n  justify-content:center;\n  margin:24px 0;\n}\n\n.cushion-guarantee-badge{\n  display:flex;\n  align-items:center;\n  gap:10px;\n\n  padding:12px 24px;\n\n  border:2px solid var(--cushion-orange);\n  border-radius:999px;\n\n  font-weight:700;\n  font-size:14px;\n\n  color:var(--cushion-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 MAIN COLORS\n   ORANGE + CREAM\n   ========================================================= *\/\n\n.cushion-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.cushion-track{\n  display:flex;\n  width:max-content;\n\n  animation:\n    scrollcushion 28s linear infinite;\n}\n\n.cushion-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.cushion-item::before{\n  content:\"✦\";\n  color:#FFFFFF;\n  font-size:11px;\n}\n\n@keyframes scrollcushion{\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.cushion-faq{\n  max-width:720px;\n\n  margin:20px auto;\n\n  font-family:Arial,sans-serif;\n}\n\n.cushion-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(--cushion-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.cushion-faq details:hover{\n\n  transform:translateY(-1px);\n\n  box-shadow:\n    0 7px 18px rgba(185,111,60,.14);\n}\n\n.cushion-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(--cushion-orange);\n}\n\n.cushion-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.cushion-faq summary::after{\n\n  content:\"▾\";\n\n  float:right;\n\n  transition:.3s;\n\n  color:var(--cushion-primary);\n}\n\n.cushion-faq details[open] summary::after{\n  transform:rotate(180deg);\n}\n\n.cushion-content{\n\n  margin-top:12px;\n\n  line-height:1.7;\n\n  color:var(--cushion-text);\n\n  font-size:15px;\n}\n\n.cushion-faq-heading h2{\n  color:var(--cushion-orange)!important;\n}\n\n\n\/* =========================================================\n   FAQ HEADING GRADIENT\n   ========================================================= *\/\n\n.cushion-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.cushion-banner{\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:18px;\n\n  margin:20px 0;\n}\n\n.cushion-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  .cushion-track{\n    animation:none;\n  }\n\n  .cushion-faq details{\n    transition:none;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media screen and (max-width:749px){\n\n  .cushion-info summary{\n    font-size:16px;\n  }\n\n  .cushion-info-content{\n    font-size:14px;\n  }\n\n  .cushion-info-content table{\n    font-size:13px;\n  }\n\n  .cushion-info-content table th,\n  .cushion-info-content table td{\n    padding:8px;\n  }\n\n  .cushion-guarantee-badge{\n    font-size:12px;\n    padding:11px 18px;\n  }\n\n  .cushion-bar{\n    font-size:13px;\n    border-radius:12px;\n  }\n\n  .cushion-item{\n    padding:11px 22px;\n  }\n\n  .cushion-faq{\n    margin:18px auto;\n  }\n\n  .cushion-faq summary{\n    font-size:15px;\n  }\n\n  .cushion-content{\n    font-size:14px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- =========================================================\n     PRODUCT INFORMATION\n     ========================================================= --\u003e\n\u003cdiv class=\"cushion-info\"\u003e\n\u003c!-- ========================= DESCRIPTION ========================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDescription\u003c\/summary\u003e\n\u003cdiv class=\"cushion-info-content\"\u003e\n\u003cp\u003eRelax and unwind with the \u003cstrong\u003eHelothera BackEase 4-Roller Back Massager with Heat.\u003c\/strong\u003e Designed in a comfortable cushion-style form, it provides a convenient massage experience for multiple areas of the body.\u003c\/p\u003e\n\u003cp\u003eThe massager features \u003cstrong\u003eup-and-down rubbing massage balls\u003c\/strong\u003e designed to create a soothing massage sensation. Its versatile design allows it to be used across areas including the back, hip, neck, shoulders, calves, palms, lower legs, and thighs.\u003c\/p\u003e\n\u003cp\u003eIts wireless, battery-powered design gives you the flexibility to enjoy a massage session without being restricted to a fixed position. The cushion-style construction makes it easy to incorporate into your daily relaxation routine at home.\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\u003eMultifunction Cushion Design\u003c\/td\u003e\n\u003ctd\u003eSuitable for massage across multiple body areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUp \u0026amp; Down Rubbing Balls\u003c\/td\u003e\n\u003ctd\u003eCreates a comfortable rubbing massage sensation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBack Massage\u003c\/td\u003e\n\u003ctd\u003eConvenient massage experience for the back area\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNeck \u0026amp; Shoulder Massage\u003c\/td\u003e\n\u003ctd\u003eSuitable for relaxing the upper body\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLeg \u0026amp; Calf Massage\u003c\/td\u003e\n\u003ctd\u003eCan be used across the lower body\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePalm Massage\u003c\/td\u003e\n\u003ctd\u003eVersatile design for hand and palm massage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThigh \u0026amp; Lower Leg Use\u003c\/td\u003e\n\u003ctd\u003eDesigned for convenient multi-area massage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWireless Battery Powered\u003c\/td\u003e\n\u003ctd\u003eConvenient cordless use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCushion-Style Form\u003c\/td\u003e\n\u003ctd\u003eEasy to position during relaxation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLightweight Design\u003c\/td\u003e\n\u003ctd\u003eConvenient to move and use around the home\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eIdeal for \u003cstrong\u003e home relaxation, back massage, neck and shoulder relaxation, leg massage, calf massage, palm massage, and everyday comfort. \u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ========================= IDEAL FOR ========================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIdeal For\u003c\/summary\u003e\n\u003cdiv class=\"cushion-info-content\"\u003e\n\u003ch4\u003eBack Relaxation\u003c\/h4\u003e\n\u003cp\u003ePlace the cushion massager against your back to enjoy a comfortable rubbing massage experience while relaxing at home.\u003c\/p\u003e\n\u003ch4\u003eNeck \u0026amp; Shoulder Relaxation\u003c\/h4\u003e\n\u003cp\u003eIts multifunction design makes it suitable for use around the neck and shoulder area as part of your everyday relaxation routine.\u003c\/p\u003e\n\u003ch4\u003eAfter Long Working Hours\u003c\/h4\u003e\n\u003cp\u003eA convenient option for relaxing after extended periods of sitting, working, studying, or everyday activity.\u003c\/p\u003e\n\u003ch4\u003eLeg \u0026amp; Calf Massage\u003c\/h4\u003e\n\u003cp\u003eThe versatile cushion design can also be used for the calves, lower legs, and thighs.\u003c\/p\u003e\n\u003ch4\u003ePalm \u0026amp; Hand Massage\u003c\/h4\u003e\n\u003cp\u003eThe massager can be positioned for a comfortable massage sensation around the palm and hand area.\u003c\/p\u003e\n\u003ch4\u003eEveryday Home Relaxation\u003c\/h4\u003e\n\u003cp\u003eEnjoy a convenient massage routine while sitting, resting, reading, watching television, or taking a break.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ========================= WHY CHOOSE ========================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy Choose This Back Massager?\u003c\/summary\u003e\n\u003cdiv class=\"cushion-info-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eMultifunction Design\u003c\/strong\u003e – Designed for use across multiple body areas including the back, neck, shoulders, legs, calves, palms, and thighs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUp \u0026amp; Down Rubbing Massage\u003c\/strong\u003e – The integrated rubbing balls create a comfortable massage sensation during use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBack \u0026amp; Upper Body Use\u003c\/strong\u003e – Suitable for incorporating massage into your back, neck, and shoulder relaxation routine.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLower Body Massage\u003c\/strong\u003e – Can be used across the calves, lower legs, and thighs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePalm Massage\u003c\/strong\u003e – The multifunction format also allows use around the palm area.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWireless Convenience\u003c\/strong\u003e – The battery-powered design provides convenient cordless use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCushion-Style Construction\u003c\/strong\u003e – Easy to position and incorporate into everyday relaxation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eOne Massager, Multiple Uses\u003c\/strong\u003e – A versatile option for different areas of the body rather than being limited to a single massage position.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- ========================= PRODUCT SPECIFICATIONS ========================= --\u003e\n\u003cdetails\u003e\n\u003csummary\u003eProduct Specifications\u003c\/summary\u003e\n\u003cdiv class=\"cushion-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\u003eMultifunction Cushion Massager\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMassage Style\u003c\/th\u003e\n\u003ctd\u003eUp \u0026amp; Down Rubbing Ball Massage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Form\u003c\/th\u003e\n\u003ctd\u003eMassage Cushion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Source\u003c\/th\u003e\n\u003ctd\u003eBattery Powered\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDesign\u003c\/th\u003e\n\u003ctd\u003eWireless Cushion Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003ctd\u003eLeather\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eApprox. Product Weight\u003c\/th\u003e\n\u003ctd\u003e3 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Dimensions\u003c\/th\u003e\n\u003ctd\u003e52 × 8 × 48 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTarget Areas\u003c\/th\u003e\n\u003ctd\u003eBack, Hip, Neck, Shoulder, Calf, Palm, Lower Leg \u0026amp; Thigh\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003ctd\u003e1 Count\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=\"cushion-guarantee\"\u003e\n\u003cdiv class=\"cushion-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 MAIN COLORS\n     ORANGE + CREAM\n     ========================================================= --\u003e\n\u003cdiv class=\"cushion-bar\"\u003e\n\u003cdiv class=\"cushion-track\"\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eMultifunction Cushion Massager\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eUp \u0026amp; Down Rubbing Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eBack \u0026amp; Shoulder Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eNeck \u0026amp; Calf Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003ePalm \u0026amp; Hand Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eThigh \u0026amp; Lower Leg Use\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eWireless Battery Powered\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eComfortable Cushion Design\u003c\/span\u003e\u003c\/div\u003e\n\u003c!-- DUPLICATE FOR CONTINUOUS SCROLL --\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eMultifunction Cushion Massager\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eUp \u0026amp; Down Rubbing Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eBack \u0026amp; Shoulder Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eNeck \u0026amp; Calf Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003ePalm \u0026amp; Hand Massage\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eThigh \u0026amp; Lower Leg Use\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eWireless Battery Powered\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cushion-item\"\u003e\u003cspan\u003eComfortable Cushion Design\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=\"cushion-banner\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0926\/4283\/6866\/files\/ChatGPT_Image_Aug_7_2026_12_03_56_PM.png?v=1786084486\" alt=\"Helothera Multifunction Cushion Massager\" 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\/66e513c2696e42d3a0d35eba7062c33a.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/p\u003e\u003c\/div\u003e","brand":"Helothera","offers":[{"title":"Default Title","offer_id":56827478311298,"sku":null,"price":7999.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/4283\/6866\/files\/ChatGPT_Image_Aug_7_2026_09_35_59_PM.png?v=1786118775","url":"https:\/\/helothera.com\/products\/helothera-backease-4-roller-back-massager-with-heat","provider":"Helothera","version":"1.0","type":"link"}