{"product_id":"her-relief™-crampcare-pro","title":"HER RELIEF™ CrampCare Pro","description":"\u003csection class=\"hr-cc-section\"\u003e\n\u003cdiv class=\"hr-cc-card\"\u003e\n\u003cdiv class=\"hr-cc-badge\"\u003e✨ HER RELIEF™\u003c\/div\u003e\n\u003ch1 class=\"hr-cc-title\"\u003eCrampCare Pro\u003c\/h1\u003e\n\u003cdiv class=\"hr-cc-tagline\"\u003e💖 Comfort, Reimagined 💖\u003c\/div\u003e\n\u003cp class=\"hr-cc-intro\"\u003eSome days call for more than a hot water bottle. The \u003cstrong\u003eHER RELIEF™ CrampCare Pro\u003c\/strong\u003e delivers premium heat and massage therapy in one sleek, wearable device — designed to melt cramps away, wherever you are.\u003c\/p\u003e\n\u003cdiv class=\"hr-cc-heading\"\u003e✨ Why She'll Love It\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-grid\"\u003e\n\u003cdiv class=\"hr-cc-feature\"\u003e\n\u003cspan class=\"hr-cc-icon\"\u003e🔥\u003c\/span\u003e\n\u003cdiv class=\"hr-cc-feature-text\"\u003e\n\u003cstrong\u003e5-Level Adjustable Heat\u003c\/strong\u003e\n\u003cp\u003eFrom gentle warmth to deep relief, fully customizable\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-feature\"\u003e\n\u003cspan class=\"hr-cc-icon\"\u003e💆♀️\u003c\/span\u003e\n\u003cdiv class=\"hr-cc-feature-text\"\u003e\n\u003cstrong\u003eSoothing Vibration Massage\u003c\/strong\u003e\n\u003cp\u003eEases tension in minutes, not hours\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-feature\"\u003e\n\u003cspan class=\"hr-cc-icon\"\u003e📟\u003c\/span\u003e\n\u003cdiv class=\"hr-cc-feature-text\"\u003e\n\u003cstrong\u003eSmart LED Display\u003c\/strong\u003e\n\u003cp\u003eSimple, precise control at a glance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-feature\"\u003e\n\u003cspan class=\"hr-cc-icon\"\u003e🔋\u003c\/span\u003e\n\u003cdiv class=\"hr-cc-feature-text\"\u003e\n\u003cstrong\u003eUSB Rechargeable\u003c\/strong\u003e\n\u003cp\u003eCordless freedom, no batteries needed\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-feature\"\u003e\n\u003cspan class=\"hr-cc-icon\"\u003e🎀\u003c\/span\u003e\n\u003cdiv class=\"hr-cc-feature-text\"\u003e\n\u003cstrong\u003eSleek Pink Design\u003c\/strong\u003e\n\u003cp\u003eBeautiful enough to gift, powerful enough to trust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-feature\"\u003e\n\u003cspan class=\"hr-cc-icon\"\u003e🧘♀️\u003c\/span\u003e\n\u003cdiv class=\"hr-cc-feature-text\"\u003e\n\u003cstrong\u003eWear It Anywhere\u003c\/strong\u003e\n\u003cp\u003eUnder clothing, at work, at home, on the move\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-heading\"\u003e💕 The Benefits That Matter\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-benefits\"\u003e\n\u003cdiv class=\"hr-cc-benefit\"\u003e✔️ Faster relief than pills, without the side effects\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-benefit\"\u003e✔️ Discreet enough to wear all day, unnoticed\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-benefit\"\u003e✔️ Rechargeable — no ongoing cost, ready whenever you need it\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-benefit\"\u003e✔️ Compact and travel-friendly — comfort that fits in your bag\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-benefit\"\u003e✔️ A thoughtful gift for the women you love\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hr-cc-quote\"\u003e🌸 Because comfort shouldn't be complicated. 🌸\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n@keyframes hrFadeUp {\n  from { opacity:0; transform:translateY(18px); }\n  to { opacity:1; transform:translateY(0); }\n}\n\n@keyframes hrGlow {\n  0%, 100% { box-shadow:0 0 0 rgba(212,175,55,0); }\n  50% { box-shadow:0 0 22px rgba(212,175,55,0.35); }\n}\n\n@keyframes hrShimmer {\n  0% { background-position:-200% 0; }\n  100% { background-position:200% 0; }\n}\n\n@keyframes hrPulseIcon {\n  0%, 100% { transform:scale(1); }\n  50% { transform:scale(1.15); }\n}\n\n.hr-cc-section{\n  padding:24px 12px;\n  background:linear-gradient(180deg,#fff8fb,#ffeaf3);\n  font-family:'Poppins',Arial,sans-serif;\n}\n\n.hr-cc-card{\n  max-width:760px;\n  margin:auto;\n  background:#ffffff;\n  border-radius:24px;\n  padding:44px 34px;\n  box-shadow:0 14px 40px rgba(216,106,155,0.15);\n  border:1px solid #ffd9ea;\n  position:relative;\n  overflow:hidden;\n  animation:hrFadeUp 0.7s ease both;\n}\n\n.hr-cc-card::before{\n  content:\"\";\n  position:absolute;\n  top:0; left:0; right:0;\n  height:5px;\n  background:linear-gradient(90deg,#d4af37,#f3d27a,#d4af37);\n  background-size:200% 100%;\n  animation:hrShimmer 3.5s linear infinite;\n}\n\n.hr-cc-badge{\n  width:fit-content;\n  margin:0 auto 18px;\n  padding:8px 20px;\n  background:#fff0f5;\n  border:1px solid #f3d27a;\n  border-radius:50px;\n  color:#b8497a;\n  font-size:12px;\n  font-weight:700;\n  letter-spacing:2px;\n  text-align:center;\n  animation:hrFadeUp 0.7s ease 0.05s both;\n}\n\n.hr-cc-title{\n  text-align:center;\n  font-size:36px;\n  color:#b8497a;\n  font-weight:800;\n  margin:0 0 8px;\n  animation:hrFadeUp 0.7s ease 0.1s both;\n}\n\n.hr-cc-tagline{\n  text-align:center;\n  color:#d4af37;\n  font-size:16px;\n  font-weight:600;\n  letter-spacing:1px;\n  margin-bottom:22px;\n  animation:hrFadeUp 0.7s ease 0.15s both;\n}\n\n.hr-cc-intro{\n  text-align:center;\n  color:#666;\n  font-size:15.5px;\n  line-height:1.85;\n  max-width:520px;\n  margin:0 auto 34px;\n  animation:hrFadeUp 0.7s ease 0.2s both;\n}\n\n.hr-cc-heading{\n  text-align:center;\n  color:#b8497a;\n  font-size:21px;\n  font-weight:800;\n  margin:34px 0 20px;\n  animation:hrFadeUp 0.7s ease 0.25s both;\n}\n\n.hr-cc-grid{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:14px;\n  margin-bottom:12px;\n}\n\n.hr-cc-feature{\n  display:flex;\n  align-items:flex-start;\n  gap:14px;\n  background:linear-gradient(135deg,#fff9fb,#fff0f6);\n  border:1px solid #f5dbe8;\n  border-radius:16px;\n  padding:16px 18px;\n  transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  animation:hrFadeUp 0.6s ease both;\n}\n\n.hr-cc-feature:hover{\n  transform:translateY(-4px);\n  box-shadow:0 10px 24px rgba(216,106,155,0.18);\n  border-color:#f3d27a;\n}\n\n.hr-cc-feature:hover .hr-cc-icon{\n  animation:hrPulseIcon 0.6s ease;\n}\n\n.hr-cc-icon{\n  font-size:26px;\n  line-height:1;\n  flex-shrink:0;\n}\n\n.hr-cc-feature-text strong{\n  display:block;\n  color:#333;\n  font-size:15px;\n  margin-bottom:3px;\n}\n\n.hr-cc-feature-text p{\n  margin:0;\n  color:#888;\n  font-size:13.5px;\n  line-height:1.5;\n}\n\n.hr-cc-benefits{\n  display:flex;\n  flex-direction:column;\n  gap:10px;\n  margin-bottom:10px;\n}\n\n.hr-cc-benefit{\n  background:#fff0f5;\n  border:1px solid #ffd9ea;\n  border-radius:12px;\n  padding:13px 18px;\n  color:#555;\n  font-size:14.5px;\n  font-weight:500;\n  transition:background 0.3s ease, transform 0.3s ease;\n  animation:hrFadeUp 0.6s ease both;\n}\n\n.hr-cc-benefit:hover{\n  background:#ffe3ee;\n  transform:translateX(4px);\n}\n\n.hr-cc-quote{\n  margin-top:32px;\n  text-align:center;\n  color:#b8497a;\n  font-size:17px;\n  font-weight:700;\n  padding:20px;\n  border-radius:16px;\n  background:linear-gradient(135deg,#fff0f5,#fff8fb);\n  border:1px solid #f3d27a;\n  animation:hrGlow 2.8s ease-in-out infinite;\n}\n\n@media(min-width:640px){\n\n  .hr-cc-grid{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .hr-cc-card{\n    padding:56px 50px;\n  }\n\n  .hr-cc-title{\n    font-size:44px;\n  }\n\n}\n\n\u003c\/style\u003e","brand":"HER RELIEF","offers":[{"title":"Pink","offer_id":51801949208871,"sku":null,"price":699.95,"currency_code":"ZAR","in_stock":true},{"title":"White","offer_id":51801949241639,"sku":null,"price":699.95,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/0528\/2087\/files\/Herreliefproduct.png?v=1786142013","url":"https:\/\/herrelief.co.za\/products\/her-relief%e2%84%a2-crampcare-pro","provider":"HER RELIEF","version":"1.0","type":"link"}