{"title":"Cannanda CB2 Oils: Migraine","description":"\u003cstyle\u003e\n.migraine-intro {\n  --teal-dark:    #007A87;\n  --teal-med:     #00ADBD;\n  --teal-light:   #99DDE5;\n  --teal-bg:      #E0F7FA;\n  --teal-bg-soft: #F0FBFC;\n  --text:         #1F2937;\n  --text-light:   #4B5563;\n  --gray:         #6B7280;\n  --green:        #065F46;\n  --green-bg:     #ECFDF5;\n  --green-border: #6EE7B7;\n  --amber:        #B45309;\n  --amber-bg:     #FEF3C7;\n  --amber-border: #FCD34D;\n  --heading-font: Georgia, 'Times New Roman', serif;\n  --body-font:    -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n  font-family: var(--body-font);\n  font-size: 16px;\n  color: var(--text);\n  line-height: 1.7;\n  max-width: 760px;\n  margin: 0 auto 40px;\n  text-align: left;\n}\n\n.migraine-intro *, .migraine-intro *::before, .migraine-intro *::after {\n  box-sizing: border-box;\n  text-align: left !important;\n}\n\n\/* ── HEADINGS ── *\/\n.migraine-intro h2 {\n  font-family: var(--heading-font);\n  font-size: clamp(1.25rem, 3vw, 1.55rem);\n  font-weight: 700;\n  color: var(--text);\n  margin: 2.2em 0 0.6em;\n  line-height: 1.25;\n}\n\n.migraine-intro h3 {\n  font-size: 1.05rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  margin: 1.8em 0 0.5em;\n  line-height: 1.3;\n}\n\n.migraine-intro p { margin: 0 0 1.1em; }\n.migraine-intro ul { margin: 0 0 1.1em; padding-left: 1.6em; }\n.migraine-intro li { margin-bottom: 0.5em; }\n\n.migraine-intro a {\n  color: var(--teal-dark);\n  text-decoration: underline;\n  text-underline-offset: 2px;\n}\n.migraine-intro a:hover { color: var(--teal-med); }\n.migraine-intro strong { font-weight: 700; }\n.migraine-intro em { font-style: italic; }\n\n\/* ── HERO IMAGE ── *\/\n.mi-hero-img {\n  width: 100%;\n  max-width: 100%;\n  height: auto;\n  display: block;\n  margin: 0 auto 28px;\n  border-radius: 8px;\n}\n\n\/* ── INLINE IMAGE ── *\/\n.mi-inline-img {\n  width: 100%;\n  height: auto;\n  display: block;\n  margin: 24px 0;\n  border-radius: 8px;\n}\n\n\/* ── HOOK BLOCK ── *\/\n.mi-hook {\n  background: var(--teal-dark);\n  color: #fff;\n  border-radius: 10px;\n  padding: 24px 26px;\n  margin: 0 0 28px;\n}\n\n.mi-hook-eyebrow {\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--teal-light);\n  margin-bottom: 10px;\n}\n\n.mi-hook-headline {\n  font-family: var(--heading-font);\n  font-size: clamp(1.15rem, 3vw, 1.45rem);\n  font-weight: 700;\n  line-height: 1.3;\n  color: #fff;\n  margin: 0 0 12px;\n}\n\n.mi-hook-sub {\n  font-size: 0.95rem;\n  color: var(--teal-light);\n  line-height: 1.6;\n  margin: 0;\n}\n\n.mi-hook-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 16px;\n}\n\n.mi-badge {\n  background: rgba(255,255,255,0.15);\n  border: 1px solid rgba(255,255,255,0.3);\n  color: #fff;\n  font-size: 0.78rem;\n  font-weight: 600;\n  padding: 4px 12px;\n  border-radius: 20px;\n  white-space: nowrap;\n}\n\n\/* ── HIGHLIGHT CALLOUT ── *\/\n.mi-highlight {\n  background: var(--teal-bg);\n  border-left: 4px solid var(--teal-dark);\n  border-radius: 0 8px 8px 0;\n  padding: 16px 20px;\n  margin: 0 0 28px;\n  font-size: 1rem;\n  color: var(--text);\n  line-height: 1.6;\n}\n.mi-highlight strong { color: var(--teal-dark); }\n\n\/* ── ECS GRID ── *\/\n.mi-ecs-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin: 0 0 28px;\n}\n\n@media (max-width: 540px) {\n  .mi-ecs-grid { grid-template-columns: 1fr; }\n}\n\n.mi-ecs-card {\n  background: var(--teal-bg-soft);\n  border: 1px solid var(--teal-light);\n  border-radius: 8px;\n  padding: 14px 16px;\n}\n\n.mi-ecs-title {\n  font-weight: 700;\n  color: var(--teal-dark);\n  font-size: 0.92rem;\n  margin-bottom: 5px;\n  display: flex;\n  align-items: center;\n  gap: 7px;\n}\n\n.mi-ecs-title .icon { font-size: 1rem; flex-shrink: 0; }\n\n.mi-ecs-card p {\n  font-size: 0.87rem;\n  color: var(--text-light);\n  margin: 0;\n  line-height: 1.5;\n}\n\n\/* ── WARNING CALLOUT (amber) ── *\/\n.mi-warning {\n  border: 1.5px solid var(--amber-border);\n  background: var(--amber-bg);\n  border-radius: 8px;\n  padding: 16px 20px;\n  margin: 0 0 28px;\n  font-size: 0.93rem;\n  color: #3B1F00;\n  line-height: 1.6;\n}\n.mi-warning strong { color: var(--amber); }\n\n\/* ── SAFE CALLOUT (green) ── *\/\n.mi-safe {\n  border: 1.5px solid var(--green-border);\n  background: var(--green-bg);\n  border-radius: 8px;\n  padding: 16px 20px;\n  margin: 0 0 28px;\n  font-size: 0.93rem;\n  color: #064E3B;\n  line-height: 1.65;\n}\n.mi-safe strong { color: var(--green); }\n.mi-safe ul { margin: 8px 0 0; padding-left: 1.4em; }\n.mi-safe li { margin-bottom: 4px; font-size: 0.9rem; }\n\n\/* ── RESEARCH NOTE (teal soft) ── *\/\n.mi-science {\n  border: 1.5px solid var(--teal-light);\n  background: var(--teal-bg-soft);\n  border-radius: 8px;\n  padding: 14px 18px;\n  margin: 0 0 28px;\n  font-size: 0.88rem;\n  color: var(--text-light);\n  line-height: 1.6;\n}\n.mi-science strong { color: var(--teal-dark); }\n\n\/* ── TESTIMONIALS ── *\/\n.mi-testimonials {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin: 0 0 8px;\n}\n\n@media (max-width: 540px) {\n  .mi-testimonials { grid-column: 1fr; }\n}\n\n.mi-testimonial {\n  background: var(--teal-bg-soft);\n  border: 1px solid var(--teal-light);\n  border-radius: 8px;\n  padding: 16px 18px;\n}\n\n.mi-testimonial.full { grid-column: 1 \/ -1; }\n\n.mi-testimonial blockquote {\n  margin: 0 0 10px;\n  padding: 0;\n  font-size: 0.88rem;\n  font-style: italic;\n  color: var(--text);\n  line-height: 1.55;\n  border: none;\n}\n\n.mi-testimonial cite {\n  font-size: 0.8rem;\n  font-style: normal;\n  font-weight: 600;\n  color: var(--teal-dark);\n}\n\n\/* ── VISION BLOCK ── *\/\n.mi-vision {\n  background: var(--teal-dark);\n  color: #fff;\n  border-radius: 10px;\n  padding: 22px 24px;\n  margin: 0 0 28px;\n  font-size: 0.97rem;\n  line-height: 1.7;\n}\n.mi-vision p { margin: 0 0 0.8em; color: rgba(255,255,255,0.9); }\n.mi-vision p:last-child { margin: 0; }\n.mi-vision strong { color: var(--teal-light); }\n\n\/* ── PROTOCOL STEPS ── *\/\n.mi-steps { margin: 0 0 28px; }\n\n.mi-step {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  margin-bottom: 14px;\n}\n\n.mi-step-num {\n  flex-shrink: 0;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: var(--teal-dark);\n  color: #fff;\n  font-size: 0.82rem;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.mi-step-body {\n  flex: 1;\n  font-size: 0.93rem;\n  color: var(--text);\n  line-height: 1.55;\n}\n\n.mi-step-body strong { color: var(--teal-dark); }\n\n\/* ── DIVIDER ── *\/\n.mi-divider {\n  border: none;\n  border-top: 2px solid var(--teal-light);\n  margin: 28px 0 0;\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"migraine-intro\"\u003e\n\n  \u003c!-- HERO IMAGE --\u003e\n  \u003cimg class=\"mi-hero-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Migraine.jpg?v=1778068327\" alt=\"Woman suffering from migraine pain — CB2 oil for natural migraine support\" width=\"760\" height=\"auto\" loading=\"eager\"\u003e\n\n  \u003c!-- HOOK BLOCK --\u003e\n  \u003cdiv class=\"mi-hook\"\u003e\n    \u003cdiv class=\"mi-hook-eyebrow\"\u003eFor Migraines \u0026amp; Chronic Headaches\u003c\/div\u003e\n    \u003cdiv class=\"mi-hook-headline\"\u003eYour body has a built-in system for managing migraines. Most doctors have never mentioned it.\u003c\/div\u003e\n    \u003cp class=\"mi-hook-sub\"\u003eNew research into the endocannabinoid system reveals why millions of migraine sufferers aren't getting lasting relief — and how a legal, non-cannabis terpene oil is helping people support their body's own comfort response without another round of triptans, beta-blockers, or rebound headaches.\u003c\/p\u003e\n    \u003cdiv class=\"mi-hook-badges\"\u003e\n      \u003cspan class=\"mi-badge\"\u003e✓ 0% THC \u0026amp; 0% CBD\u003c\/span\u003e\n      \u003cspan class=\"mi-badge\"\u003e✓ No Prescription\u003c\/span\u003e\n      \u003cspan class=\"mi-badge\"\u003e✓ Non-Addictive\u003c\/span\u003e\n      \u003cspan class=\"mi-badge\"\u003e✓ No Rebound Risk\u003c\/span\u003e\n      \u003cspan class=\"mi-badge\"\u003e✓ FDA GRAS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OPENING --\u003e\n  \u003cp\u003eIf you've ever cancelled plans, called in sick, or just laid in a dark room praying for the throbbing to stop — you already know the migraine drill. The pills. The side effects. The brain fog that somehow feels worse than the migraine itself. You've probably tried everything your doctor suggested. Maybe triptans. Maybe beta-blockers. Maybe even Botox into your forehead.\u003c\/p\u003e\n\n  \u003cp\u003eAnd maybe they kind of work — until they don't. Or until the rebound headaches start. Or until you read the long-term side effect warnings and think: \u003cem\u003ethere has to be a better way.\u003c\/em\u003e\u003c\/p\u003e\n\n  \u003cp\u003eHere's what most doctors won't tell you: your body already has a built-in system designed to regulate pain signalling, neurological balance, vascular tone, and inflammatory response — all the things that go haywire during a migraine. It's called the Endocannabinoid System (ECS). If your migraines keep coming back, yours may be running on empty.\u003c\/p\u003e\n\n  \u003c!-- RESEARCH IMAGE --\u003e\n  \u003cimg class=\"mi-inline-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Research_c23619ab-a7e7-46a6-8b75-3a7f9f0bb8df.jpg?v=1778068655\" alt=\"Peer-reviewed research on the endocannabinoid system and migraines\" width=\"760\" height=\"auto\" loading=\"lazy\"\u003e\n\n  \u003ch2\u003eThe ECS–Migraine Connection Your Doctor Likely Missed\u003c\/h2\u003e\n\n  \u003cp\u003eThe ECS was only discovered in the 1990s — not in the curriculum when most doctors trained. Yet it governs exactly the systems that malfunction during a migraine attack:\u003c\/p\u003e\n\n  \u003cdiv class=\"mi-ecs-grid\"\u003e\n    \u003cdiv class=\"mi-ecs-card\"\u003e\n      \u003cdiv class=\"mi-ecs-title\"\u003e\n\u003cspan class=\"icon\"\u003e🩸\u003c\/span\u003e Cranial Vascular Tone\u003c\/div\u003e\n      \u003cp\u003eThe ECS directly influences blood vessel behaviour in cranial tissue — the dilation and inflammation at the root of the throbbing, pulsating pain of a migraine attack.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-ecs-card\"\u003e\n      \u003cdiv class=\"mi-ecs-title\"\u003e\n\u003cspan class=\"icon\"\u003e⚡\u003c\/span\u003e Neurological Excitability\u003c\/div\u003e\n      \u003cp\u003eMigraine brains are hyperexcitable — more reactive to triggers than non-migraine brains. The ECS is one of the primary regulators of neurological threshold and excitability.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-ecs-card\"\u003e\n      \u003cdiv class=\"mi-ecs-title\"\u003e\n\u003cspan class=\"icon\"\u003e😤\u003c\/span\u003e Stress Response\u003c\/div\u003e\n      \u003cp\u003eStress is the most cited migraine trigger. The ECS regulates the stress response through CB2 receptor modulation — when ECS tone is low, the fuse is shorter.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-ecs-card\"\u003e\n      \u003cdiv class=\"mi-ecs-title\"\u003e\n\u003cspan class=\"icon\"\u003e🔥\u003c\/span\u003e Neuroinflammation\u003c\/div\u003e\n      \u003cp\u003eThe trigeminal pathway — the nerve network at the centre of migraine pain — runs through tissue rich in CB2 receptors. CB2 activation directly reduces neuroinflammation here.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-ecs-card\"\u003e\n      \u003cdiv class=\"mi-ecs-title\"\u003e\n\u003cspan class=\"icon\"\u003e💤\u003c\/span\u003e Sleep Quality\u003c\/div\u003e\n      \u003cp\u003eSleep disruption both triggers migraines and is caused by them. The ECS governs sleep architecture — restoring ECS tone can break this feedback loop.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-ecs-card\"\u003e\n      \u003cdiv class=\"mi-ecs-title\"\u003e\n\u003cspan class=\"icon\"\u003e🛡️\u003c\/span\u003e Immune Balance\u003c\/div\u003e\n      \u003cp\u003eImmune overactivation plays a role in migraine frequency. CB2 receptors sit directly on the immune cells responsible — CB2 activation modulates that immune activity.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mi-highlight\"\u003e\n    \u003cstrong\u003eWhy everything clusters together.\u003c\/strong\u003e Dr. Ethan Russo's peer-reviewed \u003cem\u003eClinical Endocannabinoid Deficiency\u003c\/em\u003e theory proposes that migraines, fibromyalgia, and IBS may share a common root cause: insufficient endocannabinoid production to keep these systems in balance. Your body has a natural \"comfort dial\" — and in migraine sufferers, research suggests it may be chronically turned too low. The question isn't \"what drug can override my pain signals?\" The real question is: \"how do I support the system that's supposed to be regulating all of this?\"\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"mi-warning\"\u003e\n    \u003cstrong\u003eThe medication overuse problem.\u003c\/strong\u003e Triptans and common OTC painkillers provide short-term relief — but using them more than 10–15 days per month leads to medication overuse headache (rebound headache), which makes the underlying migraine pattern worse over time. It's a trap that millions of migraine sufferers are caught in without realising it. Supporting the ECS works through a completely different mechanism — one that doesn't carry rebound risk.\n  \u003c\/div\u003e\n\n  \u003ch2\u003eBeta-Caryophyllene: The Legal, Non-Cannabis CB2 Activator\u003c\/h2\u003e\n\n  \u003cp\u003e\u003ca href=\"https:\/\/cannanda.com\/blogs\/articles\/the-health-marvels-of-beta-caryophyllene-for-pain-sleep-and-anxiety\" title=\"The health benefits of beta-caryophyllene\"\u003eBeta-Caryophyllene (BCP)\u003c\/a\u003e is a terpene found in black pepper, cloves, and rosemary — a food-grade compound you've eaten your whole life. It's the only known dietary compound that directly and selectively activates CB2 receptors in the endocannabinoid system. No THC. No CBD. No cannabis plant. No prescription. No intoxicating effects. Its CB2 activity was confirmed in research published in the \u003cem\u003eProceedings of the National Academy of Sciences\u003c\/em\u003e.\u003c\/p\u003e\n\n  \u003cdiv class=\"mi-safe\"\u003e\n    \u003cstrong\u003eEverything you want. Nothing that creates new problems.\u003c\/strong\u003e\n    \u003cul\u003e\n      \u003cli\u003eNo rebound headache risk — works on the ECS, not the pain override pathways that cause rebound\u003c\/li\u003e\n      \u003cli\u003eNo sedation or cognitive fog — CB2 selective, doesn't affect CB1 receptors in the brain\u003c\/li\u003e\n      \u003cli\u003eNo gut or liver risk — unlike daily NSAIDs and some migraine medications\u003c\/li\u003e\n      \u003cli\u003eNo THC, no CBD, no cannabis plant involved\u003c\/li\u003e\n      \u003cli\u003eNo prescription required — legal across North America, Australia, and the UK\u003c\/li\u003e\n      \u003cli\u003eNon-addictive — no dependency, no withdrawal\u003c\/li\u003e\n      \u003cli\u003eSafe for long-term daily use — works better the more consistently you take it\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PRODUCT LINEUP IMAGE --\u003e\n  \u003cimg class=\"mi-inline-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/2494315_CannandaPressRelease11imagesx3images_3_110524.jpg?v=1730909995\" alt=\"Cannanda CB2 oil products — physician-formulated beta-caryophyllene for migraines\" width=\"760\" height=\"auto\" loading=\"lazy\"\u003e\n\n  \u003ch2\u003eWhy Cannanda CB2 Oil Is Different\u003c\/h2\u003e\n\n  \u003cp\u003eNot all BCP products are equal. Many essential oils contain trace amounts of BCP — nowhere near the concentration needed to meaningfully activate CB2 receptors. Cannanda has been formulating CB2-targeted terpene products since before most people had heard of the endocannabinoid system.\u003c\/p\u003e\n\n  \u003cp\u003e\u003ca href=\"https:\/\/cannanda.com\/collections\/all\/products\/cb2-hemp-seed-oil\"\u003eCB2 Hemp Seed Oil\u003c\/a\u003e combines concentrated BCP at therapeutically relevant levels with cold-pressed organic hemp seed oil — rich in omega-3 and omega-6 essential fatty acids that independently support inflammation balance and endocannabinoid production. Plus a full spectrum of supporting terpenes designed to work synergistically with BCP. Vegan, non-GMO, 0% THC, 0% CBD. Physician-formulated. Multi-award-winning.\u003c\/p\u003e\n\n  \u003cdiv class=\"mi-science\"\u003e\n    \u003cstrong\u003eIndependently validated.\u003c\/strong\u003e Cannanda CB2 oils were independently selected by the Remission Biome research group for use in a clinical protocol for ME\/CFS and long COVID — chosen specifically for formulation quality and documented efficacy. This was unsolicited and based on the science, not a partnership.\n  \u003c\/div\u003e\n\n  \u003ch2\u003eWhat People Are Saying\u003c\/h2\u003e\n\n  \u003cdiv class=\"mi-testimonials\"\u003e\n    \u003cdiv class=\"mi-testimonial full\"\u003e\n      \u003cblockquote\u003e\"I use the oil and the caplets. They've been very helpful. I never felt so light within. I've dealt with chronic stress and depression most of my adult life. I still take my meds but have added these and they've made significant improvements in my daily life. So happy I came across this.\"\u003c\/blockquote\u003e\n      \u003ccite\u003e— Sherilyn A., verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-testimonial\"\u003e\n      \u003cblockquote\u003e\"I started taking the Wellness oil in January. At first I noticed I generally felt better mentally — moods improved. Today I got back my yearly blood work. My white blood count has been high for years. Today it was normal. The lowest it's ever been. Then I remembered taking the oil.\"\u003c\/blockquote\u003e\n      \u003ccite\u003e— T.L., verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-testimonial\"\u003e\n      \u003cblockquote\u003e\"I tried everything and honestly, I never slept better! Love the product and love the customer service!\"\u003c\/blockquote\u003e\n      \u003ccite\u003e— Sophie N., verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-testimonial\"\u003e\n      \u003cblockquote\u003e\"I have a sensitive system to CB products and this was just right — light taste, relaxing effects without being overly intoxicating.\"\u003c\/blockquote\u003e\n      \u003ccite\u003e— Darrell D., verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size:0.82rem; color:var(--gray); margin-top:6px; margin-bottom:28px;\"\u003e\u003cem\u003eTestimonials are from verified buyers and are for educational purposes only. Individual results vary.\u003c\/em\u003e\u003c\/p\u003e\n\n  \u003c!-- LIFESTYLE IMAGE --\u003e\n  \u003cimg class=\"mi-inline-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Couple.jpg?v=1778068568\" alt=\"Couple enjoying life free from migraine pain\" width=\"760\" height=\"auto\" loading=\"lazy\"\u003e\n\n  \u003ch2\u003eWhere You Could Be in Four Weeks\u003c\/h2\u003e\n\n  \u003cdiv class=\"mi-vision\"\u003e\n    \u003cp\u003eChecking your calendar and realising you haven't cancelled a single plan because of a migraine in weeks. Not lying in a dark room. Not explaining to your boss why you need to leave early again.\u003c\/p\u003e\n    \u003cp\u003eNot dependent on a medication with a rebound risk attached to it. Not white-knuckling through the space between attacks.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eThat's what happens when you stop overriding your biology and start working with it.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch2\u003eHow to Get Started\u003c\/h2\u003e\n\n  \u003c!-- CB2 WELLNESS IMAGE --\u003e\n  \u003cimg class=\"mi-inline-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Home_Banner_Slide_2_Wellness.jpg?v=1651784982\" alt=\"Cannanda CB2 Wellness terpene blend — fast-acting sublingual and inhalation support for migraines\" width=\"760\" height=\"auto\" loading=\"lazy\"\u003e\n\n  \u003cdiv class=\"mi-steps\"\u003e\n    \u003cdiv class=\"mi-step\"\u003e\n      \u003cdiv class=\"mi-step-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"mi-step-body\"\u003e\n\u003cstrong\u003eTake CB2 Hemp Seed Oil daily — one spoonful with dinner.\u003c\/strong\u003e This builds a stable baseline of CB2 receptor activation. Consistency is what drives the shift in migraine frequency over time.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-step\"\u003e\n      \u003cdiv class=\"mi-step-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"mi-step-body\"\u003e\n\u003cstrong\u003eKeep CB2 Wellness drops on hand for the early warning signs.\u003c\/strong\u003e At the first sign of a migraine — place 4–5 drops under the tongue and hold for 60 seconds, or inhale directly from your palm. The inhalation route reaches the bloodstream within seconds, which matters when timing is everything.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-step\"\u003e\n      \u003cdiv class=\"mi-step-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"mi-step-body\"\u003e\n\u003cstrong\u003eTrack your migraine days.\u003c\/strong\u003e Frequency, intensity, how quickly they resolve. Most people notice a difference within the first 2–4 weeks of consistent daily use.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mi-step\"\u003e\n      \u003cdiv class=\"mi-step-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"mi-step-body\"\u003e\n\u003cstrong\u003eNotice the broader shifts first.\u003c\/strong\u003e Sleep quality, stress tolerance, and mood often improve before migraine frequency drops. Those are signals it's working — give it a full month before drawing conclusions.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- PARENT LIFESTYLE IMAGE --\u003e\n  \u003cimg class=\"mi-inline-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Parent.jpg?v=1778068567\" alt=\"Parent living fully — free from migraine limitations\" width=\"760\" height=\"auto\" loading=\"lazy\"\u003e\n\n  \u003cp style=\"font-size:0.93rem; color:var(--text-light);\"\u003e\u003cstrong style=\"color:var(--teal-dark);\"\u003e100% legal. Zero THC. Zero CBD. No prescription required.\u003c\/strong\u003e Cannanda offers a satisfaction guarantee — no risk in trying it for yourself.\u003c\/p\u003e\n\n  \u003ch2 style=\"text-align:center !important; color:var(--teal-dark);\"\u003e👇 Shop CB2 Oil for Migraines Below\u003c\/h2\u003e\n\n  \u003chr class=\"mi-divider\"\u003e\n\n\u003c\/div\u003e\u003c!-- end migraine-intro --\u003e\n","products":[{"product_id":"cb2-wellness","title":"CB2 Wellness (beta-caryophyllene terpene blend)","description":"\u003cstyle\u003e\n.cb2wellness {\n  --teal:         #00ADBD;\n  --teal-dark:    #007A87;\n  --teal-deeper:  #005F6B;\n  --teal-light:   #99DDE5;\n  --teal-bg:      #E0F7FA;\n  --teal-bg-soft: #F0FBFC;\n  --text:         #616161;\n  --text-mid:     #6E6E6E;\n  --text-light:   #8A8A8A;\n  --green:        #065F46;\n  --green-bg:     #ECFDF5;\n  --green-border: #6EE7B7;\n  --amber:        #92400E;\n  --amber-bg:     #FFFBEB;\n  --amber-border: #FCD34D;\n  --border:       #E5E7EB;\n  --white:        #FFFFFF;\n  --heading-font: 'Jost', sans-serif;\n  --body-font:    'Jost', sans-serif;\n\n  font-family: var(--body-font);\n  font-size: 16px;\n  line-height: 1.75;\n  color: var(--text);\n  max-width: 780px;\n  width: 100%;\n  margin: 0 auto 48px;\n  overflow-x: hidden;\n}\n\n.cb2wellness *, .cb2wellness *::before, .cb2wellness *::after {\n  box-sizing: border-box;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.cb2wellness h2 {\n  font-family: var(--heading-font);\n  font-size: clamp(1.15rem, 2.8vw, 1.45rem);\n  font-weight: 700;\n  color: var(--text);\n  margin: 2em 0 0.55em;\n  line-height: 1.3;\n}\n\n.cb2wellness h3 {\n  font-family: var(--body-font);\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  margin: 0 0 0.45em;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.cb2wellness p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.cb2wellness strong { color: var(--text); font-weight: 700; }\n\n\/* ── OUTCOME PILLS ── *\/\n.cb2wellness-outcomes {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin: 0 0 24px;\n  padding: 0;\n  list-style: none;\n}\n\n.cb2wellness-outcomes li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--teal-bg);\n  border: 1px solid var(--teal-light);\n  border-left: 3px solid var(--teal);\n  border-radius: 6px;\n  padding: 9px 14px;\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  line-height: 1.3;\n  flex: 1 1 180px;\n}\n\n.cb2wellness-outcomes li svg {\n  flex-shrink: 0;\n  width: 16px;\n  height: 16px;\n  fill: none;\n  stroke: var(--teal);\n  stroke-width: 3;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── CARD BASE ── *\/\n.cb2wellness-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.cb2wellness-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.cb2wellness-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n.cb2wellness-card--green {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-left: 4px solid #10B981;\n}\n\n\/* ── TWO-METHOD GRID ── *\/\n.cb2wellness-methods {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 14px;\n  margin: 0 0 18px;\n}\n\n.cb2wellness-method {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.cb2wellness-method .m-icon {\n  width: 36px;\n  height: 36px;\n  background: var(--teal-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.cb2wellness-method .m-icon svg {\n  width: 26px;\n  height: 26px;\n}\n\n.cb2wellness-method strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2wellness-method p {\n  margin: 0;\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.55;\n}\n\n\/* ── BENEFIT GRID ── *\/\n.cb2wellness-benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n  gap: 12px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.cb2wellness-benefits li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 16px 16px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.cb2wellness-benefits li .b-icon {\n  width: 34px;\n  height: 34px;\n  background: var(--teal-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.cb2wellness-benefits li .b-icon svg {\n  width: 24px;\n  height: 24px;\n}\n\n.cb2wellness-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2wellness-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── TABLE SCROLL WRAPPER ── *\/\n.cb2wellness-table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin: 10px 0 0;\n  border-radius: 8px;\n  max-width: 100%;\n}\n\n\/* ── COMPARISON TABLE ── *\/\n.cb2wellness-compare {\n  width: 100%;\n  min-width: 480px;\n  border-collapse: collapse;\n  font-size: 1rem;\n}\n\n.cb2wellness-compare thead tr {\n  background: var(--teal-dark);\n  color: var(--white);\n}\n\n.cb2wellness-compare thead th {\n  padding: 10px 13px;\n  text-align: left;\n  font-weight: 700;\n  font-size: 1rem;\n  letter-spacing: 0.02em;\n}\n\n.cb2wellness-compare tbody tr:nth-child(odd)  { background: var(--teal-bg-soft); }\n.cb2wellness-compare tbody tr:nth-child(even) { background: var(--white); }\n\n.cb2wellness-compare tbody td {\n  padding: 9px 13px;\n  vertical-align: top;\n  color: var(--text-mid);\n  border-bottom: 1px solid var(--border);\n  line-height: 1.45;\n}\n\n.cb2wellness-compare tbody td:first-child {\n  font-weight: 600;\n  color: var(--text);\n  width: 32%;\n}\n\n.cb2wellness-compare tbody td:nth-child(2) { color: var(--teal-deeper); }\n\n.check { color: #10B981; font-weight: 700; }\n.cross  { color: #EF4444; font-weight: 700; }\n\n\/* ── DOSAGE TABLE ── *\/\n.cb2wellness-dosage {\n  width: 100%;\n  min-width: 400px;\n  border-collapse: collapse;\n  font-size: 1rem;\n  margin: 10px 0 0;\n}\n\n.cb2wellness-dosage thead tr { background: var(--teal); color: var(--white); }\n\n.cb2wellness-dosage thead th {\n  padding: 9px 13px;\n  text-align: left;\n  font-weight: 700;\n  font-size: 1rem;\n  letter-spacing: 0.04em;\n  text-transform: uppercase;\n}\n\n.cb2wellness-dosage tbody tr:nth-child(odd)  { background: var(--teal-bg-soft); }\n.cb2wellness-dosage tbody tr:nth-child(even) { background: var(--white); }\n\n.cb2wellness-dosage tbody td {\n  padding: 9px 13px;\n  color: var(--text-mid);\n  border-bottom: 1px solid var(--border);\n  line-height: 1.45;\n}\n\n.cb2wellness-dosage tbody td:first-child { font-weight: 600; color: var(--text); }\n\n\/* ── GUARANTEE BANNER ── *\/\n.cb2wellness-guarantee {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-radius: 10px;\n  padding: 16px 20px;\n  display: flex;\n  align-items: flex-start;\n  gap: 13px;\n  margin: 0 0 18px;\n}\n\n.cb2wellness-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.cb2wellness-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.cb2wellness-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.cb2wellness-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.cb2wellness hr {\n  border: none;\n  border-top: 1px solid var(--border);\n  margin: 24px 0;\n}\n\n\/* ── MOBILE ── *\/\n@media (max-width: 540px) {\n  .cb2wellness { font-size: 15px; }\n  .cb2wellness-card { padding: 16px 14px; }\n  .cb2wellness-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cb2wellness\"\u003e\n\n  \u003c!-- ── HOOK ── --\u003e\n  \u003csection aria-label=\"Product outcomes\"\u003e\n    \u003cul class=\"cb2wellness-outcomes\" aria-label=\"Key benefits\"\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Promotes daily calm \u0026amp; settled mood\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Joint comfort, mobility \u0026amp; restful sleep\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        0% THC  ·  0% CBD  ·  Non-intoxicating\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003e\u003cstrong\u003eCB2 Wellness\u003c\/strong\u003e is Cannanda's original and best-selling \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e formula — a 100% natural, food-grade terpene blend steam-distilled from oranges, pine, clove, and sage. With \u003cstrong\u003e20 mg of BCP per drop\u003c\/strong\u003e and two delivery methods — inhalation or oral — it's the most versatile and concentrated BCP product in our lineup. Zero THC. Zero CBD. No intoxicating effects.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHAT IS BCP ── --\u003e\n  \u003csection aria-label=\"What is beta-caryophyllene\"\u003e\n    \u003ch2\u003eWhat is beta-caryophyllene (BCP)?\u003c\/h2\u003e\n    \u003cp\u003eBCP is a naturally occurring terpene found in black pepper, cloves, and rosemary. In 2008, researchers published a landmark study in \u003cem\u003ePNAS\u003c\/em\u003e identifying it as the first dietary compound known to directly activate \u003cstrong\u003eCB2 receptors\u003c\/strong\u003e in your body, opening the door to a whole new class of natural wellness support.\u003c\/p\u003e\n\n    \u003cul class=\"cb2wellness-benefits\" aria-label=\"What BCP does in your body\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- CB2 receptor: target\/bullseye --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eActivates CB2 receptors\u003c\/strong\u003e\n        \u003cspan\u003eCB2 receptors are concentrated in your immune system, gut, bones, and nervous system — key regulators of comfort and inflammatory response.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- PPAR receptors: orbital rings --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cellipse cx=\"12\" cy=\"12\" rx=\"9\" ry=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"12\" cy=\"12\" rx=\"9\" ry=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" style=\"stroke:var(--teal-dark);\" transform=\"rotate(60 12 12)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"12\" cy=\"12\" rx=\"9\" ry=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" style=\"stroke:var(--teal-dark);\" transform=\"rotate(120 12 12)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eActivates PPAR receptors\u003c\/strong\u003e\n        \u003cspan\u003ePPAR-alpha and PPAR-gamma are nuclear receptors that regulate inflammatory signalling, fat metabolism, and overall cellular balance.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- ECS: three-node network --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"4\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"20\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"5.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"18.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"6.2\" y1=\"18\" x2=\"17.8\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSupports your ECS\u003c\/strong\u003e\n        \u003cspan\u003eYour endocannabinoid system regulates mood, stress, sleep, pain, and immune response. BCP helps keep it running well.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Food-grade safe: apple outline --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 5.5C12 4 13.5 2.5 15.5 3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 8C6.5 8 4.5 10 4.5 13C4.5 17.5 7.5 22 10.5 22C11.2 22 11.6 21.5 12 21.5C12.4 21.5 12.8 22 13.5 22C16.5 22 19.5 17.5 19.5 13C19.5 10 17.5 8 15 8C14 8 13 8.5 12 8.5C11 8.5 10 8 9 8Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eFood-grade \u0026amp; safe\u003c\/strong\u003e\n        \u003cspan\u003eBCP has GRAS (Generally Recognized As Safe) status and has been used as a food flavouring ingredient for decades.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \n    \u003cdiv class=\"cb2wellness-card cb2wellness-card--teal\"\u003e\n      \u003ch3\u003eWhy the terpene blend matters\u003c\/h3\u003e\n      \u003cp style=\"margin:0;\"\u003eCB2 Wellness isn't just BCP in a carrier oil — it's a synergistic blend of food-grade terpenes steam-distilled from \u003cstrong\u003eoranges, pine, clove, and sage\u003c\/strong\u003e. These complementary terpenes are selected to enhance BCP's absorption, stability, and overall effectiveness. This is the same blend used in every Cannanda CB2 product, and it's what sets this formula apart from single-compound BCP supplements.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── CBD vs BCP COMPARISON ── --\u003e\n  \u003csection aria-label=\"How BCP compares to CBD oil\"\u003e\n    \u003ch2\u003eHow CB2 Wellness compares to CBD oil\u003c\/h2\u003e\n    \u003cp\u003eA lot of people find us after trying CBD and wondering if there's something more targeted. Here's the honest comparison:\u003c\/p\u003e\n\n    \u003cdiv class=\"cb2wellness-card\"\u003e\n      \u003cdiv class=\"cb2wellness-table-wrap\"\u003e\n        \u003ctable class=\"cb2wellness-compare\" role=\"table\" aria-label=\"CB2 Wellness BCP vs CBD oil comparison\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eCB2 Wellness (BCP)\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eTypical CBD Oil\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eActive compound\u003c\/td\u003e\n              \u003ctd\u003eBeta-caryophyllene (a dietary terpene)\u003c\/td\u003e\n              \u003ctd\u003eCannabidiol (a cannabinoid)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eTHC content\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e 0% THC guaranteed\u003c\/td\u003e\n              \u003ctd\u003eTHC is often present, but varies\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eDrug test risk\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None (BCP is not a cannabinoid)\u003c\/td\u003e\n              \u003ctd\u003ePossible. Trace THC can accumulate with daily use\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eHow it works\u003c\/td\u003e\n              \u003ctd\u003eDirectly activates CB2 receptors (targeted)\u003c\/td\u003e\n              \u003ctd\u003eIndirect (inhibits endocannabinoid breakdown)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eIntoxicating effects\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n              \u003ctd\u003eNone (CBD itself), but product purity varies\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eCanadian regulatory status\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Regulated as food, available without a prescription\u003c\/td\u003e\n              \u003ctd\u003eCannabis Act: only available through a dispensary\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cb2wellness-card cb2wellness-card--amber\"\u003e\n      \u003cp style=\"margin:0;font-size: 1rem;\"\u003e\u003cstrong\u003eNote for people subject to drug testing:\u003c\/strong\u003e BCP is a terpene with GRAS food status. It is not a cannabinoid and does not trigger standard cannabinoid drug screens. CB2 Wellness contains \u003cstrong\u003eno THC and no CBD\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection aria-label=\"Who uses CB2 Wellness\"\u003e\n    \u003ch2\u003eWho uses CB2 Wellness\u003c\/h2\u003e\n\n    \u003cul class=\"cb2wellness-benefits\" aria-label=\"Common use cases\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Calm: wavy lines --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eDaily calm \u0026amp; stress relief\u003c\/strong\u003e\n        \u003cspan\u003eFor persistent tension that makes it hard to feel settled — the inhalation method works especially fast when you need it most.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Sleep: crescent moon --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSleep support\u003c\/strong\u003e\n        \u003cspan\u003eTrouble winding down or staying asleep, especially when driven by a busy mind or physical discomfort.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Joint comfort \u0026 mobility: running person with wind wisps --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M8.5 6.5 Q6 6 3.5 7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 11 Q5 10.5 2.5 11.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 16 Q4.5 15.5 2.5 16.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"15\" cy=\"4\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"13.8\" y1=\"5.8\" x2=\"11\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M12.5 8.5 L8.5 11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12.5 8.5 L16.5 6.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 12 L14 16.5 L11 20.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 12 L8 15.5 L6 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eJoint comfort \u0026amp; mobility\u003c\/strong\u003e\n        \u003cspan\u003eArthritis, everyday joint stiffness, and the kind of discomfort that builds up over time.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Women's health: outlined female bust — traced from reference --\u003e\n          \u003csvg viewbox=\"0 0 100 100\" aria-hidden=\"true\"\u003e\n            \u003c!-- face oval --\u003e\n            \u003cellipse cx=\"50\" cy=\"36\" rx=\"18\" ry=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003c!-- outer hair: rounded arc over top, straight down both sides --\u003e\n            \u003cpath d=\"M30 62 L29 36 C29 15 36 5 50 5 C64 5 71 15 71 36 L70 62\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- hair curl bump — left --\u003e\n            \u003cpath d=\"M30 62 C27 68 21 70 19 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- hair curl bump — right --\u003e\n            \u003cpath d=\"M70 62 C73 68 79 70 81 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- neck — left side --\u003e\n            \u003cline x1=\"44\" y1=\"57\" x2=\"43\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003c!-- neck — right side --\u003e\n            \u003cline x1=\"56\" y1=\"57\" x2=\"57\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003c!-- shoulders with V-neckline --\u003e\n            \u003cpath d=\"M6 98 C6 84 20 74 43 71 L50 82 L57 71 C80 74 94 84 94 98\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003ePerimenopausal \u0026amp; menopausal women\u003c\/strong\u003e\n        \u003cspan\u003eMood shifts, disrupted sleep, and joint discomfort are among the most common reasons women reach for CB2 Wellness.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e  \u003chr\u003e\n\n  \u003c!-- ── DOSAGE ── --\u003e\n  \u003csection aria-label=\"How to use CB2 Wellness and dosage guide\"\u003e\n    \u003ch2\u003eHow to use it\u003c\/h2\u003e\n\n    \u003cdiv class=\"cb2wellness-card\"\u003e\n      \u003ch3\u003eInhalation method\u003c\/h3\u003e\n      \u003cp style=\"margin-bottom:14px;\"\u003ePlace 2–3 drops in your palm. Rub your hands together, cup them around your nose, and breathe slowly and deeply for 1–2 minutes. Repeat up to 3–4 times throughout the day.\u003c\/p\u003e\n\n      \u003ch3\u003eOral method (sublingual recommended)\u003c\/h3\u003e\n      \u003cp style=\"margin-bottom:12px;\"\u003ePlace drops under your tongue, hold for 30–60 seconds, then swallow. Each drop contains \u003cstrong\u003e20 mg BCP\u003c\/strong\u003e — twice the concentration of CB2 Cool.\u003c\/p\u003e\n\n      \u003cdiv class=\"cb2wellness-table-wrap\"\u003e\n        \u003ctable class=\"cb2wellness-dosage\" role=\"table\" aria-label=\"CB2 Wellness oral dosage guide\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eGoal\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eDrops \/ day\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eBCP \/ day\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eDaily calm \u0026amp; general wellness\u003c\/td\u003e\n              \u003ctd\u003e1–3 drops\u003c\/td\u003e\n              \u003ctd\u003e20–60 mg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSleep, joint comfort \u0026amp; mood balance\u003c\/td\u003e\n              \u003ctd\u003e3–6 drops\u003c\/td\u003e\n              \u003ctd\u003e60–120 mg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eMore targeted support\u003c\/td\u003e\n              \u003ctd\u003e6–12 drops*\u003c\/td\u003e\n              \u003ctd\u003e120–240 mg (split across day)*\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"margin:10px 0 0;font-size: 1rem;color:#8A8A8A;\"\u003e* These doses are commonly reported by users seeking more intensive support but fall outside of Cannanda's official recommendations. Start low and adjust gradually.\u003c\/p\u003e\n\n      \u003cp style=\"margin:12px 0 0;font-size: 1rem;color:#8A8A8A;\"\u003ePrefer a lower dose per drop with a cooling format? \u003ca href=\"https:\/\/cannanda.com\/collections\/all\/products\/cb2-cool-beta-caryophyllene\" title=\"CB2 Cool\"\u003e\u003cstrong\u003eCB2 Cool\u003c\/strong\u003e\u003c\/a\u003e delivers 10 mg\/drop with a sublingual menthol experience. For targeted joint and muscle relief at the site, add \u003ca href=\"https:\/\/cannanda.com\/collections\/all\/products\/cb2-topical-oil-beta-caryophyllene-for-joints-muscles\" title=\"CB2 Topical Oil\"\u003e\u003cstrong\u003eCB2 Topical Oil\u003c\/strong\u003e\u003c\/a\u003e directly on the area.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── GUARANTEE ── --\u003e\n  \u003csection aria-label=\"Money-back guarantee for first-time buyers\"\u003e\n    \u003cdiv class=\"cb2wellness-guarantee\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cdiv class=\"cb2wellness-guarantee-text\"\u003e\n        \u003cstrong\u003eFirst-time buyer? Try it completely risk-free.\u003c\/strong\u003e\n        \u003cp\u003eOur no-hassle \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003emoney-back guarantee\u003c\/a\u003e means if CB2 Wellness isn't working for you, we'll give you a 100% refund — no awkward return process. (Limitations apply — see our \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003erefund policy\u003c\/a\u003e for full details.)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"cannanda","offers":[{"title":"15 mL (360 drops)","offer_id":42634386145505,"sku":"AT042","price":69.0,"currency_code":"CAD","in_stock":true},{"title":"2x 15 mL (720 drops)","offer_id":42634386178273,"sku":"AT042x2","price":129.0,"currency_code":"CAD","in_stock":true},{"title":"4x 15 mL (1440 drops)","offer_id":42634386211041,"sku":"AT042x4","price":249.0,"currency_code":"CAD","in_stock":true},{"title":"5 mL (120 drops)","offer_id":42634386112737,"sku":"AT040","price":35.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/AT042_WellnessTerpenes_15mL_Web-RGB_May2023.png?v=1763660582"},{"product_id":"wellness-softgels-bundle","title":"Daily Wellness Bundle","description":"\u003cstyle\u003e\n.bundle-dw {\n  --teal:         #00ADBD;\n  --teal-dark:    #007A87;\n  --teal-deeper:  #005F6B;\n  --teal-light:   #99DDE5;\n  --teal-bg:      #E0F7FA;\n  --teal-bg-soft: #F0FBFC;\n  --text:         #616161;\n  --text-mid:     #6E6E6E;\n  --text-light:   #8A8A8A;\n  --green:        #065F46;\n  --green-bg:     #ECFDF5;\n  --green-border: #6EE7B7;\n  --amber:        #92400E;\n  --amber-bg:     #FFFBEB;\n  --amber-border: #FCD34D;\n  --border:       #E5E7EB;\n  --white:        #FFFFFF;\n  --heading-font: 'Jost', sans-serif;\n  --body-font:    'Jost', sans-serif;\n\n  font-family: var(--body-font);\n  font-size: 16px;\n  line-height: 1.75;\n  color: var(--text);\n  max-width: 780px;\n  width: 100%;\n  margin: 0 auto 48px;\n  overflow-x: hidden;\n}\n\n.bundle-dw *, .bundle-dw *::before, .bundle-dw *::after {\n  box-sizing: border-box;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.bundle-dw h2 {\n  font-family: var(--heading-font);\n  font-size: clamp(1.15rem, 2.8vw, 1.45rem);\n  font-weight: 700;\n  color: var(--text);\n  margin: 2em 0 0.55em;\n  line-height: 1.3;\n}\n\n.bundle-dw h3 {\n  font-family: var(--body-font);\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  margin: 0 0 0.45em;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.bundle-dw p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.bundle-dw strong { color: var(--text); font-weight: 700; }\n\n\/* ── OUTCOME PILLS ── *\/\n.bundle-dw-outcomes {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin: 0 0 24px;\n  padding: 0;\n  list-style: none;\n}\n\n.bundle-dw-outcomes li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--teal-bg);\n  border: 1px solid var(--teal-light);\n  border-left: 3px solid var(--teal);\n  border-radius: 6px;\n  padding: 9px 14px;\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  line-height: 1.3;\n  flex: 1 1 180px;\n}\n\n.bundle-dw-outcomes li svg {\n  flex-shrink: 0;\n  width: 16px;\n  height: 16px;\n  fill: none;\n  stroke: var(--teal);\n  stroke-width: 3;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── CARD BASE ── *\/\n.bundle-dw-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.bundle-dw-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.bundle-dw-card--green {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-left: 4px solid #10B981;\n}\n\n.bundle-dw-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n\/* ── WHAT'S INCLUDED ── *\/\n.bundle-products {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 14px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-products li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  border-top: 4px solid var(--teal);\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n\n.bundle-products li .p-icon { font-size: 1.4rem; line-height: 1; margin-bottom: 2px; }\n\n.bundle-products li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-products li .p-role {\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n}\n\n.bundle-products li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── SPLIT CARDS ── *\/\n.bundle-split {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin: 0 0 18px;\n}\n\n@media (max-width: 540px) {\n  .bundle-split { grid-template-columns: 1fr; }\n}\n\n.bundle-split-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  border-top: 4px solid var(--teal);\n}\n\n.bundle-split-card .split-label {\n  font-size: 1rem;\n  font-weight: 700;\n  letter-spacing: 0.07em;\n  text-transform: uppercase;\n  color: var(--teal-dark);\n}\n\n.bundle-split-card strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-split-card p {\n  margin: 0;\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.55;\n}\n\n\/* ── PROTOCOL STEPS ── *\/\n.bundle-protocol {\n  list-style: none;\n  padding: 0;\n  margin: 12px 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.bundle-protocol li {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n}\n\n.bundle-protocol li .step-num {\n  flex-shrink: 0;\n  width: 28px;\n  height: 28px;\n  background: var(--teal);\n  color: var(--white);\n  font-size: 1rem;\n  font-weight: 700;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.bundle-protocol li .step-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--text);\n  margin-bottom: 2px;\n}\n\n.bundle-protocol li .step-text span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── BENEFIT GRID ── *\/\n.bundle-benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n  gap: 12px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-benefits li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 16px 16px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.bundle-benefits li .b-icon {\n  width: 34px;\n  height: 34px;\n  background: var(--teal-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.bundle-benefits li .b-icon svg { width: 24px; height: 24px; }\n\n.bundle-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── GUARANTEE ── *\/\n.bundle-guarantee {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-radius: 10px;\n  padding: 16px 20px;\n  display: flex;\n  align-items: flex-start;\n  gap: 13px;\n  margin: 0 0 18px;\n}\n\n.bundle-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.bundle-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.bundle-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.bundle-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.bundle-dw hr {\n  border: none;\n  border-top: 1px solid var(--border);\n  margin: 24px 0;\n}\n\n\/* ── MOBILE ── *\/\n@media (max-width: 540px) {\n  .bundle-dw { font-size: 15px; }\n  .bundle-dw-card { padding: 16px 14px; }\n  .bundle-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bundle-dw\"\u003e\n\n  \u003c!-- ── HOOK ── --\u003e\n  \u003csection aria-label=\"Bundle overview\"\u003e\n    \u003cul class=\"bundle-dw-outcomes\" aria-label=\"Key benefits\"\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Daily BCP + omega nutrition (softgels)\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Fast-acting targeted support (drops)\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Travel-friendly \u0026amp; carrageenan-free\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        0% THC  ·  0% CBD  ·  Non-intoxicating\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003eThe \u003cstrong\u003eDaily Wellness Bundle\u003c\/strong\u003e pairs the simplicity of CB2 Hemp Seed Oil Vegan Softgels with the flexibility of CB2 Wellness drops — two formats, one daily BCP routine that fits your life whether you're home, travelling, or on the go. 0% THC. 0% CBD. No intoxicating effects.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHAT'S IN THE BUNDLE ── --\u003e\n  \u003csection aria-label=\"What's included in the Daily Wellness Bundle\"\u003e\n    \u003ch2\u003eWhat's in the bundle\u003c\/h2\u003e\n\n    \u003cul class=\"bundle-products\" aria-label=\"Products included\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e💊\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eDaily BCP + omega foundation\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Hemp Seed Oil Vegan Softgels\u003c\/strong\u003e\n        \u003cspan\u003eThe same BCP terpene blend and certified-organic hemp seed oil as our liquid formula — in a convenient, travel-friendly capsule. 10 mg BCP per softgel. Take with your morning supplements, no measuring required. Carrageenan-free vegan shell.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e💧\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eFast-acting BCP drops\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Wellness Terpene Blend\u003c\/strong\u003e\n        \u003cspan\u003e20 mg BCP per drop. Sublingual or inhalation. Your flexible, on-demand tool for calm, sleep support, or joint comfort — whenever and however you need it throughout the day.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHY TWO FORMATS ── --\u003e\n  \u003csection aria-label=\"Why two formats work better than one\"\u003e\n    \u003ch2\u003eSimplicity and flexibility — why both formats matter\u003c\/h2\u003e\n\n    \u003cdiv class=\"bundle-split\"\u003e\n      \u003cdiv class=\"bundle-split-card\"\u003e\n        \u003cspan class=\"split-label\"\u003eSet and forget — daily foundation\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Hemp Seed Oil Softgels\u003c\/strong\u003e\n        \u003cp\u003eSoftgels absorb through digestion — slower and sustained. 10 mg BCP per softgel. Take them once a day with food and you're done. No measuring, no flavour, no routine to think about. They travel with your other supplements and work in any country without drawing attention at customs. The daily omega fatty acids (ALA, SDA, GLA) and BCP lay the nutritional groundwork everything else builds on.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bundle-split-card\"\u003e\n        \u003cspan class=\"split-label\"\u003eFlexible and fast — on-demand relief\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Wellness Drops\u003c\/strong\u003e\n        \u003cp\u003eDrops held under the tongue absorb directly into your bloodstream — bypassing digestion for faster onset. Use them when stress builds, before sleep, after a long day, or whenever you need targeted BCP support. The inhalation method (2–3 drops in cupped palms, slow deep breaths) is especially fast-acting for acute situations.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bundle-dw-card bundle-dw-card--amber\"\u003e\n      \u003ch3\u003eWhy carrageenan-free matters\u003c\/h3\u003e\n      \u003cp\u003eMost vegan softgels use carrageenan as the gelling agent. The problem: carrageenan is linked to intestinal inflammation, gut permeability, and digestive irritation. It's not an ingredient that you should ingest.\u003c\/p\u003e\n      \u003cp style=\"margin:0;\"\u003eOur softgel shells use a carrageenan-free vegan alternative — so you get the convenience of a capsule without the gut damage. If you're taking this for inflammation support, the last thing you need is an inflammatory compound in the capsule itself.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHAT BCP DOES ── --\u003e\n  \u003csection aria-label=\"What beta-caryophyllene and omega fatty acids do\"\u003e\n    \u003ch2\u003eWhat you're putting in your body\u003c\/h2\u003e\n\n    \u003cul class=\"bundle-benefits\" aria-label=\"Key ingredients and benefits\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- CB2 receptor: target\/bullseye --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eBeta-caryophyllene (BCP)\u003c\/strong\u003e\n        \u003cspan\u003eA food-grade terpene that directly activates CB2 receptors — the receptors involved in pain, inflammation, mood, sleep, and immune function. The first dietary compound identified to do this.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Omega: fish --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M2 12 C5 8 9 6 13 8 C17 10 20 8 22 6 C22 10 21 14 18 16 C15 18 11 17 8 15 C5 13 3 14 2 12 Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M22 6 L20 9 L22 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"9\" cy=\"11\" r=\"1\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eOmega-3 (ALA \u0026amp; SDA) + GLA\u003c\/strong\u003e\n        \u003cspan\u003eHemp seed oil's SDA bypasses the D6D conversion bottleneck that makes most plant omega-3 sources inefficient. GLA is an omega-6 that supports a healthy inflammatory response — rare in most diets.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- ECS network --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"4\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"20\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"5.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"18.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"6.2\" y1=\"18\" x2=\"17.8\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eEndocannabinoid system support\u003c\/strong\u003e\n        \u003cspan\u003eYour ECS regulates mood, sleep, pain, and immune response. Daily BCP from both products keeps it consistently supported — sustained from the softgels, targeted from the drops.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Food-grade: apple outline --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 5.5C12 4 13.5 2.5 15.5 3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 8C6.5 8 4.5 10 4.5 13C4.5 17.5 7.5 22 10.5 22C11.2 22 11.6 21.5 12 21.5C12.4 21.5 12.8 22 13.5 22C16.5 22 19.5 17.5 19.5 13C19.5 10 17.5 8 15 8C14 8 13 8.5 12 8.5C11 8.5 10 8 9 8Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003e100% food-grade ingredients\u003c\/strong\u003e\n        \u003cspan\u003eEvery ingredient in both products meets food-grade standards. BCP has GRAS status. The softgels are carrageenan-free. Nothing you wouldn't recognise.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection aria-label=\"Who the Daily Wellness Bundle is for\"\u003e\n    \u003ch2\u003eWho reaches for this bundle\u003c\/h2\u003e\n\n    \u003cul class=\"bundle-benefits\" aria-label=\"Who uses this bundle\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Leaf - travel\/on the go --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 22V12\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 12C12 8 15 4 20 3C20 8 17 12 12 12Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 15C12 12 9 9 4 8C4 13 7 16 12 15Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eFrequent travellers\u003c\/strong\u003e\n        \u003cspan\u003eSoftgels travel without refrigeration and take up minimal space. The drops travel in the same bag. Your routine doesn't have to change because your location did.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Calm: wavy lines --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eDaily calm \u0026amp; stress support\u003c\/strong\u003e\n        \u003cspan\u003eThe softgels provide a consistent daily foundation; the drops give you on-demand relief when stress spikes. Both pathways, one bundle.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Women's health: outlined female bust --\u003e\n          \u003csvg viewbox=\"0 0 100 100\" aria-hidden=\"true\"\u003e\n            \u003cellipse cx=\"50\" cy=\"36\" rx=\"18\" ry=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003cpath d=\"M30 62 L29 36 C29 15 36 5 50 5 C64 5 71 15 71 36 L70 62\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M30 62 C27 68 21 70 19 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M70 62 C73 68 79 70 81 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"44\" y1=\"57\" x2=\"43\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"56\" y1=\"57\" x2=\"57\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M6 98 C6 84 20 74 43 71 L50 82 L57 71 C80 74 94 84 94 98\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003ePerimenopausal \u0026amp; menopausal women\u003c\/strong\u003e\n        \u003cspan\u003eMood shifts, disrupted sleep, and joint discomfort — a daily BCP + omega foundation alongside on-demand drops addresses multiple symptoms from one routine.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Existing liquid users: running person --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M8.5 6.5 Q6 6 3.5 7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 11 Q5 10.5 2.5 11.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 16 Q4.5 15.5 2.5 16.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"15\" cy=\"4\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"13.8\" y1=\"5.8\" x2=\"11\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M12.5 8.5 L8.5 11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12.5 8.5 L16.5 6.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 12 L14 16.5 L11 20.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 12 L8 15.5 L6 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eActive people \u0026amp; athletes\u003c\/strong\u003e\n        \u003cspan\u003eSoftgels fit easily into a pre- or post-workout supplement stack. The drops handle recovery support, soreness, and the come-down from a hard session. BCP is not on any prohibited substance list.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e  \u003chr\u003e\n\n  \u003c!-- ── HOW TO USE ── --\u003e\n  \u003csection aria-label=\"How to use the Daily Wellness Bundle\"\u003e\n    \u003ch2\u003eHow to use this bundle\u003c\/h2\u003e\n\n    \u003cdiv class=\"bundle-dw-card\"\u003e\n      \u003cul class=\"bundle-protocol\" aria-label=\"Daily usage protocol\"\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eDaily — CB2 Hemp Seed Oil Softgels (with food)\u003c\/strong\u003e\n            \u003cspan\u003eTake the recommended number of softgels once daily with a meal that contains fat — this maximises absorption of the omega fatty acids and BCP. Take them the same time every day and fold them into your existing supplement routine.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eAs needed — CB2 Wellness drops (oral)\u003c\/strong\u003e\n            \u003cspan\u003ePlace drops under your tongue, hold 30–60 seconds, then swallow. Just 2–3 drops is all most people need. Each drop contains 20 mg BCP.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eFor faster onset — inhalation method\u003c\/strong\u003e\n            \u003cspan\u003ePlace 2–3 drops of CB2 Wellness in your palm, rub hands together, cup around your nose, and breathe slowly for 1–2 minutes. Use this for acute stress, pre-sleep wind-down, or any situation where faster action matters.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── GUARANTEE ── --\u003e\n  \u003csection aria-label=\"Money-back guarantee for first-time buyers\"\u003e\n    \u003cdiv class=\"bundle-guarantee\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cdiv class=\"bundle-guarantee-text\"\u003e\n        \u003cstrong\u003eFirst-time buyer? Try it completely risk-free.\u003c\/strong\u003e\n        \u003cp\u003eOur no-hassle \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003emoney-back guarantee\u003c\/a\u003e means if the Daily Wellness Bundle isn't working for you, we'll give you a 100% refund — no awkward return process. (Limitations apply — see our \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003erefund policy\u003c\/a\u003e for full details.)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"cannanda","offers":[{"title":"Large (15 mL + 210 softgels)","offer_id":48264026521825,"sku":"BD021","price":158.0,"currency_code":"CAD","in_stock":true},{"title":"Small (5 mL + 70 softgels)","offer_id":42634472620257,"sku":"BD020","price":69.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Daily_Wellness_15_-_Softgelsx3.jpg?v=1777648559"},{"product_id":"wellness-hemp-oil-bundle","title":"Bedtime Bundle","description":"\u003cstyle\u003e\n.bundle-bed {\n  --teal:         #00ADBD;\n  --teal-dark:    #007A87;\n  --teal-deeper:  #005F6B;\n  --teal-light:   #99DDE5;\n  --teal-bg:      #E0F7FA;\n  --teal-bg-soft: #F0FBFC;\n  --text:         #616161;\n  --text-mid:     #6E6E6E;\n  --text-light:   #8A8A8A;\n  --green:        #065F46;\n  --green-bg:     #ECFDF5;\n  --green-border: #6EE7B7;\n  --amber:        #92400E;\n  --amber-bg:     #FFFBEB;\n  --amber-border: #FCD34D;\n  --border:       #E5E7EB;\n  --white:        #FFFFFF;\n  --heading-font: 'Jost', sans-serif;\n  --body-font:    'Jost', sans-serif;\n\n  font-family: var(--body-font);\n  font-size: 16px;\n  line-height: 1.75;\n  color: var(--text);\n  max-width: 780px;\n  width: 100%;\n  margin: 0 auto 48px;\n  overflow-x: hidden;\n}\n\n.bundle-bed *, .bundle-bed *::before, .bundle-bed *::after {\n  box-sizing: border-box;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.bundle-bed h2 {\n  font-family: var(--heading-font);\n  font-size: clamp(1.15rem, 2.8vw, 1.45rem);\n  font-weight: 700;\n  color: var(--text);\n  margin: 2em 0 0.55em;\n  line-height: 1.3;\n}\n\n.bundle-bed h3 {\n  font-family: var(--body-font);\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  margin: 0 0 0.45em;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.bundle-bed p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.bundle-bed strong { color: var(--text); font-weight: 700; }\n\n\/* ── OUTCOME PILLS ── *\/\n.bundle-bed-outcomes {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin: 0 0 24px;\n  padding: 0;\n  list-style: none;\n}\n\n.bundle-bed-outcomes li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--teal-bg);\n  border: 1px solid var(--teal-light);\n  border-left: 3px solid var(--teal);\n  border-radius: 6px;\n  padding: 9px 14px;\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  line-height: 1.3;\n  flex: 1 1 180px;\n}\n\n.bundle-bed-outcomes li svg {\n  flex-shrink: 0;\n  width: 16px;\n  height: 16px;\n  fill: none;\n  stroke: var(--teal);\n  stroke-width: 3;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── CARD BASE ── *\/\n.bundle-bed-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.bundle-bed-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.bundle-bed-card--green {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-left: 4px solid #10B981;\n}\n\n.bundle-bed-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n\/* ── WHAT'S INCLUDED ── *\/\n.bundle-products {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 14px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-products li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  border-top: 4px solid var(--teal);\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n\n.bundle-products li .p-icon { font-size: 1.4rem; line-height: 1; margin-bottom: 2px; }\n\n.bundle-products li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-products li .p-role {\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n}\n\n.bundle-products li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── FLAVOUR GRID ── *\/\n.bundle-flavours {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));\n  gap: 10px;\n  margin: 12px 0 0;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-flavours li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 8px;\n  padding: 13px 14px;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n}\n\n.bundle-flavours li .f-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }\n\n.bundle-flavours li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-flavours li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.45;\n}\n\n\/* ── PROTOCOL STEPS ── *\/\n.bundle-protocol {\n  list-style: none;\n  padding: 0;\n  margin: 12px 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.bundle-protocol li {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n}\n\n.bundle-protocol li .step-num {\n  flex-shrink: 0;\n  width: 28px;\n  height: 28px;\n  background: var(--teal);\n  color: var(--white);\n  font-size: 1rem;\n  font-weight: 700;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.bundle-protocol li .step-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--text);\n  margin-bottom: 2px;\n}\n\n.bundle-protocol li .step-text span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── BENEFIT GRID ── *\/\n.bundle-benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n  gap: 12px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-benefits li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 16px 16px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.bundle-benefits li .b-icon {\n  width: 34px;\n  height: 34px;\n  background: var(--teal-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.bundle-benefits li .b-icon svg { width: 24px; height: 24px; }\n\n.bundle-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── QUOTE ── *\/\n.bundle-quote {\n  background: var(--teal-bg-soft);\n  border-left: 4px solid var(--teal);\n  border-radius: 0 10px 10px 0;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.bundle-quote blockquote {\n  margin: 0 0 10px;\n  font-style: italic;\n  font-size: 1rem;\n  color: var(--text-mid);\n  line-height: 1.7;\n}\n\n.bundle-quote cite {\n  font-style: normal;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  display: block;\n}\n\n.bundle-quote cite span {\n  font-weight: 400;\n  color: var(--text-light);\n  display: block;\n  margin-top: 2px;\n}\n\n\/* ── GUARANTEE ── *\/\n.bundle-guarantee {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-radius: 10px;\n  padding: 16px 20px;\n  display: flex;\n  align-items: flex-start;\n  gap: 13px;\n  margin: 0 0 18px;\n}\n\n.bundle-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.bundle-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.bundle-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.bundle-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.bundle-bed hr {\n  border: none;\n  border-top: 1px solid var(--border);\n  margin: 24px 0;\n}\n\n\/* ── MOBILE ── *\/\n@media (max-width: 540px) {\n  .bundle-bed { font-size: 15px; }\n  .bundle-bed-card { padding: 16px 14px; }\n  .bundle-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bundle-bed\"\u003e\n\n  \u003c!-- ── HOOK ── --\u003e\n  \u003csection aria-label=\"Bundle overview\"\u003e\n    \u003cul class=\"bundle-bed-outcomes\" aria-label=\"Key benefits\"\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Wind-down \u0026amp; restful sleep support\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Calmer stress response at night\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Omega-3, omega-6 \u0026amp; GLA daily foundation\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        0% THC  ·  0% CBD  ·  Non-intoxicating\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003eMost sleep problems aren't really sleep problems. They're an overactive stress response, unresolved physical discomfort, or a nervous system that doesn't know how to downshift. The \u003cstrong\u003eBedtime Bundle\u003c\/strong\u003e addresses all three — with \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e, a food-grade terpene that activates CB2 receptors to support a calmer, more settled state before bed. 0% THC. 0% CBD. No intoxicating effects. Nothing that makes you groggy the next morning.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHAT'S IN THE BUNDLE ── --\u003e\n  \u003csection aria-label=\"What's included in the Bedtime Bundle\"\u003e\n    \u003ch2\u003eWhat's in the bundle\u003c\/h2\u003e\n\n    \u003cul class=\"bundle-products\" aria-label=\"Products included\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e💧\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eFast-acting BCP drops — larger variants\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Wellness Terpene Blend\u003c\/strong\u003e\n        \u003cspan\u003e20 mg BCP per drop. Sublingual or inhalation — your wind-down tool for use just before bed. Works fast, so you can take it as part of your actual bedtime routine rather than hours in advance. Available in the larger bundle variants.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eDaily nutritional BCP oil — all variants\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Hemp Seed Oil\u003c\/strong\u003e\n        \u003cspan\u003eBCP + omega-3, omega-6 \u0026amp; GLA — your daily nutritional foundation. One tablespoon with dinner, daily. The consistent daily dose that keeps your ECS balanced between nightly top-ups.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"bundle-bed-card bundle-bed-card--teal\"\u003e\n      \u003ch3\u003eChoose your flavour\u003c\/h3\u003e\n      \u003cp style=\"margin-bottom:10px;\"\u003eAll flavours deliver the same BCP content and omega fatty acid profile. Pick the one you'll look forward to taking daily — compliance is everything with a daily supplement routine.\u003c\/p\u003e\n      \u003cul class=\"bundle-flavours\" aria-label=\"Hemp seed oil flavour options\"\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"f-icon\"\u003e🌿\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eOriginal\u003c\/strong\u003e\n            \u003cspan\u003eClean, nutty hemp flavour. Works over any food or taken straight.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"f-icon\"\u003e🫚\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eSweet Ginger\u003c\/strong\u003e\n            \u003cspan\u003eWarm gingerbread note. Particularly good drizzled over evening meals.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"f-icon\"\u003e🍊\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cstrong\u003eOrange Creamsicle\u003c\/strong\u003e\n            \u003cspan\u003eBright citrus and vanilla. Stirs beautifully into evening yogurt or a smoothie.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHY SLEEP IS HARD ── --\u003e\n  \u003csection aria-label=\"Why BCP helps with sleep\"\u003e\n    \u003ch2\u003eWhy you can't sleep — and what BCP does about it\u003c\/h2\u003e\n\n    \u003cp\u003eMost people who struggle with sleep have one (or all three) of the same underlying issues: a stress response that won't switch off, physical discomfort that gets louder when everything goes quiet, or a nervous system that's been running in high gear all day and doesn't know how to downshift. BCP addresses all of them through the same mechanism — CB2 receptor activation.\u003c\/p\u003e\n\n    \u003cul class=\"bundle-benefits\" aria-label=\"How BCP supports sleep\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Calm: wavy lines --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eQuiets the stress response\u003c\/strong\u003e\n        \u003cspan\u003eCB2 receptors play a role in modulating the body's stress pathways. BCP at bedtime helps lower the baseline arousal that keeps people in a state of restless alertness.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Sleep: crescent moon --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSupports natural sleep onset\u003c\/strong\u003e\n        \u003cspan\u003eBCP doesn't sedate you — it supports your body's own sleep mechanisms by calming the CB2-mediated pathways that regulate your sleep-wake cycle. You wake up clear-headed.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- CB2 receptor: target\/bullseye --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eAddresses physical discomfort\u003c\/strong\u003e\n        \u003cspan\u003eJoint stiffness, muscle tension, and chronic discomfort are among the most common reasons people can't stay asleep. BCP's CB2 receptor activation addresses the underlying inflammatory component.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- ECS network --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"4\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"20\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"5.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"18.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"6.2\" y1=\"18\" x2=\"17.8\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eDaily ECS balance (oil)\u003c\/strong\u003e\n        \u003cspan\u003eThe hemp seed oil provides sustained daily BCP support alongside omega fatty acids — keeping your endocannabinoid system balanced throughout the day so you're not relying entirely on a bedtime dose.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection aria-label=\"Who the Bedtime Bundle is for\"\u003e\n    \u003ch2\u003eWho this bundle is for\u003c\/h2\u003e\n\n    \u003cul class=\"bundle-benefits\" aria-label=\"Who uses this bundle\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Crescent moon - can't sleep --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eTrouble falling asleep\u003c\/strong\u003e\n        \u003cspan\u003eRacing thoughts, physical restlessness, or just an inability to switch off — the wind-down drops give you a consistent bedtime signal that works with your body's natural sleep cues.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Wavy lines - stress --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eStress-driven sleep disruption\u003c\/strong\u003e\n        \u003cspan\u003eWhen stress follows you to bed. BCP addresses the physiological stress response rather than just sedating you through it.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Women's health: outlined female bust --\u003e\n          \u003csvg viewbox=\"0 0 100 100\" aria-hidden=\"true\"\u003e\n            \u003cellipse cx=\"50\" cy=\"36\" rx=\"18\" ry=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003cpath d=\"M30 62 L29 36 C29 15 36 5 50 5 C64 5 71 15 71 36 L70 62\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M30 62 C27 68 21 70 19 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M70 62 C73 68 79 70 81 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"44\" y1=\"57\" x2=\"43\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"56\" y1=\"57\" x2=\"57\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M6 98 C6 84 20 74 43 71 L50 82 L57 71 C80 74 94 84 94 98\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003ePerimenopausal \u0026amp; menopausal women\u003c\/strong\u003e\n        \u003cspan\u003eDisrupted sleep is one of the most commonly reported symptoms of perimenopause. BCP addresses both the mood and physical discomfort contributors — and GLA from hemp seed oil supports hormonal balance alongside it.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Heart - pain disrupting sleep --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eJoint \u0026amp; muscle discomfort at night\u003c\/strong\u003e\n        \u003cspan\u003ePhysical discomfort is louder at night when there are no distractions. BCP's CB2 receptor activation addresses the underlying inflammatory component that keeps people waking through the night.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── NATURAL FLAVOURS NOTE ── --\u003e\n  \u003csection aria-label=\"About our natural flavours\"\u003e\n    \u003cdiv class=\"bundle-bed-card bundle-bed-card--amber\"\u003e\n      \u003ch3\u003eAbout our natural flavours\u003c\/h3\u003e\n      \u003cp\u003eMany products labelled natural flavour can legally contain synthetic processing aids, chemical solvents, or compounds like MSG.\u003c\/p\u003e\n      \u003cp style=\"margin:0;\"\u003eOurs don't. The natural flavours in CB2 Hemp Seed Oil are produced exclusively by \u003cstrong\u003esteam distillation from plants\u003c\/strong\u003e — the same method used to produce essential oils. No solvents. No processing aids. No synthetic additives. When we say natural, we mean it.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── DOCTOR QUOTE ── --\u003e\n  \u003csection aria-label=\"Healthcare professional recommendation\"\u003e\n    \u003cdiv class=\"bundle-quote\"\u003e\n      \u003cblockquote\u003e\n        \"We have a lot of vegetarian patients of South Asian background. Most require an omega-3 supplement and will not use fish oils. This is why we rely on Cannanda's CB2 Hemp Seed Oil. We also treat a lot of joint pain and injuries with injection therapies, and CB2 oil is a great adjunct to their treatment protocol. It's an excellent nutrient-dense oil for restricted diets.\"\n      \u003c\/blockquote\u003e\n      \u003ccite\u003e\n        Dr. Victor Chan, ND\n        \u003cspan\u003eSCIMEDICA Health Group, Surrey, BC\u003c\/span\u003e\n      \u003c\/cite\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e  \u003chr\u003e\n\n  \u003c!-- ── BEDTIME PROTOCOL ── --\u003e\n  \u003csection aria-label=\"Your bedtime routine with this bundle\"\u003e\n    \u003ch2\u003eYour bedtime routine\u003c\/h2\u003e\n\n    \u003cdiv class=\"bundle-bed-card\"\u003e\n      \u003cul class=\"bundle-protocol\" aria-label=\"Bedtime routine protocol\"\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eWith dinner — CB2 Hemp Seed Oil\u003c\/strong\u003e\n            \u003cspan\u003eTake up to 1 tablespoon with dinner. This is your daily omega foundation and BCP support. Do not heat.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eJust before bed — CB2 Wellness drops (oral)\u003c\/strong\u003e\n            \u003cspan\u003ePlace 3–6 drops under your tongue, hold for 30–60 seconds, then swallow. This is your wind-down signal — a deliberate transition from the day. Each drop contains 20 mg BCP. Available in the larger bundle variants.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bundle-bed-card bundle-bed-card--teal\"\u003e\n      \u003ch3\u003eWhy this works better than a single product\u003c\/h3\u003e\n      \u003cp style=\"margin:0;\"\u003eThe hemp seed oil builds daily ECS balance — you're not starting from zero every night. The CB2 Wellness drops give you a fast-acting targeted dose at bedtime. Together they create a layered approach: sustained background support plus a reliable wind-down signal your body starts to associate with sleep over time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── GUARANTEE ── --\u003e\n  \u003csection aria-label=\"Money-back guarantee for first-time buyers\"\u003e\n    \u003cdiv class=\"bundle-guarantee\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cdiv class=\"bundle-guarantee-text\"\u003e\n        \u003cstrong\u003eFirst-time buyer? Try it completely risk-free.\u003c\/strong\u003e\n        \u003cp\u003eOur no-hassle \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003emoney-back guarantee\u003c\/a\u003e means if the Bedtime Bundle isn't working for you, we'll give you a 100% refund — no awkward return process. (Limitations apply — see our \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003erefund policy\u003c\/a\u003e for full details.)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"cannanda","offers":[{"title":"Original \/ Large (15 mL + 720 mL)","offer_id":42634474881249,"sku":"BD013","price":158.0,"currency_code":"CAD","in_stock":true},{"title":"Original \/ Small (5 mL + 240 mL)","offer_id":48264036286689,"sku":"BD010","price":69.5,"currency_code":"CAD","in_stock":true},{"title":"Sweet Ginger \/ Large (15 mL + 720 mL)","offer_id":47740164505825,"sku":"BD014","price":158.0,"currency_code":"CAD","in_stock":true},{"title":"Sweet Ginger \/ Small (5 mL + 240 mL)","offer_id":48264036319457,"sku":"BD011","price":69.5,"currency_code":"CAD","in_stock":true},{"title":"Orange Creamsicle \/ Large (15 mL + 720 mL)","offer_id":47740164538593,"sku":"BD015","price":158.0,"currency_code":"CAD","in_stock":true},{"title":"Orange Creamsicle \/ Small (5 mL + 240 mL)","offer_id":48264036352225,"sku":"BD012","price":69.5,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Bedtime_Bundle_Wellness_15_-_HSOx3.jpg?v=1777648946"},{"product_id":"cb2-hemp-seed-oil-flavour-bundle","title":"The Daily Unwind Bundle","description":"\u003cstyle\u003e\n.bundle-unwind {\n  --teal:         #00ADBD;\n  --teal-dark:    #007A87;\n  --teal-deeper:  #005F6B;\n  --teal-light:   #99DDE5;\n  --teal-bg:      #E0F7FA;\n  --teal-bg-soft: #F0FBFC;\n  --text:         #616161;\n  --text-mid:     #6E6E6E;\n  --text-light:   #8A8A8A;\n  --green:        #065F46;\n  --green-bg:     #ECFDF5;\n  --green-border: #6EE7B7;\n  --amber:        #92400E;\n  --amber-bg:     #FFFBEB;\n  --amber-border: #FCD34D;\n  --border:       #E5E7EB;\n  --white:        #FFFFFF;\n  --heading-font: 'Jost', sans-serif;\n  --body-font:    'Jost', sans-serif;\n\n  font-family: var(--body-font);\n  font-size: 16px;\n  line-height: 1.75;\n  color: var(--text);\n  max-width: 780px;\n  width: 100%;\n  margin: 0 auto 48px;\n  overflow-x: hidden;\n}\n\n.bundle-unwind *, .bundle-unwind *::before, .bundle-unwind *::after {\n  box-sizing: border-box;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.bundle-unwind h2 {\n  font-family: var(--heading-font);\n  font-size: clamp(1.15rem, 2.8vw, 1.45rem);\n  font-weight: 700;\n  color: var(--text);\n  margin: 2em 0 0.55em;\n  line-height: 1.3;\n}\n\n.bundle-unwind h3 {\n  font-family: var(--body-font);\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  margin: 0 0 0.45em;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.bundle-unwind p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.bundle-unwind strong { color: var(--text); font-weight: 700; }\n\n\/* ── OUTCOME PILLS ── *\/\n.bundle-unwind-outcomes {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin: 0 0 24px;\n  padding: 0;\n  list-style: none;\n}\n\n.bundle-unwind-outcomes li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--teal-bg);\n  border: 1px solid var(--teal-light);\n  border-left: 3px solid var(--teal);\n  border-radius: 6px;\n  padding: 9px 14px;\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  line-height: 1.3;\n  flex: 1 1 180px;\n}\n\n.bundle-unwind-outcomes li svg {\n  flex-shrink: 0;\n  width: 16px;\n  height: 16px;\n  fill: none;\n  stroke: var(--teal);\n  stroke-width: 3;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── CARD BASE ── *\/\n.bundle-unwind-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.bundle-unwind-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.bundle-unwind-card--green {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-left: 4px solid #10B981;\n}\n\n.bundle-unwind-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n\/* ── WHAT'S INCLUDED GRID ── *\/\n.bundle-products {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n  gap: 14px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-products li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  border-top: 4px solid var(--teal);\n  padding: 18px 18px 16px;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n\n.bundle-products li .p-icon {\n  font-size: 1.5rem;\n  line-height: 1;\n  margin-bottom: 2px;\n}\n\n.bundle-products li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-products li .p-role {\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n}\n\n.bundle-products li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── PROTOCOL STEPS ── *\/\n.bundle-protocol {\n  list-style: none;\n  padding: 0;\n  margin: 12px 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.bundle-protocol li {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n}\n\n.bundle-protocol li .step-num {\n  flex-shrink: 0;\n  width: 28px;\n  height: 28px;\n  background: var(--teal);\n  color: var(--white);\n  font-size: 1rem;\n  font-weight: 700;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: 2px;\n}\n\n.bundle-protocol li .step-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--text);\n  margin-bottom: 2px;\n}\n\n.bundle-protocol li .step-text span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── BENEFIT GRID ── *\/\n.bundle-benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n  gap: 12px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.bundle-benefits li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 16px 16px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.bundle-benefits li .b-icon {\n  width: 34px;\n  height: 34px;\n  background: var(--teal-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.bundle-benefits li .b-icon svg {\n  width: 24px;\n  height: 24px;\n}\n\n.bundle-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.bundle-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── QUOTE ── *\/\n.bundle-quote {\n  background: var(--teal-bg-soft);\n  border-left: 4px solid var(--teal);\n  border-radius: 0 10px 10px 0;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.bundle-quote blockquote {\n  margin: 0 0 10px;\n  font-style: italic;\n  font-size: 1rem;\n  color: var(--text-mid);\n  line-height: 1.7;\n}\n\n.bundle-quote cite {\n  font-style: normal;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  display: block;\n}\n\n.bundle-quote cite span {\n  font-weight: 400;\n  color: var(--text-light);\n  display: block;\n  margin-top: 2px;\n}\n\n\/* ── GUARANTEE ── *\/\n.bundle-guarantee {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-radius: 10px;\n  padding: 16px 20px;\n  display: flex;\n  align-items: flex-start;\n  gap: 13px;\n  margin: 0 0 18px;\n}\n\n.bundle-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.bundle-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.bundle-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.bundle-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.bundle-unwind hr {\n  border: none;\n  border-top: 1px solid var(--border);\n  margin: 24px 0;\n}\n\n\/* ── MOBILE ── *\/\n@media (max-width: 540px) {\n  .bundle-unwind { font-size: 15px; }\n  .bundle-unwind-card { padding: 16px 14px; }\n  .bundle-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"bundle-unwind\"\u003e\n\n  \u003c!-- ── HOOK ── --\u003e\n  \u003csection aria-label=\"Bundle overview\"\u003e\n    \u003cul class=\"bundle-unwind-outcomes\" aria-label=\"Key benefits\"\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Daily calm \u0026amp; stress relief\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Restful sleep \u0026amp; mood balance\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Omega-3, omega-6 \u0026amp; GLA nutrition\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        0% THC  ·  0% CBD  ·  Non-intoxicating\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003eThe \u003cstrong\u003eDaily Unwind Bundle\u003c\/strong\u003e is a complete daily calm protocol built around \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e — a food-grade terpene that activates CB2 receptors in your body to support a settled mood, restful sleep, and healthy inflammatory response. Three products. Two delivery formats. One daily routine that actually sticks — because it tastes good and works.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e\n\n\n  \u003c!-- ── WHAT IS BCP + HOW IT SUPPORTS CALM ── --\u003e\n  \u003csection aria-label=\"How BCP supports calm and wellness\"\u003e\n    \u003ch2\u003eWhat is beta-caryophyllene — and how does it support daily calm?\u003c\/h2\u003e\n\n    \u003cp\u003eBeta-caryophyllene (BCP) is a naturally occurring terpene found in black pepper, cloves, and rosemary. It's the first dietary compound identified to directly activate \u003cstrong\u003eCB2 receptors\u003c\/strong\u003e in the human body — the receptors involved in regulating inflammatory response, mood, stress, sleep, and immune function. When your CB2 receptors are well-supported, everything those pathways regulate tends to settle.\u003c\/p\u003e\n\n    \u003cul class=\"bundle-benefits\" aria-label=\"How BCP works\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Wavy calm lines --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003ePromotes daily calm\u003c\/strong\u003e\n        \u003cspan\u003eCB2 receptors play a role in modulating the stress response. Regular BCP support helps maintain a calmer baseline — less reactive, more settled.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Crescent moon - sleep --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSupports restful sleep\u003c\/strong\u003e\n        \u003cspan\u003eDifficulty winding down is often driven by physical tension or a busy stress response. BCP addresses both pathways — which is why sleep is one of the most common benefits reported.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- CB2 receptor: target\/bullseye --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eActivates CB2 receptors\u003c\/strong\u003e\n        \u003cspan\u003eUnlike CBD, BCP targets CB2 receptors directly and selectively — without affecting the CB1 receptors in the brain that cause intoxication.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- ECS network --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"4\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"20\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"5.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"18.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"6.2\" y1=\"18\" x2=\"17.8\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSupports your ECS\u003c\/strong\u003e\n        \u003cspan\u003eYour endocannabinoid system regulates mood, sleep, pain, and immune response. Daily BCP helps keep it balanced — from multiple delivery angles.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Omega fish --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M2 12 C5 8 9 6 13 8 C17 10 20 8 22 6 C22 10 21 14 18 16 C15 18 11 17 8 15 C5 13 3 14 2 12 Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M22 6 L20 9 L22 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"9\" cy=\"11\" r=\"1\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eOmega fatty acids (ALA, SDA, GLA)\u003c\/strong\u003e\n        \u003cspan\u003eHemp seed oil adds nutritional depth the terpene blend alone can't provide — including SDA, which bypasses the D6D conversion bottleneck that limits most plant omega-3 sources.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Running person with wisps - joint\/mobility --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M8.5 6.5 Q6 6 3.5 7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 11 Q5 10.5 2.5 11.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 16 Q4.5 15.5 2.5 16.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003ccircle cx=\"15\" cy=\"4\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"13.8\" y1=\"5.8\" x2=\"11\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M12.5 8.5 L8.5 11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12.5 8.5 L16.5 6.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 12 L14 16.5 L11 20.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M11 12 L8 15.5 L6 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eJoint comfort \u0026amp; mobility\u003c\/strong\u003e\n        \u003cspan\u003eBCP's CB2 receptor activation extends to joint tissue. The hemp seed oils layer in GLA — an omega-6 that, unlike most omega-6s, supports a healthy inflammatory response.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHAT'S IN THE BUNDLE ── --\u003e\n  \u003csection aria-label=\"What's included in the Daily Unwind Bundle\"\u003e\n    \u003ch2\u003eWhat's in the bundle\u003c\/h2\u003e\n\n    \u003cul class=\"bundle-products\" aria-label=\"Products included\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e💧\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eFast-acting BCP drops\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Wellness Terpene Blend\u003c\/strong\u003e\n        \u003cspan\u003e20 mg BCP per drop. Sublingual or inhalation. Your go-to when you need to unwind quickly — after a stressful day, before bed, or whenever tension builds.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e🫚\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eDaily wellness oil\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Hemp Seed Oil — Sweet Ginger\u003c\/strong\u003e\n        \u003cspan\u003eBCP + omega-3, omega-6 \u0026amp; GLA in a gingerbread-inspired flavour. Pour over food or take straight from the spoon — daily nutritional support that doesn't feel like a chore.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"p-icon\"\u003e🍊\u003c\/div\u003e\n        \u003cspan class=\"p-role\"\u003eDaily wellness oil\u003c\/span\u003e\n        \u003cstrong\u003eCB2 Hemp Seed Oil — Orange Creamsicle\u003c\/strong\u003e\n        \u003cspan\u003eThe same omega + BCP formula in a bright citrus vanilla flavour. Mix into smoothies, stir into yogurt, or take straight. Two flavours means you never get bored.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHY TWO FORMATS ── --\u003e\n  \u003csection aria-label=\"Why the bundle works better than any single product\"\u003e\n    \u003ch2\u003eWhy two formats work better than one\u003c\/h2\u003e\n\n    \u003cp\u003eThe CB2 Wellness drops and the hemp seed oils both deliver BCP — but they do it differently, and that difference matters.\u003c\/p\u003e\n\n    \u003cdiv class=\"bundle-unwind-card bundle-unwind-card--teal\"\u003e\n      \u003ch3\u003eFast-acting vs. sustained support\u003c\/h3\u003e\n      \u003cp\u003eCB2 Wellness held under your tongue absorbs directly into your bloodstream in minutes — bypassing the digestive system entirely. That's what you reach for when stress hits mid-afternoon or when you need to wind down before sleep.\u003c\/p\u003e\n      \u003cp style=\"margin:0;\"\u003eThe hemp seed oils absorb through digestion — slower, but they carry the added omega fatty acid nutrition that the terpene blend alone doesn't provide. Together they give you both: immediate relief when you need it, and a nutritional foundation that keeps your ECS running well every day.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bundle-unwind-card bundle-unwind-card--teal\"\u003e\n      \u003ch3\u003eVariety keeps the routine alive\u003c\/h3\u003e\n      \u003cp style=\"margin:0;\"\u003eMost daily supplement routines fail because they become boring. Having Sweet Ginger and Orange Creamsicle means you have options — rotate by mood, season, or what you're eating that day. Supplements you enjoy taking are supplements you actually keep taking.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection aria-label=\"Who the Daily Unwind Bundle is for\"\u003e\n    \u003ch2\u003eWho reaches for this bundle\u003c\/h2\u003e\n\n    \u003cdiv class=\"bundle-unwind-card bundle-unwind-card--teal\"\u003e\n      \u003cp style=\"margin:0;\"\u003eThis bundle is most popular with people who want \u003cstrong\u003ea complete daily system\u003c\/strong\u003e rather than a single product — people who've already tried CB2 Wellness or one of the hemp seed oils and want both the fast-acting drops and the daily nutritional oil working together. It's also a strong starting point for anyone new to BCP who wants to try the full range of what the compound can do.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cul class=\"bundle-benefits\" aria-label=\"Who uses this bundle\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Women's health: outlined female bust --\u003e\n          \u003csvg viewbox=\"0 0 100 100\" aria-hidden=\"true\"\u003e\n            \u003cellipse cx=\"50\" cy=\"36\" rx=\"18\" ry=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003cpath d=\"M30 62 L29 36 C29 15 36 5 50 5 C64 5 71 15 71 36 L70 62\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M30 62 C27 68 21 70 19 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M70 62 C73 68 79 70 81 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"44\" y1=\"57\" x2=\"43\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"56\" y1=\"57\" x2=\"57\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cpath d=\"M6 98 C6 84 20 74 43 71 L50 82 L57 71 C80 74 94 84 94 98\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003ePerimenopausal \u0026amp; menopausal women\u003c\/strong\u003e\n        \u003cspan\u003eMood shifts, disrupted sleep, and joint discomfort often improve together with daily BCP + omega support — addressing multiple symptoms from one routine.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Calm: wavy lines --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eHigh-stress lifestyles\u003c\/strong\u003e\n        \u003cspan\u003eFor people who experience stress as a constant rather than an occasional event — the drops give you on-demand relief, the oils give you a daily foundation.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Sleep: crescent moon --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSleep-focused users\u003c\/strong\u003e\n        \u003cspan\u003eTake the hemp seed oil in the morning and the CB2 Wellness drops as part of your wind-down — a layered approach to better sleep that doesn't require any single product to do all the work.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Leaf - vegan\/plant --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M12 22V12\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 12C12 8 15 4 20 3C20 8 17 12 12 12Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 15C12 12 9 9 4 8C4 13 7 16 12 15Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eVegan omega seekers\u003c\/strong\u003e\n        \u003cspan\u003eThe hemp seed oils provide ALA, SDA, and GLA — a fatty acid profile no other plant oil can match, as a clean fish oil alternative with no bottom-trawling or contamination concerns.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── NATURAL FLAVOURS NOTE ── --\u003e\n  \u003csection aria-label=\"About our natural flavours\"\u003e\n    \u003cdiv class=\"bundle-unwind-card bundle-unwind-card--amber\"\u003e\n      \u003ch3\u003eAbout our natural flavours\u003c\/h3\u003e\n      \u003cp\u003eMany products labelled natural flavour can legally contain synthetic processing aids, chemical solvents, or compounds like MSG.\u003c\/p\u003e\n      \u003cp style=\"margin:0;\"\u003eOurs don't. The natural flavours in CB2 Hemp Seed Oil are produced exclusively by \u003cstrong\u003esteam distillation from plants\u003c\/strong\u003e — the same method used to produce essential oils. No solvents. No processing aids. No synthetic additives. When we say natural, we mean it.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── DOCTOR QUOTE ── --\u003e\n  \u003csection aria-label=\"Healthcare professional recommendation\"\u003e\n    \u003cdiv class=\"bundle-quote\"\u003e\n      \u003cblockquote\u003e\n        \"We have a lot of vegetarian patients of South Asian background. Most require an omega-3 supplement and will not use fish oils. This is why we rely on Cannanda's CB2 Hemp Seed Oil. We also treat a lot of joint pain and injuries with injection therapies, and CB2 oil is a great adjunct to their treatment protocol. It's an excellent nutrient-dense oil for restricted diets.\"\n      \u003c\/blockquote\u003e\n      \u003ccite\u003e\n        Dr. Victor Chan, ND\n        \u003cspan\u003eSCIMEDICA Health Group, Surrey, BC\u003c\/span\u003e\n      \u003c\/cite\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e  \u003chr\u003e\n\n  \u003c!-- ── HOW TO USE ── --\u003e\n  \u003csection aria-label=\"How to use the Daily Unwind Bundle\"\u003e\n    \u003ch2\u003eYour daily unwind protocol\u003c\/h2\u003e\n\n    \u003cdiv class=\"bundle-unwind-card\"\u003e\n      \u003cul class=\"bundle-protocol\" aria-label=\"Daily usage protocol\"\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eBreakfast or dinner — CB2 Hemp Seed Oil\u003c\/strong\u003e\n            \u003cspan\u003eTake 1 tablespoon of your chosen flavour — drizzle over breakfast, blend into a smoothie, or straight from the spoon. This is your daily omega foundation + sustained BCP support.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eAs needed — CB2 Wellness drops\u003c\/strong\u003e\n            \u003cspan\u003ePlace drops under your tongue, hold for 30–60 seconds, then swallow. Use when stress builds, when you need to transition from work mode to rest mode, or as part of your wind-down before sleep. Each drop delivers 20 mg BCP.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            \u003cstrong\u003eFor faster effect — inhalation method\u003c\/strong\u003e\n            \u003cspan\u003ePlace 2–3 drops of CB2 Wellness in your palm, rub your hands together, cup around your nose, and take slow deep breaths for 1–2 minutes. BCP absorbs through the respiratory tract for especially fast onset.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── GUARANTEE ── --\u003e\n  \u003csection aria-label=\"Money-back guarantee for first-time buyers\"\u003e\n    \u003cdiv class=\"bundle-guarantee\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cdiv class=\"bundle-guarantee-text\"\u003e\n        \u003cstrong\u003eFirst-time buyer? Try it completely risk-free.\u003c\/strong\u003e\n        \u003cp\u003eOur no-hassle \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003emoney-back guarantee\u003c\/a\u003e means if the Daily Unwind Bundle isn't working for you, we'll give you a 100% refund — no awkward return process. (Limitations apply — see our \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003erefund policy\u003c\/a\u003e for full details.)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"cannanda","offers":[{"title":"2x 240 mL + 5mL CB2 Wellness","offer_id":48264019935457,"sku":"BD041","price":99.0,"currency_code":"CAD","in_stock":true},{"title":"2x 240 mL","offer_id":42634482745569,"sku":"BD040","price":73.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Daily_Relax_Bundle_Wellness_5_-_SGHSO_-_OCHSO.jpg?v=1777648283"},{"product_id":"cb2-cool-beta-caryophyllene","title":"CB2 Cool (beta-caryophyllene oral drops)","description":"\u003cstyle\u003e\n.cb2cool {\n  --teal:         #00ADBD;\n  --teal-dark:    #007A87;\n  --teal-deeper:  #005F6B;\n  --teal-light:   #99DDE5;\n  --teal-bg:      #E0F7FA;\n  --teal-bg-soft: #F0FBFC;\n  --text:         #616161;\n  --text-mid:     #6E6E6E;\n  --text-light:   #8A8A8A;\n  --green:        #065F46;\n  --green-bg:     #ECFDF5;\n  --green-border: #6EE7B7;\n  --amber:        #92400E;\n  --amber-bg:     #FFFBEB;\n  --amber-border: #FCD34D;\n  --border:       #E5E7EB;\n  --white:        #FFFFFF;\n  --heading-font: 'Jost', sans-serif;\n  --body-font:    'Jost', sans-serif;\n\n  font-family: var(--body-font);\n  font-size: 16px;\n  line-height: 1.75;\n  color: var(--text);\n  max-width: 780px;\n  width: 100%;\n  margin: 0 auto 48px;\n  overflow-x: hidden;\n}\n\n.cb2cool *, .cb2cool *::before, .cb2cool *::after {\n  box-sizing: border-box;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.cb2cool h2 {\n  font-family: var(--heading-font);\n  font-size: clamp(1.15rem, 2.8vw, 1.45rem);\n  font-weight: 700;\n  color: var(--text);\n  margin: 2em 0 0.55em;\n  line-height: 1.3;\n}\n\n.cb2cool h3 {\n  font-family: var(--body-font);\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--teal-dark);\n  margin: 0 0 0.45em;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.cb2cool p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.cb2cool strong { color: var(--text); font-weight: 700; }\n\n\/* ── OUTCOME PILLS ── *\/\n.cb2cool-outcomes {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 9px;\n  margin: 0 0 24px;\n  padding: 0;\n  list-style: none;\n}\n\n.cb2cool-outcomes li {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--teal-bg);\n  border: 1px solid var(--teal-light);\n  border-left: 3px solid var(--teal);\n  border-radius: 6px;\n  padding: 9px 14px;\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  line-height: 1.3;\n  flex: 1 1 180px;\n}\n\n.cb2cool-outcomes li svg {\n  flex-shrink: 0;\n  width: 16px;\n  height: 16px;\n  fill: none;\n  stroke: var(--teal);\n  stroke-width: 3;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n\/* ── CARD BASE ── *\/\n.cb2cool-card {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 20px 22px;\n  margin: 0 0 18px;\n}\n\n.cb2cool-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.cb2cool-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n.cb2cool-card--green {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-left: 4px solid #10B981;\n}\n\n\/* ── BENEFIT GRID ── *\/\n.cb2cool-benefits {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));\n  gap: 12px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.cb2cool-benefits li {\n  background: var(--white);\n  border: 1px solid var(--border);\n  border-radius: 10px;\n  padding: 16px 16px 14px;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.cb2cool-benefits li .b-icon {\n  width: 34px;\n  height: 34px;\n  background: var(--teal-bg);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.cb2cool-benefits li .b-icon svg {\n  width: 18px;\n  height: 18px;\n}\n\n.cb2cool-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2cool-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── TABLE SCROLL WRAPPER — prevents page-level horizontal scroll ── *\/\n.cb2cool-table-wrap {\n  overflow-x: auto;\n  -webkit-overflow-scrolling: touch;\n  margin: 10px 0 0;\n  border-radius: 8px;\n  max-width: 100%;\n}\n\n\/* ── COMPARISON TABLE ── *\/\n.cb2cool-compare {\n  width: 100%;\n  min-width: 480px;\n  border-collapse: collapse;\n  font-size: 1rem;\n}\n\n.cb2cool-compare thead tr {\n  background: var(--teal-dark);\n  color: var(--white);\n}\n\n.cb2cool-compare thead th {\n  padding: 10px 13px;\n  text-align: left;\n  font-weight: 700;\n  font-size: 1rem;\n  letter-spacing: 0.02em;\n}\n\n.cb2cool-compare tbody tr:nth-child(odd)  { background: var(--teal-bg-soft); }\n.cb2cool-compare tbody tr:nth-child(even) { background: var(--white); }\n\n.cb2cool-compare tbody td {\n  padding: 9px 13px;\n  vertical-align: top;\n  color: var(--text-mid);\n  border-bottom: 1px solid var(--border);\n  line-height: 1.45;\n}\n\n.cb2cool-compare tbody td:first-child {\n  font-weight: 600;\n  color: var(--text);\n  width: 32%;\n}\n\n.cb2cool-compare tbody td:nth-child(2) { color: var(--teal-deeper); }\n\n.check { color: #10B981; font-weight: 700; }\n.cross  { color: #EF4444; font-weight: 700; }\n\n\/* ── DOSAGE TABLE ── *\/\n.cb2cool-dosage {\n  width: 100%;\n  min-width: 400px;\n  border-collapse: collapse;\n  font-size: 1rem;\n  margin: 10px 0 0;\n}\n\n.cb2cool-dosage thead tr { background: var(--teal); color: var(--white); }\n\n.cb2cool-dosage thead th {\n  padding: 9px 13px;\n  text-align: left;\n  font-weight: 700;\n  font-size: 1rem;\n  letter-spacing: 0.04em;\n  text-transform: uppercase;\n}\n\n.cb2cool-dosage tbody tr:nth-child(odd)  { background: var(--teal-bg-soft); }\n.cb2cool-dosage tbody tr:nth-child(even) { background: var(--white); }\n\n.cb2cool-dosage tbody td {\n  padding: 9px 13px;\n  color: var(--text-mid);\n  border-bottom: 1px solid var(--border);\n  line-height: 1.45;\n}\n\n.cb2cool-dosage tbody td:first-child { font-weight: 600; color: var(--text); }\n\n\/* ── GUARANTEE BANNER ── *\/\n.cb2cool-guarantee {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-radius: 10px;\n  padding: 16px 20px;\n  display: flex;\n  align-items: flex-start;\n  gap: 13px;\n  margin: 0 0 18px;\n}\n\n.cb2cool-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.cb2cool-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.cb2cool-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.cb2cool-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.cb2cool hr {\n  border: none;\n  border-top: 1px solid var(--border);\n  margin: 24px 0;\n}\n\n\/* ── MOBILE ── *\/\n@media (max-width: 540px) {\n  .cb2cool { font-size: 15px; }\n  .cb2cool-card { padding: 16px 14px; }\n  .cb2cool-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cb2cool\"\u003e\n\n  \u003c!-- ── HOOK ── --\u003e\n  \u003csection aria-label=\"Product outcomes\"\u003e\n    \u003cul class=\"cb2cool-outcomes\" aria-label=\"Key benefits\"\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Promotes daily calm \u0026amp; settled mood\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Joint comfort, mobility \u0026amp; restful sleep\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        0% THC  ·  0% CBD  ·  Non-intoxicating\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003e\u003cstrong\u003eCB2 Cool\u003c\/strong\u003e is a sublingual oral drop that delivers \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e, a clinically researched, food-grade terpene, directly under your tongue for fast absorption. People use it daily for \u003cstrong\u003edaily calm and stress relief, better sleep, and joint comfort\u003c\/strong\u003e — with zero THC, zero CBD, and no intoxicating effects.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHAT IS BCP ── --\u003e\n  \u003csection aria-label=\"What is beta-caryophyllene\"\u003e\n    \u003ch2\u003eWhat is beta-caryophyllene (BCP)?\u003c\/h2\u003e\n    \u003cp\u003eBCP is a naturally occurring terpene found in black pepper, cloves, and rosemary. In 2008, researchers published a landmark study in \u003cem\u003ePNAS\u003c\/em\u003e identifying it as the first dietary compound known to directly activate \u003cstrong\u003eCB2 receptors\u003c\/strong\u003e in your body, opening the door to a whole new class of natural wellness support.\u003c\/p\u003e\n\n    \u003cul class=\"cb2cool-benefits\" aria-label=\"What BCP does in your body\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- CB2 receptor: target\/bullseye --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eActivates CB2 receptors\u003c\/strong\u003e\n        \u003cspan\u003eCB2 receptors are concentrated in your immune system, gut, bones, and nervous system — key regulators of comfort and inflammatory response.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- PPAR receptors: orbital rings around nucleus --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cellipse cx=\"12\" cy=\"12\" rx=\"9\" ry=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"12\" cy=\"12\" rx=\"9\" ry=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" style=\"stroke:var(--teal-dark);\" transform=\"rotate(60 12 12)\"\u003e\u003c\/ellipse\u003e\n            \u003cellipse cx=\"12\" cy=\"12\" rx=\"9\" ry=\"5.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.2\" style=\"stroke:var(--teal-dark);\" transform=\"rotate(120 12 12)\"\u003e\u003c\/ellipse\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eActivates PPAR receptors\u003c\/strong\u003e\n        \u003cspan\u003ePPAR-alpha and PPAR-gamma are nuclear receptors that regulate inflammatory signalling, fat metabolism, and overall cellular balance.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- ECS: three-node network --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003ccircle cx=\"12\" cy=\"4\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"4\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"20\" cy=\"18\" r=\"2.2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"5.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"6.2\" x2=\"18.5\" y2=\"16.1\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"6.2\" y1=\"18\" x2=\"17.8\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"1.6\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSupports your ECS\u003c\/strong\u003e\n        \u003cspan\u003eYour endocannabinoid system regulates mood, stress, sleep, pain, and immune response. BCP helps keep it running well.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Food-grade safe: apple outline --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003c!-- stem --\u003e\n            \u003cpath d=\"M12 5.5C12 4 13.5 2.5 15.5 3\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- apple body --\u003e\n            \u003cpath d=\"M9 8C6.5 8 4.5 10 4.5 13C4.5 17.5 7.5 22 10.5 22C11.2 22 11.6 21.5 12 21.5C12.4 21.5 12.8 22 13.5 22C16.5 22 19.5 17.5 19.5 13C19.5 10 17.5 8 15 8C14 8 13 8.5 12 8.5C11 8.5 10 8 9 8Z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eFood-grade \u0026amp; safe\u003c\/strong\u003e\n        \u003cspan\u003eBCP has GRAS (Generally Recognized As Safe) status and has been used as a food flavouring ingredient for decades.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── SUBLINGUAL ADVANTAGE ── --\u003e\n  \u003csection aria-label=\"Why sublingual delivery matters\"\u003e\n    \u003ch2\u003eWhy the \"Cool\" drops are different\u003c\/h2\u003e\n    \u003cdiv class=\"cb2cool-card cb2cool-card--teal\"\u003e\n      \u003ch3\u003eThe sublingual advantage\u003c\/h3\u003e\n      \u003cp\u003eMost supplements are swallowed, which means they pass through your digestive system, get processed by your liver, and only a fraction of the active ingredient actually makes it into your bloodstream.\u003c\/p\u003e\n      \u003cp style=\"margin:0;\"\u003eCB2 Cool is designed to be held under your tongue for 30–60 seconds before swallowing. That thin, highly vascularized tissue lets BCP absorb directly into your blood, bypassing the digestive bottleneck. Faster onset, and potentially higher bioavailability.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── CBD vs BCP COMPARISON ── --\u003e\n  \u003csection aria-label=\"How BCP compares to CBD oil\"\u003e\n    \u003ch2\u003eHow CB2 Cool compares to CBD oil\u003c\/h2\u003e\n    \u003cp\u003eA lot of people find us after trying CBD and wondering if there's something more targeted. Here's the honest comparison:\u003c\/p\u003e\n\n    \u003cdiv class=\"cb2cool-card\"\u003e\n      \u003cdiv class=\"cb2cool-table-wrap\"\u003e\n        \u003ctable class=\"cb2cool-compare\" role=\"table\" aria-label=\"CB2 Cool BCP vs CBD oil comparison\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eCB2 Cool (BCP)\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eTypical CBD Oil\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eActive compound\u003c\/td\u003e\n              \u003ctd\u003eBeta-caryophyllene (a dietary terpene)\u003c\/td\u003e\n              \u003ctd\u003eCannabidiol (a cannabinoid)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eTHC content\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e 0% THC guaranteed\u003c\/td\u003e\n              \u003ctd\u003eTHC is often present, but varies\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eDrug test risk\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None (BCP is not a cannabinoid)\u003c\/td\u003e\n              \u003ctd\u003ePossible. Trace THC can accumulate with daily use\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eHow it works\u003c\/td\u003e\n              \u003ctd\u003eDirectly activates CB2 receptors (targeted)\u003c\/td\u003e\n              \u003ctd\u003eIndirect (inhibits endocannabinoid breakdown)\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eIntoxicating effects\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n              \u003ctd\u003eNone (CBD itself), but product purity varies\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eCanadian regulatory status\u003c\/td\u003e\n              \u003ctd\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Regulated as food, available without a prescription\u003c\/td\u003e\n              \u003ctd\u003eCannabis Act: only available through a dispensary\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cb2cool-card cb2cool-card--amber\"\u003e\n      \u003cp style=\"margin:0;font-size: 1rem;\"\u003e\u003cstrong\u003eNote for people subject to drug testing:\u003c\/strong\u003e BCP is a terpene with GRAS food status. It is not a cannabinoid and does not trigger standard cannabinoid drug screens. CB2 Cool contains \u003cstrong\u003eno THC and no CBD\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003csection aria-label=\"Who uses CB2 Cool\"\u003e\n    \u003ch2\u003eWho uses CB2 Cool\u003c\/h2\u003e\n\n    \u003cul class=\"cb2cool-benefits\" aria-label=\"Common use cases\"\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Calm: wavy lines --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M3 12c1.5-3 3-3 4.5 0s3 3 4.5 0 3-3 4.5 0 3 3 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 7c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M3 17c1.5-2 3-2 4.5 0s3 2 4.5 0 3-2 4.5 0 3 2 4.5 0\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.4;\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eDaily calm \u0026amp; stress relief\u003c\/strong\u003e\n        \u003cspan\u003eFor that low-level, persistent tension that makes it hard to feel settled, especially mid-afternoon or at the end of a long day.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Sleep: crescent moon --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003cpath d=\"M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eSleep support\u003c\/strong\u003e\n        \u003cspan\u003eTrouble winding down or staying asleep, especially when driven by a busy mind or physical discomfort.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Joint comfort \u0026 mobility: running person with wind wisps --\u003e\n          \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n            \u003c!-- wind wisps behind runner --\u003e\n            \u003cpath d=\"M8.5 6.5 Q6 6 3.5 7\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M8 11 Q5 10.5 2.5 11.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 16 Q4.5 15.5 2.5 16.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);opacity:0.28;\"\u003e\u003c\/path\u003e\n            \u003c!-- head --\u003e\n            \u003ccircle cx=\"15\" cy=\"4\" r=\"2\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003c!-- torso — strong forward diagonal --\u003e\n            \u003cline x1=\"13.8\" y1=\"5.8\" x2=\"11\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003c!-- arm forward (down-left) --\u003e\n            \u003cpath d=\"M12.5 8.5 L8.5 11\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- arm back (up-right) --\u003e\n            \u003cpath d=\"M12.5 8.5 L16.5 6.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- front leg: stride forward with bent knee --\u003e\n            \u003cpath d=\"M11 12 L14 16.5 L11 20.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- back leg: kicked high behind with bent knee --\u003e\n            \u003cpath d=\"M11 12 L8 15.5 L6 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003eJoint comfort \u0026amp; mobility\u003c\/strong\u003e\n        \u003cspan\u003eArthritis, everyday joint stiffness, and the kind of discomfort that builds up over time.\u003c\/span\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cdiv class=\"b-icon\"\u003e\n          \u003c!-- Women's health: outlined female bust — face, hair, neck, shoulders --\u003e\n          \u003csvg viewbox=\"0 0 100 100\" aria-hidden=\"true\"\u003e\n            \u003c!-- face oval --\u003e\n            \u003cellipse cx=\"50\" cy=\"36\" rx=\"18\" ry=\"22\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/ellipse\u003e\n            \u003c!-- outer hair: rounded arc over top, straight down both sides --\u003e\n            \u003cpath d=\"M30 62 L29 36 C29 15 36 5 50 5 C64 5 71 15 71 36 L70 62\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- hair curl bump — left --\u003e\n            \u003cpath d=\"M30 62 C27 68 21 70 19 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- hair curl bump — right --\u003e\n            \u003cpath d=\"M70 62 C73 68 79 70 81 63\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n            \u003c!-- neck — left side --\u003e\n            \u003cline x1=\"44\" y1=\"57\" x2=\"43\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003c!-- neck — right side --\u003e\n            \u003cline x1=\"56\" y1=\"57\" x2=\"57\" y2=\"71\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003c!-- shoulders with V-neckline --\u003e\n            \u003cpath d=\"M6 98 C6 84 20 74 43 71 L50 82 L57 71 C80 74 94 84 94 98\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"4.5\" stroke-linecap=\"round\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cstrong\u003ePerimenopausal \u0026amp; menopausal women\u003c\/strong\u003e\n        \u003cspan\u003eMood shifts, disrupted sleep, and joint discomfort are among the most common reasons women reach for CB2 Cool.\u003c\/span\u003e\n      \u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003chr\u003e  \u003chr\u003e\n\n  \u003c!-- ── DOSAGE ── --\u003e\n  \u003csection aria-label=\"How to use CB2 Cool and dosage guide\"\u003e\n    \u003ch2\u003eHow to use it\u003c\/h2\u003e\n    \u003cdiv class=\"cb2cool-card\"\u003e\n      \u003ch3\u003eSublingual method (recommended)\u003c\/h3\u003e\n      \u003cp style=\"margin-bottom:12px;\"\u003ePlace drops under your tongue, hold for 30–60 seconds, then swallow. Each drop contains \u003cstrong\u003e10 mg BCP\u003c\/strong\u003e.\u003c\/p\u003e\n\n      \u003cdiv class=\"cb2cool-table-wrap\"\u003e\n        \u003ctable class=\"cb2cool-dosage\" role=\"table\" aria-label=\"CB2 Cool dosage guide\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth scope=\"col\"\u003eGoal\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eDrops \/ day\u003c\/th\u003e\n              \u003cth scope=\"col\"\u003eBCP \/ day\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eDaily calm \u0026amp; general wellness\u003c\/td\u003e\n              \u003ctd\u003e2–5 drops\u003c\/td\u003e\n              \u003ctd\u003e20–50 mg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eSleep, joint comfort \u0026amp; mood balance\u003c\/td\u003e\n              \u003ctd\u003e6–12 drops†\u003c\/td\u003e\n              \u003ctd\u003e60–120 mg\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003eMore targeted support\u003c\/td\u003e\n              \u003ctd\u003e12–24 drops*\u003c\/td\u003e\n              \u003ctd\u003e120–240 mg (split across day)*\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"margin:10px 0 0;font-size: 1rem;color:#8A8A8A;\"\u003e† CB2 Wellness delivers 20 mg BCP per drop — for higher daily doses it may be more economical. See the \u003ca href=\"https:\/\/cannanda.com\/collections\/all\/products\/cb2-wellness\" title=\"CB2 Wellness\"\u003e\u003cstrong\u003eCB2 Wellness dosing guide\u003c\/strong\u003e\u003c\/a\u003e for reference.\u003c\/p\u003e\n\n      \u003cp style=\"margin:10px 0 0;font-size: 1rem;color:#8A8A8A;\"\u003e* These doses are commonly reported by users seeking more intensive support but fall outside of Cannanda's official recommendations. Start low and adjust gradually.\u003c\/p\u003e\n\n      \u003cp style=\"margin:12px 0 0;font-size: 1rem;color:#8A8A8A;\"\u003eStart low and adjust every few days based on how you feel. If you need a higher daily dose (120+ mg), our \u003ca href=\"https:\/\/cannanda.com\/collections\/all\/products\/cb2-wellness\" title=\"CB2 Wellness\"\u003e\u003cstrong\u003eCB2 Wellness\u003c\/strong\u003e\u003c\/a\u003e blend (20 mg\/drop) may be more economical. For targeted joint and muscle relief, add \u003ca href=\"https:\/\/cannanda.com\/collections\/all\/products\/cb2-topical-oil-beta-caryophyllene-for-joints-muscles\" title=\"CB2 Topical Oil\"\u003e\u003cstrong\u003eCB2 Topical Oil\u003c\/strong\u003e\u003c\/a\u003e directly on the area.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ── GUARANTEE ── --\u003e\n  \u003csection aria-label=\"Money-back guarantee for first-time buyers\"\u003e\n    \u003cdiv class=\"cb2cool-guarantee\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\u003cpath d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cdiv class=\"cb2cool-guarantee-text\"\u003e\n        \u003cstrong\u003eFirst-time buyer? Try it completely risk-free.\u003c\/strong\u003e\n        \u003cp\u003eOur no-hassle \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003emoney-back guarantee\u003c\/a\u003e means if CB2 Cool isn't working for you, we'll give you a 100% refund — no awkward return process. (Limitations apply — see our \u003ca href=\"\/en-us\/policies\/refund-policy\"\u003erefund policy\u003c\/a\u003e for full details.)\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"cannanda","offers":[{"title":"2x 15 mL (720 drops)","offer_id":46194494603489,"sku":"SP030x2","price":76.0,"currency_code":"CAD","in_stock":true},{"title":"15 mL (360 drops)","offer_id":46194494570721,"sku":"SP030","price":40.0,"currency_code":"CAD","in_stock":true},{"title":"4x 15 mL (1440 drops)","offer_id":46194494636257,"sku":"SP030x4","price":149.0,"currency_code":"CAD","in_stock":true},{"title":"5 mL (120 drops)","offer_id":46194522226913,"sku":"","price":14.0,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/files\/Cannanda_CB2-COOL15mL-MIC-2025_20b65335-03e0-41f2-88aa-1112a5d0d1cd.jpg?v=1763659789"}],"url":"https:\/\/cannanda.com\/en-us\/collections\/cb2-oil-for-migraine.oembed","provider":"Cannanda","version":"1.0","type":"link"}