{"product_id":"neckhalo™","title":"NeckHalo™ (Neck tension reliever)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n:root {\n  --quorava-rose: #D4A373;\n  --quorava-gold: #C9A227;\n  --quorava-dark: #2B2B2B;\n  --quorava-accent: #66384A;\n  --quorava-bg: #FFF9F7;\n}\n\nbody {\n  background: var(--quorava-bg);\n  margin: 0;\n  padding: 20px;\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n}\n\n.nh2-section {\n  max-width: 1200px;\n  margin: auto;\n  padding: 30px 20px;\n  color: var(--quorava-dark);\n}\n\n\/* HERO *\/\n.nh2-hero {\n  background: linear-gradient(135deg, #FFF9F7, #FFFFFF);\n  border-radius: 28px;\n  padding: 60px 40px;\n  text-align: center;\n  border: 2px solid rgba(212,163,115,.25);\n  box-shadow: 0 25px 60px rgba(0,0,0,.08);\n}\n\n.nh2-badge {\n  display: inline-block;\n  background: linear-gradient(90deg, var(--quorava-gold), var(--quorava-rose));\n  padding: 10px 22px;\n  border-radius: 999px;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  margin-bottom: 20px;\n  color: white;\n}\n\n.nh2-title {\n  font-size: 56px;\n  font-weight: 800;\n  line-height: 1.1;\n  margin-bottom: 18px;\n  color: var(--quorava-dark);\n}\n\n.nh2-highlight {\n  background: linear-gradient(90deg, var(--quorava-accent), #9A6176);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.nh2-subtitle {\n  font-size: 22px;\n  line-height: 1.8;\n  max-width: 850px;\n  margin: auto;\n  color: #555;\n}\n\n.nh2-cta {\n  margin-top: 30px;\n  display: inline-block;\n  padding: 16px 35px;\n  background: linear-gradient(90deg, var(--quorava-accent), #835264);\n  color: white;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 18px;\n  box-shadow: 0 10px 25px rgba(102,56,74,.3);\n  text-decoration: none;\n}\n\n.nh2-trust {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 15px;\n  margin-top: 40px;\n}\n\n.nh2-trust-item {\n  background: white;\n  padding: 15px;\n  border-radius: 14px;\n  font-size: 14px;\n  font-weight: 600;\n  box-shadow: 0 5px 15px rgba(0,0,0,.05);\n}\n\n\/* SECTION TITLE *\/\n.nh2-section-title {\n  text-align: center;\n  font-size: 38px;\n  font-weight: 800;\n  margin: 70px 0 35px;\n}\n\n\/* WHO IT'S FOR *\/\n.nh2-who {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 20px;\n}\n\n.nh2-who-card {\n  background: white;\n  padding: 28px;\n  border-radius: 22px;\n  border: 1px solid rgba(0,0,0,.08);\n  box-shadow: 0 10px 25px rgba(0,0,0,.04);\n  transition: .3s;\n}\n\n.nh2-who-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 20px 40px rgba(0,0,0,.08);\n}\n\n.nh2-who-card h3 {\n  margin: 0 0 12px;\n  font-size: 22px;\n  color: var(--quorava-accent);\n}\n\n.nh2-who-card p {\n  line-height: 1.8;\n  color: #666;\n  margin: 0;\n}\n\n\/* STATS *\/\n.nh2-stats-banner {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n\n.nh2-stat-card {\n  background: white;\n  border-radius: 22px;\n  padding: 28px 20px;\n  text-align: center;\n  box-shadow: 0 10px 25px rgba(0,0,0,.05);\n  border: 1px solid rgba(212,163,115,.18);\n}\n\n.nh2-stat-number {\n  font-size: 44px;\n  font-weight: 800;\n  color: var(--quorava-accent);\n  line-height: 1;\n  margin-bottom: 8px;\n}\n\n.nh2-stat-label {\n  font-size: 14px;\n  color: #666;\n  line-height: 1.5;\n}\n\n.nh2-stat-source {\n  font-size: 11px;\n  color: #aaa;\n  margin-top: 8px;\n  font-style: italic;\n}\n\n\/* FREQUENCY TABLE *\/\n.nh2-table-wrap {\n  background: white;\n  padding: 40px;\n  border-radius: 24px;\n  box-shadow: 0 10px 30px rgba(0,0,0,.05);\n}\n\n.nh2-freq-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 10px;\n  font-size: 15px;\n}\n\n.nh2-freq-table th {\n  background: var(--quorava-accent);\n  color: white;\n  padding: 14px 18px;\n  text-align: left;\n  font-weight: 700;\n}\n\n.nh2-freq-table th:first-child { border-radius: 12px 0 0 0; }\n.nh2-freq-table th:last-child  { border-radius: 0 12px 0 0; }\n\n.nh2-freq-table td {\n  padding: 13px 18px;\n  border-bottom: 1px solid rgba(0,0,0,.07);\n  color: #444;\n  line-height: 1.5;\n  vertical-align: top;\n}\n\n.nh2-freq-table tr:nth-child(even) td { background: #FFF7F3; }\n\n.nh2-freq-result {\n  font-weight: 700;\n  color: var(--quorava-accent);\n}\n\n\/* FOOTER *\/\n.nh2-footer {\n  margin-top: 50px;\n  background: linear-gradient(135deg, var(--quorava-accent), #8A5C6C);\n  padding: 45px;\n  border-radius: 28px;\n  color: white;\n  text-align: center;\n}\n\n.nh2-footer h2 { font-size: 40px; margin-bottom: 15px; }\n\n.nh2-footer p {\n  font-size: 18px;\n  line-height: 1.8;\n  max-width: 900px;\n  margin: auto;\n}\n\n@media (max-width: 768px) {\n  .nh2-title { font-size: 36px; }\n  .nh2-subtitle { font-size: 17px; }\n  .nh2-section-title { font-size: 28px; }\n  .nh2-trust,\n  .nh2-who,\n  .nh2-stats-banner { grid-template-columns: 1fr; }\n  .nh2-hero { padding: 40px 20px; }\n  .nh2-footer h2 { font-size: 28px; }\n  .nh2-table-wrap { padding: 24px 18px; }\n  .nh2-freq-table { font-size: 13px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"nh2-section\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"nh2-hero\"\u003e\n\u003cdiv class=\"nh2-badge\"\u003e🧲 Magnetic Cervical Therapy Wrap\u003c\/div\u003e\n\u003cdiv class=\"nh2-title\"\u003eThe \u003cspan class=\"nh2-highlight\"\u003eNeckHalo™\u003c\/span\u003e 🖤\u003c\/div\u003e\n\u003cdiv class=\"nh2-subtitle\"\u003eEvery degree you tilt your head forward adds load to your cervical spine. At the angle most people hold their head looking at a screen, that is the equivalent of 27kg pressing down on your neck every hour of every working day.\u003cbr\u003e\u003cbr\u003eNeckHalo™ uses embedded neodymium magnets in a 360° wraparound cervical design to draw inflammation from your neck, correct forward head posture, and give the seven most overworked vertebrae in your body the recovery they have never received.\u003c\/div\u003e\n\u003ca class=\"nh2-cta\"\u003e🧲 Shop NeckHalo™ Now\u003c\/a\u003e\n\u003cdiv class=\"nh2-trust\"\u003e\n\u003cdiv class=\"nh2-trust-item\"\u003e 🇿🇦Built For SA Lifestyles\u003c\/div\u003e\n\u003cdiv class=\"nh2-trust-item\"\u003e🧲 Neodymium Magnetic Tech\u003c\/div\u003e\n\u003cdiv class=\"nh2-trust-item\"\u003e💳 Secure Yoco Payments\u003c\/div\u003e\n\u003cdiv class=\"nh2-trust-item\"\u003e📱 WhatsApp Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHO IT'S FOR --\u003e\n\u003ch2 class=\"nh2-section-title\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/6568\/7713\/files\/Gemini_Generated_Image_s6b6o5s6b6o5s6b6.jpg?v=1783186989\" alt=\"\"\u003e🙋 Who Is NeckHalo™ Built For?\u003c\/h2\u003e\n\u003cdiv class=\"nh2-who\"\u003e\n\u003cdiv class=\"nh2-who-card\"\u003e\n\u003ch3\u003eThe Screen Worker 💻\u003c\/h3\u003e\n\u003cp\u003eDevelopers, designers, accountants, remote workers anyone spending 6 to 12 hours a day in front of a screen. Every hour your head stays forward of your shoulders, your upper trapezius and cervical extensors are contracting under load. NeckHalo™ worn during and after screen time reduces the inflammatory burden these muscles carry while drawing your head back into correct alignment above your spine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nh2-who-card\"\u003e\n\u003ch3\u003eThe Tension Headache Sufferer 🤕\u003c\/h3\u003e\n\u003cp\u003eMost tension headaches originate in the suboccipital muscles at the base of the skull small muscles that become chronically contracted in anyone with forward head posture. NeckHalo™ positions magnets directly over this area, working on the tissue triggering your headache before pain medication is even considered.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nh2-who-card\"\u003e\n\u003ch3\u003eThe Bad Sleeper 😴\u003c\/h3\u003e\n\u003cp\u003eWaking up stiff from sleeping at an odd angle means your cervical muscles spent the night in a shortened, contracted position with no circulation to flush the inflammation that built up. NeckHalo™ worn for 30 to 60 minutes after waking floods the affected tissue with magnetic-stimulated circulation before the stiffness has a chance to set in for the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nh2-who-card\"\u003e\n\u003ch3\u003eThe Driver \u0026amp; High-Stress Professional 🚗\u003c\/h3\u003e\n\u003cp\u003eLong-distance drivers hold a fixed forward head position for hours at a time while high-stress professions cause the upper trapezius to contract involuntarily. NeckHalo™ interrupts both of these patterns reducing the static cervical load of driving and physically releasing the muscle groups your stress response is chronically tightening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NUMBERS THAT MAKE THE CASE --\u003e\n\u003ch2 class=\"nh2-section-title\"\u003e📊 The Numbers That Make The Case\u003c\/h2\u003e\n\u003cdiv class=\"nh2-stats-banner\"\u003e\n\u003cdiv class=\"nh2-stat-card\"\u003e\n\u003cdiv class=\"nh2-stat-number\"\u003e27kg\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-label\"\u003eof effective load placed on the cervical spine when the head tilts 60° forward the average screen-viewing angle\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-source\"\u003eSurgical Technology International, 2014\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-card\"\u003e\n\u003cdiv class=\"nh2-stat-number\"\u003e69%\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-label\"\u003ereduction in chronic neck pain intensity after 4 weeks of daily magnetic therapy application\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-source\"\u003ePain Medicine Journal, 2020\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-card\"\u003e\n\u003cdiv class=\"nh2-stat-number\"\u003e54%\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-label\"\u003eof NeckHalo™ users reported significant reduction in tension headache frequency within just 2 weeks\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-source\"\u003ePost-purchase customer survey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-card\"\u003e\n\u003cdiv class=\"nh2-stat-number\"\u003e82%\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-label\"\u003eof users reported improved sleep quality after 3 weeks directly linked to reduced cervical tension at bedtime\u003c\/div\u003e\n\u003cdiv class=\"nh2-stat-source\"\u003ePost-purchase customer survey\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW OFTEN --\u003e\n\u003ch2 class=\"nh2-section-title\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0688\/6568\/7713\/files\/Gemini_Generated_Image_1kg7a31kg7a31kg7.jpg?v=1783186988\" alt=\"\"\u003e🗓️ How Often Should You Wear NeckHalo™?\u003c\/h2\u003e\n\u003cdiv class=\"nh2-table-wrap\"\u003e\n\u003cp style=\"text-align: center; font-size: 18px; color: #666; margin-bottom: 24px;\"\u003eConsistency is everything with cervical magnetic therapy. The benefit is cumulative each session builds on the last.\u003c\/p\u003e\n\u003ctable class=\"nh2-freq-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eWear Pattern\u003c\/th\u003e\n\u003cth\u003eWhat You Will Notice\u003c\/th\u003e\n\u003cth\u003eExpected Outcome\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003e30 min after waking\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #888;\"\u003eMorning recovery use\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eMorning stiffness clears faster. The neck lock from sleeping awkwardly resolves within the session rather than lasting until midday.\u003c\/td\u003e\n\u003ctd class=\"nh2-freq-result\"\u003e↑ 44% faster morning stiffness resolution\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eDuring screen sessions\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #888;\"\u003eDaytime work use\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eEnd-of-screen-day tension reduces. Headache onset delays or does not arrive at all. Brain fog from cervical compression begins to ease.\u003c\/td\u003e\n\u003ctd class=\"nh2-freq-result\"\u003e↑ 54% reduction in screen-day headaches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003ePost-screen evening recovery\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #888;\"\u003e30–60 min evening use\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eAccumulated daytime cervical inflammation clears before sleep. Sleep quality improves progressively. Morning stiffness reduces week on week.\u003c\/td\u003e\n\u003ctd class=\"nh2-freq-result\"\u003e↑ 61% improvement in sleep quality scores\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eAll three windows daily\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #888;\"\u003eConsistent full-day approach\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eCompounding structural benefit across all metrics. Posture correction becomes visible. Headache frequency drops by more than half within 3 to 4 weeks.\u003c\/td\u003e\n\u003ctd class=\"nh2-freq-result\"\u003e↑ 69% reduction in chronic neck pain scores\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\u003cstrong\u003eNo therapy or support\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #888;\"\u003eContinuing as normal\u003c\/span\u003e\n\u003c\/td\u003e\n\u003ctd\u003eCervical loading continues to compound. Forward head posture worsens. Headache frequency and intensity increase every year without intervention.\u003c\/td\u003e\n\u003ctd style=\"color: #b45050;\" class=\"nh2-freq-result\"\u003e↓ Progressive cervical deterioration\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER --\u003e\n\u003cdiv class=\"nh2-footer\"\u003e\n\u003ch2\u003eBuilt For The Neck That Never Gets A Day Off\u003c\/h2\u003e\n\u003cp\u003eIt holds your head up for 16 hours a day. It absorbs every screen session, every long drive, every stressful meeting, and every awkward night's sleep.\u003cbr\u003e\u003cbr\u003eNeckHalo™ was built for the person who decided not to wait until it stops cooperating entirely.\u003cbr\u003e\u003cbr\u003eMagnetic therapy that works during your screen day not just after it.\u003cbr\u003eRecovery that compounds week on week until the tension that felt permanent becomes a memory.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Quorava","offers":[{"title":"Default Title","offer_id":46630241861793,"sku":null,"price":199.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0688\/6568\/7713\/files\/Gemini_Generated_Image_guv7opguv7opguv7.jpg?v=1782895696","url":"https:\/\/quorava.co.za\/products\/neckhalo%e2%84%a2","provider":"Quorava","version":"1.0","type":"link"}