{"title":"Cannanda CB2 Oils: Neuroinflammation and Brain Health","description":"\u003cstyle\u003e\n.brain-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.brain-intro *, .brain-intro *::before, .brain-intro *::after {\n  box-sizing: border-box;\n  text-align: left !important;\n}\n\n.brain-intro p { margin: 0 0 1.1em; }\n.brain-intro ul { margin: 0 0 1.1em; padding-left: 1.6em; }\n.brain-intro li { margin-bottom: 0.5em; }\n.brain-intro a { color: var(--teal-dark); text-decoration: underline; text-underline-offset: 2px; }\n.brain-intro a:hover { color: var(--teal-med); }\n.brain-intro strong { font-weight: 700; }\n.brain-intro em { font-style: italic; }\n\n.brain-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\/* ── HOOK ── *\/\n.bh-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.bh-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.bh-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.bh-hook-sub {\n  font-size: 0.95rem;\n  color: var(--teal-light);\n  line-height: 1.6;\n  margin: 0;\n}\n\n.bh-hook-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 16px;\n}\n\n.bh-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\/* ── AMBER WARNING\/EXPLAINER ── *\/\n.bh-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.bh-warning strong { color: var(--amber); }\n\n\/* ── GRID ── *\/\n.bh-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  .bh-grid { grid-template-columns: 1fr; }\n}\n\n.bh-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.bh-card-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.bh-card-title .icon { font-size: 1rem; flex-shrink: 0; }\n\n.bh-card p {\n  font-size: 0.87rem;\n  color: var(--text-light);\n  margin: 0;\n  line-height: 1.5;\n}\n\n\/* ── GREEN SAFE ── *\/\n.bh-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.bh-safe strong { color: var(--green); }\n.bh-safe ul { margin: 8px 0 0; padding-left: 1.4em; }\n.bh-safe li { margin-bottom: 4px; font-size: 0.9rem; }\n\n\/* ── TESTIMONIALS ── *\/\n.bh-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  .bh-testimonials { grid-template-columns: 1fr; }\n}\n\n.bh-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.bh-testimonial.full { grid-column: 1 \/ -1; }\n\n.bh-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.bh-testimonial cite {\n  font-size: 0.8rem;\n  font-style: normal;\n  font-weight: 600;\n  color: var(--teal-dark);\n}\n\n\/* ── VISION ── *\/\n.bh-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.bh-vision p { margin: 0 0 0.8em; color: rgba(255,255,255,0.9); }\n.bh-vision p:last-child { margin: 0; }\n.bh-vision strong { color: var(--teal-light); }\n\n\/* ── DIVIDER ── *\/\n.bh-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=\"brain-intro\"\u003e\n\n  \u003c!-- HOOK --\u003e\n  \u003cdiv class=\"bh-hook\"\u003e\n    \u003cdiv class=\"bh-hook-eyebrow\"\u003eFor Brain Fog, Mental Clarity \u0026amp; Neuroinflammation\u003c\/div\u003e\n    \u003cdiv class=\"bh-hook-headline\"\u003eMost brain health products never actually reach your brain. This one is built to.\u003c\/div\u003e\n    \u003cp class=\"bh-hook-sub\"\u003eThere's a filter around your brain called the blood-brain barrier, and most compounds can't get through it. A legal, non-cannabis terpene oil is small enough to cross it and interact directly with CB2 receptors your brain activates in response to neuroinflammation, something most supplements never touch.\u003c\/p\u003e\n    \u003cdiv class=\"bh-hook-badges\"\u003e\n      \u003cspan class=\"bh-badge\"\u003e✓ 0% THC \u0026amp; 0% CBD\u003c\/span\u003e\n      \u003cspan class=\"bh-badge\"\u003e✓ No Prescription\u003c\/span\u003e\n      \u003cspan class=\"bh-badge\"\u003e✓ Non-Addictive\u003c\/span\u003e\n      \u003cspan class=\"bh-badge\"\u003e✓ Crosses the Blood-Brain Barrier\u003c\/span\u003e\n      \u003cspan class=\"bh-badge\"\u003e✓ FDA GRAS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- OPENING --\u003e\n  \u003cp\u003eBrain fog that makes you reread the same sentence three times. Losing your train of thought mid-sentence. Feeling like the mental sharpness you had ten years ago is gone and you're not sure why. A growing body of research points to neuroinflammation, inflammation inside brain tissue itself, as a real driver of that fog, and most cognitive support products never make it past the blood-brain barrier to actually reach it.\u003c\/p\u003e\n\n  \u003cdiv class=\"bh-warning\"\u003e\n    \u003cstrong\u003eWhy this is different from typical brain health supplements.\u003c\/strong\u003e Under normal circumstances, your brain keeps very few CB2 receptors active. But when neuroinflammation shows up, your brain increases CB2 receptor expression in that area, almost like it's opening a door for help managing it. Most compounds can't walk through that door because they can't cross the blood-brain barrier in the first place. Beta-Caryophyllene is small and fat soluble enough to cross it, reach those receptors directly, and interact with them right where the inflammation is happening.\n  \u003c\/div\u003e\n\n  \u003c!-- GRID --\u003e\n  \u003cdiv class=\"bh-grid\"\u003e\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cdiv class=\"bh-card-title\"\u003e\n\u003cspan class=\"icon\"\u003e🧠\u003c\/span\u003e Microglial Activity\u003c\/div\u003e\n      \u003cp\u003eMicroglia are your brain's resident immune cells, and CB2 receptors sit directly on them. When microglia become overactive, they drive the neuroinflammation linked to brain fog and reduced mental clarity.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bh-card\"\u003e\n      \u003cdiv class=\"bh-card-title\"\u003e\n\u003cspan class=\"icon\"\u003e💡\u003c\/span\u003e Working at the Source\u003c\/div\u003e\n      \u003cp\u003eBecause BCP reaches CB2 receptors inside brain tissue itself, it's working at the source of neuroinflammation rather than on general blood flow or stimulants the way most focus products do.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BCP + SAFE --\u003e\n  \u003cp\u003e\u003ca title=\"The health benefits of beta-caryophyllene\" href=\"https:\/\/cannanda.com\/blogs\/articles\/the-health-marvels-of-beta-caryophyllene-for-pain-sleep-and-anxiety\"\u003eBeta-Caryophyllene (BCP)\u003c\/a\u003e is a food-grade terpene found in black pepper and cloves, and the only known dietary compound that directly activates CB2 receptors. Its CB2 activity was confirmed in research published in the \u003cem\u003eProceedings of the National Academy of Sciences\u003c\/em\u003e. No hormones. No cannabis. No prescription needed.\u003c\/p\u003e\n\n  \u003cdiv class=\"bh-safe\"\u003e\n    \u003cstrong\u003eEverything you want. Nothing you don't.\u003c\/strong\u003e\n    \u003cul\u003e\n      \u003cli\u003eCrosses the blood-brain barrier, unlike most anti-inflammatory and cognitive supplements\u003c\/li\u003e\n      \u003cli\u003eNo stimulants, no crash, nothing to build a dependency on\u003c\/li\u003e\n      \u003cli\u003e0% THC, 0% CBD, no prescription needed\u003c\/li\u003e\n      \u003cli\u003eNon-addictive, safe for long-term daily use\u003c\/li\u003e\n      \u003cli\u003eIf you're on medication with a narrow therapeutic window, check with your doctor before use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- TESTIMONIALS --\u003e\n  \u003cdiv class=\"bh-testimonials\"\u003e\n    \u003cdiv class=\"bh-testimonial full\"\u003e\n      \u003cblockquote\u003e\"I've been looking for an all natural product that will help with pain due to many injuries \u0026amp; something that will help with sleep. I'd looked at many products including CBD oils but none of them felt right for me... A couple of yrs ago I suffered from a traumatic brain injury which left me in a coma for just under a month and several secondary complications... By some miracle I survived and have had a long and challenging recovery and rehab. When I finally left hospital I was on soo many script meds and something in me told me to come off them and I did... I've been off them all since October 24. Best decision I ever made however I was experiencing pain and lack of sleep. The CB2 wellness has truly helped to resolve these issues... As a bonus I also feel calmer and happier. Thankyou so much for creating such a wonderful natural product that truly does what it says!\"\u003c\/blockquote\u003e\n      \u003ccite\u003eKaren M., verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bh-testimonial\"\u003e\n      \u003cblockquote\u003e\"Brain fog is gone. I no longer have brain fog or memory issues. Clear and focused with excellent memory recall. I love this product!!\"\u003c\/blockquote\u003e\n      \u003ccite\u003eSantiago, verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bh-testimonial\"\u003e\n      \u003cblockquote\u003e\"Brain Fog!! Thank you CANNANDA!! The Jell tabs really do help my brain Fog!!\"\u003c\/blockquote\u003e\n      \u003ccite\u003eMarion G., verified buyer\u003c\/cite\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bh-testimonial full\"\u003e\n      \u003cblockquote\u003e\"I started slow with one a day. I noticed my energy level increased and reduced some brain fog. Most importantly no side effects! After a couple weeks I took 2 capsules per day which removed the rest of my brain fog. Everyone's body is different and you will find the correct dosage just for you.\"\u003c\/blockquote\u003e\n      \u003ccite\u003eVicky C., 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!-- VISION --\u003e\n  \u003cdiv class=\"bh-vision\"\u003e\n    \u003cp\u003eFinishing a sentence without losing the thread. Reading a page once instead of three times. Feeling like the sharp version of yourself is still in there.\u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eThis is what happens when you support your brain from the inside, not just the outside.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp style=\"font-size:0.93rem; color:var(--text-light);\"\u003e\u003cstrong style=\"color:var(--teal-dark);\"\u003e100% legal. 0% THC. 0% CBD. No prescription needed.\u003c\/strong\u003e Cannanda backs every order with a satisfaction guarantee, so there's 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 Brain Health Below\u003c\/h2\u003e\n\n  \u003chr class=\"bh-divider\"\u003e\n\n\u003c\/div\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: 0.8rem;\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: 0.88rem;\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: 0.92rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2wellness-method p {\n  margin: 0;\n  font-size: 0.84rem;\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: 0.88rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2wellness-benefits li span {\n  font-size: 0.83rem;\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: 0.87rem;\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: 0.83rem;\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: 0.87rem;\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: 0.8rem;\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: 0.93rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.cb2wellness-guarantee-text p { margin: 0; font-size: 0.86rem; 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\u003cdiv class=\"cb2wellness\"\u003e\n\u003c!-- ── HOOK ── --\u003e\n\u003csection\u003e\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 methods to use (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\u003cul class=\"cb2wellness-outcomes\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Promotes daily calm \u0026amp; settled mood\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Comfort, mobility \u0026amp; restful sleep\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 0% THC  ·  0% CBD  ·  Non-intoxicating\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr\u003e\n\u003c!-- ── TWO DELIVERY METHODS ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eTwo ways to use it: inhale or swallow\u003c\/h2\u003e\n\u003cp\u003eCB2 Wellness is unique in that it works through two completely different delivery pathways. Use one or both depending on what you need.\u003c\/p\u003e\n\u003cdiv class=\"cb2wellness-methods\"\u003e\n\u003cdiv class=\"cb2wellness-method\"\u003e\n\u003cdiv class=\"m-icon\"\u003e\n\u003c!-- Inhalation: outlined lungs --\u003e \u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n            \n            \u003cline x1=\"50\" y1=\"8\" x2=\"50\" y2=\"28\" stroke=\"var(--teal-dark)\" stroke-width=\"5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n            \n            \u003cpath d=\"M50 28 C44 28 38 32 38 40\" stroke=\"var(--teal-dark)\" stroke-width=\"4.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \n            \u003cpath d=\"M50 28 C56 28 62 32 62 40\" stroke=\"var(--teal-dark)\" stroke-width=\"4.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \n            \u003cpath d=\"M38 40 C28 40 18 50 18 62 C18 76 26 88 36 90 C42 91 46 86 46 80 L46 50 C46 44 42 40 38 40 Z\" stroke=\"var(--teal-dark)\" stroke-width=\"4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \n            \u003cpath d=\"M62 40 C72 40 82 50 82 62 C82 76 74 88 64 90 C58 91 54 86 54 80 L54 50 C54 44 58 40 62 40 Z\" stroke=\"var(--teal-dark)\" stroke-width=\"4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cstrong\u003eInhalation: fast onset\u003c\/strong\u003e\n\u003cp\u003ePlace 2–3 drops in your palm, rub your hands together, cup them around your nose, and take slow, deep breaths for 1–2 minutes. Absorption occurs directly through the respiratory tract. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb2wellness-method\"\u003e\n\u003cdiv class=\"m-icon\"\u003e\n\u003c!-- Oral: approved mouth outline --\u003e \u003csvg viewbox=\"0 0 100 60\"\u003e\n            \u003cpath d=\"M 5 30 C 15 15, 35 15, 50 25 C 65 15, 85 15, 95 30 C 85 55, 15 55, 5 30 Z\" fill=\"none\" stroke=\"var(--teal-dark)\" stroke-width=\"4\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M 5 30 C 30 35, 70 35, 95 30\" fill=\"none\" stroke=\"var(--teal-dark)\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cstrong\u003eOral: sustained support\u003c\/strong\u003e\n\u003cp\u003ePlace drops under your tongue, hold for 30–60 seconds, then swallow. Absorption occurs through the thin tissue under the tongue.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003chr\u003e\n\u003c!-- ── WHAT IS BCP ── --\u003e\n\u003csection\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\u003cul class=\"cb2wellness-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003c!-- CB2 receptor: target\/bullseye --\u003e \u003csvg viewbox=\"0 0 24 24\"\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 \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 \u003csvg viewbox=\"0 0 24 24\"\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 \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 \u003csvg viewbox=\"0 0 24 24\"\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 \u003cspan\u003eYour endocannabinoid system is involved in regulating mood, stress, sleep, physical comfort, and immune response. BCP may help support it.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003c!-- Food-grade safe: apple outline --\u003e \u003csvg viewbox=\"0 0 24 24\"\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 \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\u003chr\u003e\n\u003c!-- ── CBD vs BCP COMPARISON ── --\u003e\n\u003csection\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\u003cdiv class=\"cb2wellness-card\"\u003e\n\u003cdiv class=\"cb2wellness-table-wrap\"\u003e\n\u003ctable class=\"cb2wellness-compare\" role=\"table\" style=\"width: 100.043%; height: 459.958px;\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"height: 44.125px;\"\u003e\n\u003cth scope=\"col\" style=\"width: 31.9311%; height: 44.125px;\"\u003eFeature\u003c\/th\u003e\n\u003cth scope=\"col\" style=\"width: 34.4461%; height: 44.125px;\"\u003eCB2 Wellness (BCP)\u003c\/th\u003e\n\u003cth scope=\"col\" style=\"width: 33.4085%; height: 44.125px;\"\u003eTypical CBD Oil\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 59.2222px;\"\u003e\n\u003ctd style=\"width: 31.9311%; height: 59.2222px;\"\u003eActive compound\u003c\/td\u003e\n\u003ctd style=\"width: 34.4461%; height: 59.2222px;\"\u003e\n\u003cspan class=\"check\"\u003e✓ \u003c\/span\u003eBeta-caryophyllene (a dietary terpene)\u003c\/td\u003e\n\u003ctd style=\"width: 33.4085%; height: 59.2222px;\"\u003eCannabidiol (a cannabinoid)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 59.2222px;\"\u003e\n\u003ctd style=\"width: 31.9311%; height: 59.2222px;\"\u003eTHC content\u003c\/td\u003e\n\u003ctd style=\"width: 34.4461%; height: 59.2222px;\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e 0% THC guaranteed\u003c\/td\u003e\n\u003ctd style=\"width: 33.4085%; height: 59.2222px;\"\u003eTHC is often present, but varies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 79.3889px;\"\u003e\n\u003ctd style=\"width: 31.9311%; height: 79.3889px;\"\u003eDrug test risk\u003c\/td\u003e\n\u003ctd style=\"width: 34.4461%; height: 79.3889px;\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None (BCP is not a cannabinoid)\u003c\/td\u003e\n\u003ctd style=\"width: 33.4085%; height: 79.3889px;\"\u003ePossible. Trace THC can accumulate with daily use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 79.3889px;\"\u003e\n\u003ctd style=\"width: 31.9311%; height: 79.3889px;\"\u003eHow it works\u003c\/td\u003e\n\u003ctd style=\"width: 34.4461%; height: 79.3889px;\"\u003e\n\u003cspan class=\"check\"\u003e✓ \u003c\/span\u003eDirectly activates CB2 receptors (targeted)\u003c\/td\u003e\n\u003ctd style=\"width: 33.4085%; height: 79.3889px;\"\u003eIndirect (inhibits endocannabinoid breakdown)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 59.2222px;\"\u003e\n\u003ctd style=\"width: 31.9311%; height: 59.2222px;\"\u003eIntoxicating effects\u003c\/td\u003e\n\u003ctd style=\"width: 34.4461%; height: 59.2222px;\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n\u003ctd style=\"width: 33.4085%; height: 59.2222px;\"\u003eNone (CBD itself), but product purity varies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 79.3889px;\"\u003e\n\u003ctd style=\"width: 31.9311%; height: 79.3889px;\"\u003eCanadian regulatory status\u003c\/td\u003e\n\u003ctd style=\"width: 34.4461%; height: 79.3889px;\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Regulated as flavour and fragrance, available without a prescription\u003c\/td\u003e\n\u003ctd style=\"width: 33.4085%; height: 79.3889px;\"\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\u003cdiv class=\"cb2wellness-card cb2wellness-card--amber\"\u003e\n\u003cp style=\"margin: 0; font-size: 0.88rem;\"\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\u003chr\u003e\n\u003c!-- ── WHO IT'S FOR ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWho uses CB2 Wellness\u003c\/h2\u003e\n\u003cul class=\"cb2wellness-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003c!-- Calm: wavy lines --\u003e \u003csvg viewbox=\"0 0 24 24\"\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 \u003cspan\u003eFor persistent tension that makes it hard to feel settled. Many people find the inhalation method supports a noticeably faster shift in how they feel.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003c!-- Sleep: crescent moon --\u003e \u003csvg viewbox=\"0 0 24 24\"\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 \u003cspan\u003eFor people who want to support their natural sleep routine, particularly when a busy mind makes it hard to wind down.\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 \u003csvg viewbox=\"0 0 24 24\"\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 \u003cspan\u003eEveryday joint stiffness and the kind of physical discomfort that builds up over time and makes movement feel like more effort than it should.\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 \u003csvg viewbox=\"0 0 100 100\"\u003e\n            \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            \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            \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            \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            \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            \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            \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 \u003cspan\u003eMood shifts, disrupted sleep, and joint discomfort are common during this transition. Many women reported CB2 Wellness helped them feel more balanced through it.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr\u003e\n\u003c!-- ── DOSAGE ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eHow to use it\u003c\/h2\u003e\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.\u003c\/p\u003e\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\u003cdiv class=\"cb2wellness-table-wrap\"\u003e\n\u003ctable class=\"cb2wellness-dosage\" role=\"table\"\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\u003cp style=\"margin: 10px 0 0; font-size: 0.82rem; 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\u003cp style=\"margin: 12px 0 0; font-size: 0.84rem; 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\u003chr\u003e\n\u003c!-- ── GUARANTEE ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cb2wellness-guarantee\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 with 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\u003c\/div\u003e","brand":"cannanda","offers":[{"title":"15 mL (300 drops)","offer_id":42634386145505,"sku":"AT042","price":69.0,"currency_code":"CAD","in_stock":true},{"title":"2x 15 mL (600 drops)","offer_id":42634386178273,"sku":"AT042x2","price":129.0,"currency_code":"CAD","in_stock":true},{"title":"4x 15 mL (1200 drops)","offer_id":42634386211041,"sku":"AT042x4","price":249.0,"currency_code":"CAD","in_stock":true},{"title":"5 mL (100 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":"cb2-hemp-seed-oil","title":"CB2 Hemp Seed Oil (featuring beta-caryophyllene)","description":"\u003cstyle\u003e\n.cb2hso {\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  text-align: left !important;\n}\n\n.cb2hso *, .cb2hso *::before, .cb2hso *::after {\n  box-sizing: border-box;\n  text-align: left;\n}\n\n.cb2hso ul,\n.cb2hso ol,\n.cb2hso li,\n.cb2hso section {\n  margin-left: 0;\n  padding-left: 0;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.cb2hso 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.cb2hso 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.cb2hso p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.cb2hso strong { color: var(--text); font-weight: 700; }\n.cb2hso em { font-style: italic; }\n\n.cb2hso-lead {\n  font-size: 1.15rem;\n  line-height: 1.6;\n  color: var(--text);\n  margin: 0 0 18px;\n}\n\n.cb2hso-bridge {\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  margin: 0 0 10px;\n}\n\n\/* ── OUTCOME PILLS ── *\/\n.cb2hso-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.cb2hso-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.cb2hso-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\/* ── AWARD BADGE ── *\/\n.cb2hso-award {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-radius: 6px;\n  padding: 8px 14px;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--amber);\n  margin: 0 0 20px;\n}\n\n.cb2hso-award svg {\n  width: 16px;\n  height: 16px;\n  fill: #F59E0B;\n  flex-shrink: 0;\n}\n\n\/* ── CARD BASE ── *\/\n.cb2hso-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.cb2hso-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.cb2hso-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n.cb2hso-card--green {\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-left: 4px solid #10B981;\n}\n\n\/* ── FLAVOUR GRID ── *\/\n.cb2hso-flavours {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 12px;\n  margin: 0 0 18px;\n  list-style: none;\n  padding: 0;\n}\n\n.cb2hso-flavours 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: 6px;\n}\n\n.cb2hso-flavours li .f-icon {\n  font-size: 1.5rem;\n  line-height: 1;\n}\n\n.cb2hso-flavours li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2hso-flavours li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── BENEFIT GRID ── *\/\n.cb2hso-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.cb2hso-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.cb2hso-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.cb2hso-benefits li .b-icon svg {\n  width: 24px;\n  height: 24px;\n}\n\n.cb2hso-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2hso-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── OMEGA COMPARISON TABLE ── *\/\n.cb2hso-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.cb2hso-compare {\n  width: 100%;\n  min-width: 420px;\n  border-collapse: collapse;\n  font-size: 1rem;\n}\n\n.cb2hso-compare thead tr {\n  background: var(--teal-dark);\n  color: var(--white);\n}\n\n.cb2hso-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.cb2hso-compare thead th.col-hso {\n  background: var(--teal);\n}\n\n.cb2hso-compare tbody tr:nth-child(odd)  { background: var(--teal-bg-soft); }\n.cb2hso-compare tbody tr:nth-child(even) { background: var(--white); }\n\n.cb2hso-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.cb2hso-compare tbody td:first-child {\n  font-weight: 600;\n  color: var(--text);\n  width: 36%;\n}\n\n.cb2hso-compare tbody td.col-hso { color: var(--teal-deeper); }\n\n.check { color: #10B981; font-weight: 700; }\n.cross  { color: #EF4444; font-weight: 700; }\n\n\/* ── DOCTOR QUOTE ── *\/\n.cb2hso-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.cb2hso-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.cb2hso-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.cb2hso-quote cite span {\n  font-weight: 400;\n  color: var(--text-light);\n  display: block;\n  margin-top: 2px;\n}\n\n\/* ── GUARANTEE BANNER ── *\/\n.cb2hso-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.cb2hso-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.cb2hso-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.cb2hso-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.cb2hso-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.cb2hso 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  .cb2hso { font-size: 15px; }\n  .cb2hso-card { padding: 16px 14px; }\n  .cb2hso-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cb2hso\"\u003e\n\n\u003c!-- ── HOOK: BELIEF FIRST ── --\u003e\n\u003csection\u003e\n\u003cp class=\"cb2hso-lead\"\u003eYou shouldn't have to swallow a fishy-tasting pill every morning just to give your body what it needs. You shouldn't have to choose between a real omega-3 and one your body barely absorbs. You should be able to take one spoonful, taste something good, and know it's actually working.\u003c\/p\u003e\n\u003cp class=\"cb2hso-lead\" style=\"font-size:1rem; color:var(--text-mid); margin-bottom:20px;\"\u003eThat's what \u003cstrong\u003eCB2 Hemp Seed Oil\u003c\/strong\u003e is built for.\u003c\/p\u003e\n\n\u003cdiv class=\"cb2hso-award\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e National Nutrition Innovation Award 2019\u003c\/div\u003e\n\u003cul class=\"cb2hso-outcomes\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Joint comfort \u0026amp; inflammation support\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Omega-3, omega-6 \u0026amp; GLA in one oil\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Vegan \u0026amp; fish-free omega alternative\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 0% THC  ·  0% CBD  ·  Non-intoxicating\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCB2 Hemp Seed Oil\u003c\/strong\u003e is the only hemp seed oil enriched with \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e, combining the exceptional omega fatty acid profile of hemp seed oil with the CB2 receptor-activating power of our flagship terpene blend. One tablespoon a day delivers meaningful omega-3, omega-6, and GLA support, plus all the benefits of BCP, in a delicious oil you can drizzle on food or take straight from the spoon.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── WHO IT'S FOR (moved up for cold traffic) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWho Uses CB2 Hemp Seed Oil\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eSee if this sounds like you.\u003c\/p\u003e\n\u003cul class=\"cb2hso-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eVegans \u0026amp; vegetarians\u003c\/strong\u003e \u003cspan\u003eAn effective plant-based omega-3 that doesn't require fish. Particularly valuable for South Asian, Mediterranean, and other diets that restrict seafood. No bottom-trawling environmental destruction.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 pain \u0026amp; chronic inflammation\u003c\/strong\u003e \u003cspan\u003eThe combination of SDA, GLA, and BCP creates a multi-pathway approach to inflammation that a single omega supplement can't replicate.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 100 100\"\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 \u003cspan\u003eGLA has been studied for its role in hormonal balance and skin health, both common concerns during perimenopause, alongside BCP's mood and sleep support.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eExisting CB2 users\u003c\/strong\u003e \u003cspan\u003eAlready taking CB2 oil for pain or sleep? Adding CB2 Hemp Seed Oil layers in the omega fatty acid benefits without adding another product to your routine.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── WHAT IS BCP (credibility \/ mechanism) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhat is beta-caryophyllene (BCP)?\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eHere's the part backed by real science.\u003c\/p\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\u003cul class=\"cb2hso-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eActivates CB2 receptors\u003c\/strong\u003e \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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eActivates PPAR receptors\u003c\/strong\u003e \u003cspan\u003ePPAR-alpha and PPAR-gamma 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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eSupports your ECS\u003c\/strong\u003e \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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eFood-grade \u0026amp; safe\u003c\/strong\u003e \u003cspan\u003eBCP has GRAS status and has been used as a food flavouring ingredient for decades. 0% THC. 0% CBD. Non-intoxicating.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── FLAVOURS ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eThree Flavours, Drizzle, Mix, or Take Straight\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eThe best supplement is the one you actually take.\u003c\/p\u003e\n\u003cp\u003eCB2 Hemp Seed Oil is available in three flavours. All deliver the same nutritional profile and BCP content, just pick the one you'll actually look forward to taking.\u003c\/p\u003e\n\u003cul class=\"cb2hso-flavours\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"f-icon\"\u003e🌿\u003c\/div\u003e\n\u003cstrong\u003eOriginal\u003c\/strong\u003e \u003cspan\u003eClean, nutty hemp flavour. Pairs naturally with salads, smoothies, or eaten straight.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"f-icon\"\u003e🫚\u003c\/div\u003e\n\u003cstrong\u003eSweet Ginger\u003c\/strong\u003e \u003cspan\u003eA sweet ginger note that resembles a gingerbread cookie. Pairs naturally with various foods or taken straight from the spoon.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"f-icon\"\u003e🍊\u003c\/div\u003e\n\u003cstrong\u003eOrange Creamsicle\u003c\/strong\u003e \u003cspan\u003eBright citrus and vanilla. Perfect blended into smoothies, stirred into yogurt, or taken straight from the spoon.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"cb2hso-card cb2hso-card--teal\"\u003e\n\u003ch3\u003eHow to use it\u003c\/h3\u003e\n\u003cp style=\"margin: 0;\"\u003eTake 1 tablespoon daily. Drizzle over salads, blend into smoothies, stir into yogurt or oatmeal, or take straight from the spoon. \u003cstrong\u003eDo not heat\u003c\/strong\u003e, heat damages the delicate omega fatty acids. Always store in a cool, dark place and refrigerate after opening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── THE FISH OIL PROBLEM (differentiation) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhy CB2 Hemp Seed Oil Beats Standard Omega-3 Supplements\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eHere's what most brands don't tell you.\u003c\/p\u003e\n\u003cp\u003eYour body also needs to convert plant-based omega-3 (ALA) into EPA and DHA to use it, and that conversion depends on an enzyme called \u003cstrong\u003edelta-6-desaturase (D6D)\u003c\/strong\u003e. With age, poor diet, stress, and chronic inflammation, this enzyme becomes less efficient, so plant omega-3 sources like flaxseed oil convert very poorly in most adults. And most fish oils, the default omega-3 supplement for most people, are already rancid by the time you open them, or so heavily ultra-processed to try to preserve them that it pushes the definition of \"natural.\"\u003c\/p\u003e\n\u003cdiv class=\"cb2hso-card cb2hso-card--teal\"\u003e\n\u003ch3\u003eThe SDA advantage\u003c\/h3\u003e\n\u003cp\u003eHemp seed oil is one of the rare plant sources that contains \u003cstrong\u003estearidonic acid (SDA)\u003c\/strong\u003e, an omega-3 that has already cleared the D6D step. SDA converts to EPA significantly more efficiently than ALA, making it a genuinely superior plant-based omega-3 source, especially for anyone over 40, or anyone with high stress or chronic inflammation that further impairs D6D activity.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003eAdd the rich \u003cstrong\u003eGLA (gamma-linolenic acid)\u003c\/strong\u003e content, an omega-6 with well-documented anti-inflammatory properties, and hemp seed oil delivers a fatty acid profile that no other plant oil can match.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"cb2hso-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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)\u003c\/strong\u003e \u003cspan\u003eHemp seed oil's SDA bypasses the D6D bottleneck, converting to EPA more efficiently than any other plant omega-3 source.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpolygon points=\"12,3 20,7.5 20,16.5 12,21 4,16.5 4,7.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/polygon\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.5\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"9.5\" x2=\"12\" y2=\"7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"14.5\" x2=\"12\" y2=\"16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cstrong\u003eGLA (omega-6)\u003c\/strong\u003e \u003cspan\u003eMost omega-6s drive inflammation. GLA is the exception, it supports a healthy inflammatory response and is rare in the diet.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eBCP terpene blend\u003c\/strong\u003e \u003cspan\u003eThe only hemp seed oil infused with BCP, adding CB2 receptor activation, ECS support, and daily calm to your omega routine.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 \u0026amp; sustainable\u003c\/strong\u003e \u003cspan\u003eNo fish. No bottom-trawling and environmental destruction. A clean, plant-based omega source that works year-round.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── FISH OIL COMPARISON TABLE ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eCB2 Hemp Seed Oil vs. Fish Oil\u003c\/h2\u003e\n\u003cdiv class=\"cb2hso-card\"\u003e\n\u003cdiv class=\"cb2hso-table-wrap\"\u003e\n\u003ctable class=\"cb2hso-compare\" role=\"table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n\u003cth scope=\"col\" class=\"col-hso\"\u003eCB2 Hemp Seed Oil\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eFish Oil\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eOmega-3 source\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003eALA + SDA (plant-based)\u003c\/td\u003e\n\u003ctd\u003eEPA + DHA (marine-based)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBypasses D6D bottleneck\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e SDA converts efficiently\u003c\/td\u003e\n\u003ctd\u003eN\/A, EPA\/DHA are already converted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContains GLA\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContains BCP\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes, unique to Cannanda\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVegan \u0026amp; plant-based\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo fishy aftertaste\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e Common complaint\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContamination risk\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n\u003ctd\u003eMercury, PCBs, microplastics possible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability concerns\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n\u003ctd\u003eOverfishing and bottom-trawling environmental destruction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── DOCTOR QUOTE ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cb2hso-quote\"\u003e\n\u003cblockquote\u003e\"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.\"\u003c\/blockquote\u003e\n\u003ccite\u003e Dr. Victor Chan, ND \u003cspan\u003eSCIMEDICA Health Group, Surrey, BC\u003c\/span\u003e \u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── GUARANTEE (risk reversal) ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cb2hso-guarantee\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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=\"cb2hso-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 Hemp Seed Oil 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":"Unflavoured \/ 720 mL (3x 240 mL)","offer_id":43041900921057,"sku":"SP010x3","price":109.0,"currency_code":"CAD","in_stock":true},{"title":"Unflavoured \/ 1.44 L (6x 240 mL)","offer_id":43041900953825,"sku":"SP010x6","price":211.0,"currency_code":"CAD","in_stock":true},{"title":"Unflavoured \/ 240 mL","offer_id":42634420093153,"sku":"SP010","price":39.0,"currency_code":"CAD","in_stock":true},{"title":"Sweet Ginger \/ 720 mL (3x 240 mL)","offer_id":43041900986593,"sku":"SP011x3","price":109.0,"currency_code":"CAD","in_stock":true},{"title":"Sweet Ginger \/ 1.44 L (6x 240 mL)","offer_id":43041901019361,"sku":"SP011x6","price":211.0,"currency_code":"CAD","in_stock":true},{"title":"Sweet Ginger \/ 240 mL","offer_id":42634420125921,"sku":"SP011","price":39.0,"currency_code":"CAD","in_stock":true},{"title":"Orange Creamsicle \/ 720 mL (3x 240 mL)","offer_id":43041901052129,"sku":"SP012x3","price":109.0,"currency_code":"CAD","in_stock":true},{"title":"Orange Creamsicle \/ 1.44 L (6x 240 mL)","offer_id":43041901084897,"sku":"SP012x6","price":211.0,"currency_code":"CAD","in_stock":true},{"title":"Orange Creamsicle \/ 240 mL","offer_id":42634420158689,"sku":"SP012","price":39.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/products\/SP010_CB2-HSO_Web-March2023.jpg?v=1763660269"},{"product_id":"cb2-hemp-seed-oil-vegan-softgels","title":"CB2 Hemp Seed Oil VEGAN Softgels (featuring beta-caryophyllene)","description":"\u003cstyle\u003e\n.cb2hso {\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  text-align: left !important;\n}\n\n.cb2hso *, .cb2hso *::before, .cb2hso *::after {\n  box-sizing: border-box;\n  text-align: left;\n}\n\n.cb2hso ul,\n.cb2hso ol,\n.cb2hso li,\n.cb2hso section {\n  margin-left: 0;\n  padding-left: 0;\n}\n\n\/* ── TYPOGRAPHY ── *\/\n.cb2hso 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.cb2hso 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.cb2hso p {\n  margin: 0 0 0.9em;\n  color: var(--text-mid);\n}\n\n.cb2hso strong { color: var(--text); font-weight: 700; }\n.cb2hso em { font-style: italic; }\n\n.cb2hso-lead {\n  font-size: 1.15rem;\n  line-height: 1.6;\n  color: var(--text);\n  margin: 0 0 18px;\n}\n\n.cb2hso-bridge {\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  margin: 0 0 10px;\n}\n\n\/* ── OUTCOME PILLS ── *\/\n.cb2hso-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.cb2hso-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.cb2hso-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\/* ── NHP BADGE ── *\/\n.cb2hso-nhp {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: var(--green-bg);\n  border: 1px solid var(--green-border);\n  border-radius: 6px;\n  padding: 8px 14px;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--green);\n  margin: 0 0 20px;\n}\n\n.cb2hso-nhp svg {\n  width: 16px;\n  height: 16px;\n  fill: #059669;\n  flex-shrink: 0;\n}\n\n\/* ── CARD BASE ── *\/\n.cb2hso-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.cb2hso-card--teal {\n  background: var(--teal-bg-soft);\n  border-color: var(--teal-light);\n  border-left: 4px solid var(--teal);\n}\n\n.cb2hso-card--amber {\n  background: var(--amber-bg);\n  border: 1px solid var(--amber-border);\n  border-left: 4px solid #F59E0B;\n}\n\n.cb2hso-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.cb2hso-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.cb2hso-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.cb2hso-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.cb2hso-benefits li .b-icon svg {\n  width: 24px;\n  height: 24px;\n}\n\n.cb2hso-benefits li strong {\n  font-size: 1rem;\n  color: var(--text);\n  display: block;\n  line-height: 1.3;\n}\n\n.cb2hso-benefits li span {\n  font-size: 1rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n\n\/* ── OMEGA COMPARISON TABLE ── *\/\n.cb2hso-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.cb2hso-compare {\n  width: 100%;\n  min-width: 420px;\n  border-collapse: collapse;\n  font-size: 1rem;\n}\n\n.cb2hso-compare thead tr {\n  background: var(--teal-dark);\n  color: var(--white);\n}\n\n.cb2hso-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.cb2hso-compare thead th.col-hso {\n  background: var(--teal);\n}\n\n.cb2hso-compare tbody tr:nth-child(odd)  { background: var(--teal-bg-soft); }\n.cb2hso-compare tbody tr:nth-child(even) { background: var(--white); }\n\n.cb2hso-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.cb2hso-compare tbody td:first-child {\n  font-weight: 600;\n  color: var(--text);\n  width: 36%;\n}\n\n.cb2hso-compare tbody td.col-hso { color: var(--teal-deeper); }\n\n.check { color: #10B981; font-weight: 700; }\n.cross  { color: #EF4444; font-weight: 700; }\n\n\/* ── DOCTOR QUOTE ── *\/\n.cb2hso-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.cb2hso-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.cb2hso-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.cb2hso-quote cite span {\n  font-weight: 400;\n  color: var(--text-light);\n  display: block;\n  margin-top: 2px;\n}\n\n\/* ── GUARANTEE BANNER ── *\/\n.cb2hso-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.cb2hso-guarantee svg {\n  flex-shrink: 0;\n  width: 26px;\n  height: 26px;\n  fill: #059669;\n  margin-top: 2px;\n}\n\n.cb2hso-guarantee-text strong {\n  display: block;\n  font-size: 1rem;\n  color: var(--green);\n  margin-bottom: 3px;\n}\n\n.cb2hso-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); }\n.cb2hso-guarantee-text a { color: var(--teal-dark); text-decoration: underline; }\n\n\/* ── DIVIDER ── *\/\n.cb2hso 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  .cb2hso { font-size: 15px; }\n  .cb2hso-card { padding: 16px 14px; }\n  .cb2hso-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cb2hso\"\u003e\n\n\u003c!-- ── HOOK: BELIEF FIRST ── --\u003e\n\u003csection\u003e\n\u003cp class=\"cb2hso-lead\"\u003eYou shouldn't have to measure out a spoonful of oil every morning, or leave your supplement at home because it won't survive a suitcase. You should be able to toss a capsule in your bag and know you're covered, wherever the day takes you.\u003c\/p\u003e\n\u003cp class=\"cb2hso-lead\" style=\"font-size:1rem; color:var(--text-mid); margin-bottom:20px;\"\u003eThat's what \u003cstrong\u003eCB2 Hemp Seed Oil Vegan Softgels\u003c\/strong\u003e are built for.\u003c\/p\u003e\n\n\u003cdiv class=\"cb2hso-nhp\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 Health Canada Approved, Licensed Natural Health Product (NHP)\u003c\/div\u003e\n\u003cul class=\"cb2hso-outcomes\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Joint comfort \u0026amp; inflammation support\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Omega-3, omega-6 \u0026amp; GLA in every capsule\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Vegan, carrageenan-free softgel\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 0% THC  ·  0% CBD  ·  Non-intoxicating\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCB2 Hemp Seed Oil Vegan Softgels\u003c\/strong\u003e deliver the same exceptional omega fatty acid profile and \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e blend as our liquid CB2 Hemp Seed Oil, in a convenient, travel-friendly capsule you can take anywhere. Same omega-3, omega-6, GLA, and BCP content. No measuring. No mess. And unlike most vegan softgels on the market, ours are \u003cstrong\u003ecarrageenan-free\u003c\/strong\u003e.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── WHO IT'S FOR (moved up for cold traffic) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWho Uses CB2 Hemp Seed Oil\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eSee if this sounds like you.\u003c\/p\u003e\n\u003cul class=\"cb2hso-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eVegans \u0026amp; vegetarians\u003c\/strong\u003e \u003cspan\u003eAn effective plant-based omega-3 that doesn't require fish. Particularly valuable for South Asian, Mediterranean, and other diets that restrict seafood. No bottom-trawling environmental destruction.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 pain \u0026amp; chronic inflammation\u003c\/strong\u003e \u003cspan\u003eThe combination of SDA, GLA, and BCP creates a multi-pathway approach to inflammation that a single omega supplement can't replicate.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 100 100\"\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 \u003cspan\u003eGLA has been studied for its role in hormonal balance and skin health, both common concerns during perimenopause, alongside BCP's mood and sleep support.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eExisting CB2 users\u003c\/strong\u003e \u003cspan\u003eAlready taking CB2 oil for pain or sleep? Adding CB2 Hemp Seed Oil layers in the omega fatty acid benefits without adding another product to your routine.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── WHAT IS BCP (credibility \/ mechanism) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhat is beta-caryophyllene (BCP)?\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eHere's the part backed by real science.\u003c\/p\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\u003cul class=\"cb2hso-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eActivates CB2 receptors\u003c\/strong\u003e \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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eActivates PPAR receptors\u003c\/strong\u003e \u003cspan\u003ePPAR-alpha and PPAR-gamma 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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eSupports your ECS\u003c\/strong\u003e \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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eFood-grade \u0026amp; safe\u003c\/strong\u003e \u003cspan\u003eBCP has GRAS status and has been used as a food flavouring ingredient for decades. 0% THC. 0% CBD. Non-intoxicating.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── FORMAT \u0026 CARRAGEENAN-FREE (differentiation) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eAll the Benefits of CB2 Hemp Seed Oil, in a Capsule\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eSame nutrition, zero measuring.\u003c\/p\u003e\n\u003cp\u003eThe softgels contain the same BCP-infused hemp seed oil as our liquid formula. If you already use the liquid and love it, softgels are a convenient complement for travel, work, or any time you want the benefits without measuring. Prefer capsules as your primary format? You're getting exactly the same nutrition.\u003c\/p\u003e\n\u003cdiv class=\"cb2hso-card cb2hso-card--teal\"\u003e\n\u003ch3\u003eHow to use\u003c\/h3\u003e\n\u003cp style=\"margin: 0;\"\u003eTake the recommended number of softgels daily with a meal that contains fat, which maximises absorption of the omega fatty acids and BCP. Softgels can be taken at any time of day. Store in a cool, dark place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cb2hso-card cb2hso-card--amber\"\u003e\n\u003ch3\u003eWhy carrageenan-free matters\u003c\/h3\u003e\n\u003cp\u003eMost vegan softgels on the market use \u003cstrong\u003ecarrageenan\u003c\/strong\u003e as the gelling agent, it's what makes a capsule shell flexible without animal-derived gelatin. The problem is that carrageenan is a compound 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 \u003cstrong\u003ecarrageenan-free vegan alternative\u003c\/strong\u003e, 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\u003chr\u003e\n\n\u003c!-- ── THE FISH OIL PROBLEM (differentiation) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhy CB2 Hemp Seed Oil Beats Standard Omega-3 Supplements\u003c\/h2\u003e\n\u003cp class=\"cb2hso-bridge\"\u003eHere's what most brands don't tell you.\u003c\/p\u003e\n\u003cp\u003eYour body also needs to convert plant-based omega-3 (ALA) into EPA and DHA to use it, and that conversion depends on an enzyme called \u003cstrong\u003edelta-6-desaturase (D6D)\u003c\/strong\u003e. With age, poor diet, stress, and chronic inflammation, this enzyme becomes less efficient, so plant omega-3 sources like flaxseed oil convert very poorly in most adults. And most fish oils, the default omega-3 supplement for most people, are already rancid by the time you open them, or so heavily ultra-processed to try to preserve them that it pushes the definition of \"natural.\"\u003c\/p\u003e\n\u003cdiv class=\"cb2hso-card cb2hso-card--teal\"\u003e\n\u003ch3\u003eThe SDA advantage\u003c\/h3\u003e\n\u003cp\u003eHemp seed oil is one of the rare plant sources that contains \u003cstrong\u003estearidonic acid (SDA)\u003c\/strong\u003e, an omega-3 that has already cleared the D6D step. SDA converts to EPA significantly more efficiently than ALA, making it a genuinely superior plant-based omega-3 source, especially for anyone over 40, or anyone with high stress or chronic inflammation that further impairs D6D activity.\u003c\/p\u003e\n\u003cp style=\"margin: 0;\"\u003eAdd the rich \u003cstrong\u003eGLA (gamma-linolenic acid)\u003c\/strong\u003e content, an omega-6 with well-documented anti-inflammatory properties, and hemp seed oil delivers a fatty acid profile that no other plant oil can match.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"cb2hso-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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)\u003c\/strong\u003e \u003cspan\u003eHemp seed oil's SDA bypasses the D6D bottleneck, converting to EPA more efficiently than any other plant omega-3 source.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003cpolygon points=\"12,3 20,7.5 20,16.5 12,21 4,16.5 4,7.5\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/polygon\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.5\" style=\"fill:var(--teal-dark);\"\u003e\u003c\/circle\u003e\n            \u003cline x1=\"12\" y1=\"9.5\" x2=\"12\" y2=\"7.5\" stroke=\"currentColor\" stroke-width=\"1.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"12\" y1=\"14.5\" x2=\"12\" y2=\"16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" style=\"stroke:var(--teal-dark);\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cstrong\u003eGLA (omega-6)\u003c\/strong\u003e \u003cspan\u003eMost omega-6s drive inflammation. GLA is the exception, it supports a healthy inflammatory response and is rare in the diet.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\u003eBCP terpene blend\u003c\/strong\u003e \u003cspan\u003eThe only hemp seed oil infused with BCP, adding CB2 receptor activation, ECS support, and daily calm to your omega routine.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 \u0026amp; sustainable\u003c\/strong\u003e \u003cspan\u003eNo fish. No bottom-trawling and environmental destruction. A clean, plant-based omega source that works year-round.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── FISH OIL COMPARISON TABLE ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eCB2 Hemp Seed Oil vs. Fish Oil\u003c\/h2\u003e\n\u003cdiv class=\"cb2hso-card\"\u003e\n\u003cdiv class=\"cb2hso-table-wrap\"\u003e\n\u003ctable class=\"cb2hso-compare\" role=\"table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n\u003cth scope=\"col\" class=\"col-hso\"\u003eCB2 Hemp Seed Oil\u003c\/th\u003e\n\u003cth scope=\"col\"\u003eFish Oil\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eOmega-3 source\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003eALA + SDA (plant-based)\u003c\/td\u003e\n\u003ctd\u003eEPA + DHA (marine-based)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBypasses D6D bottleneck\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e SDA converts efficiently\u003c\/td\u003e\n\u003ctd\u003eN\/A, EPA\/DHA are already converted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContains GLA\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContains BCP\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes, unique to Cannanda\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVegan \u0026amp; plant-based\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e No\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNo fishy aftertaste\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e Yes\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"cross\"\u003e✗\u003c\/span\u003e Common complaint\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eContamination risk\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n\u003ctd\u003eMercury, PCBs, microplastics possible\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSustainability concerns\u003c\/td\u003e\n\u003ctd class=\"col-hso\"\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e None\u003c\/td\u003e\n\u003ctd\u003eOverfishing and bottom-trawling environmental destruction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── DOCTOR QUOTE ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cb2hso-quote\"\u003e\n\u003cblockquote\u003e\"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.\"\u003c\/blockquote\u003e\n\u003ccite\u003e Dr. Victor Chan, ND \u003cspan\u003eSCIMEDICA Health Group, Surrey, BC\u003c\/span\u003e \u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── GUARANTEE (risk reversal) ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cb2hso-guarantee\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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=\"cb2hso-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 Hemp Seed Oil Vegan Softgels aren'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":"210 Vegan Softgels (3 bottles)","offer_id":42634426974433,"sku":"SP020x3","price":109.0,"currency_code":"CAD","in_stock":true},{"title":"420 Vegan Softgels (6 bottles)","offer_id":42634427007201,"sku":"SP020x6","price":211.0,"currency_code":"CAD","in_stock":true},{"title":"70 Vegan Softgels","offer_id":42634426941665,"sku":"SP020","price":39.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0634\/7099\/3633\/products\/SP020_CB2-Softgels_Web-March2023.jpg?v=1763660171"},{"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  text-align: left !important;\n}\n\n.bundle-unwind *, .bundle-unwind *::before, .bundle-unwind *::after {\n  box-sizing: border-box;\n  text-align: left;\n}\n\n.bundle-unwind ul,\n.bundle-unwind ol,\n.bundle-unwind li,\n.bundle-unwind section {\n  margin-left: 0;\n  padding-left: 0;\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.bundle-unwind-lead {\n  font-size: 1.15rem;\n  line-height: 1.6;\n  color: var(--text);\n  margin: 0 0 18px;\n}\n\n.bundle-unwind-bridge {\n  font-size: 1rem;\n  font-weight: 600;\n  color: var(--teal-deeper);\n  margin: 0 0 10px;\n}\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\u003cdiv class=\"bundle-unwind\"\u003e\n\n\u003c!-- ── HOOK: BELIEF FIRST ── --\u003e\n\u003csection\u003e\n\u003cp class=\"bundle-unwind-lead\"\u003eYou know that feeling at the end of a long day when your body won't settle down even though you're exhausted. Or the mornings where you mean to take care of yourself but the routine falls apart by Wednesday because it's a chore. You shouldn't need willpower to take care of yourself. You need a routine that actually fits into your life.\u003c\/p\u003e\n\u003cp class=\"bundle-unwind-lead\" style=\"font-size:1rem; color:var(--text-mid); margin-bottom:20px;\"\u003eThat's what the \u003cstrong\u003eDaily Unwind Bundle\u003c\/strong\u003e is built for.\u003c\/p\u003e\n\n\u003cul class=\"bundle-unwind-outcomes\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Daily calm \u0026amp; stress relief\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Restful sleep \u0026amp; mood balance\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Omega-3, omega-6 \u0026amp; GLA nutrition\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 0% THC  ·  0% CBD  ·  Non-intoxicating\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\u003chr\u003e\n\n\u003c!-- ── WHO IT'S FOR (moved up for cold traffic) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWho Reaches for This Bundle\u003c\/h2\u003e\n\u003cp class=\"bundle-unwind-bridge\"\u003eSee if this sounds like you.\u003c\/p\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\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 100 100\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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!-- ── WHAT'S IN THE BUNDLE ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhat's in the Bundle\u003c\/h2\u003e\n\u003cp class=\"bundle-unwind-bridge\"\u003eOne fast-acting format, two daily oils.\u003c\/p\u003e\n\n\u003cul class=\"bundle-products\"\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 \u003cstrong\u003eCB2 Wellness Terpene Blend\u003c\/strong\u003e \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 \u003cstrong\u003eCB2 Hemp Seed Oil, Sweet Ginger\u003c\/strong\u003e \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 \u003cstrong\u003eCB2 Hemp Seed Oil, Orange Creamsicle\u003c\/strong\u003e \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!-- ── WHAT IS BCP + HOW IT SUPPORTS CALM (credibility \/ mechanism) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhat Is Beta-Caryophyllene, and How Does It Support Daily Calm?\u003c\/h2\u003e\n\u003cp class=\"bundle-unwind-bridge\"\u003eHere's the part backed by real science.\u003c\/p\u003e\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\u003cul class=\"bundle-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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\u003csvg viewbox=\"0 0 24 24\"\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 \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!-- ── WHY TWO FORMATS (differentiation) ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWhy Two Formats Work Better Than One\u003c\/h2\u003e\n\u003cp class=\"bundle-unwind-bridge\"\u003eThis is the part that makes the routine actually stick.\u003c\/p\u003e\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\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\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\u003chr\u003e\n\n\u003c!-- ── NATURAL FLAVOURS NOTE ── --\u003e\n\u003csection\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\u003e\n\u003cdiv class=\"bundle-quote\"\u003e\n\u003cblockquote\u003e\"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.\"\u003c\/blockquote\u003e\n\u003ccite\u003e Dr. Victor Chan, ND \u003cspan\u003eSCIMEDICA Health Group, Surrey, BC\u003c\/span\u003e \u003c\/cite\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003chr\u003e\n\n\u003c!-- ── HOW TO USE ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eYour Daily Unwind Protocol\u003c\/h2\u003e\n\u003cp class=\"bundle-unwind-bridge\"\u003eReady to build the routine? Here's how.\u003c\/p\u003e\n\u003cdiv class=\"bundle-unwind-card\"\u003e\n\u003cul class=\"bundle-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 \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 \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 \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 (risk reversal) ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"bundle-guarantee\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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\n","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.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 { margin: 0 0 0.9em; color: var(--text-mid); }\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 { width: 18px; height: 18px; }\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 ── *\/\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 { background: var(--teal-dark); color: var(--white); }\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 { border: none; border-top: 1px solid var(--border); margin: 24px 0; }\n\n\/* ── MOBILE ── *\/\n@media (max-width: 540px) {\n  .cb2cool { font-size: 16px; }\n  .cb2cool-card { padding: 16px 14px; }\n  .cb2cool-guarantee { flex-direction: column; gap: 10px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"cb2cool\"\u003e\n\u003c!-- ── HOOK ── --\u003e\n\u003csection\u003e\n\u003cp\u003e\u003cstrong\u003eCB2 Cool\u003c\/strong\u003e is an oral drop that delivers \u003cstrong\u003ebeta-caryophyllene (BCP)\u003c\/strong\u003e, a food-grade terpene naturally found in spices like black pepper, cloves, rosemary, and basil. People use it daily to \u003cstrong\u003e'stay cool under pressure'\u003c\/strong\u003e and support \u003cstrong\u003epeaceful rest\u003c\/strong\u003e and \u003cstrong\u003emobility\u003c\/strong\u003e. Zero THC, zero CBD, and no intoxicating effects.\u003c\/p\u003e\n\u003cul class=\"cb2cool-outcomes\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Promotes daily calm \u0026amp; settled mood\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Comfort, mobility \u0026amp; restful sleep\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20,6 9,17 4,12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e 0% THC  ·  0% CBD  ·  Non-intoxicating\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr\u003e\n\u003c!-- ── SUBLINGUAL ADVANTAGE ── --\u003e\n\u003csection\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 under your tongue is excellent for absorption, meaning faster onset and potentially higher bioavailability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003chr\u003e\n\u003c!-- ── WHAT IS BCP ── --\u003e\n\u003csection\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\u003cul class=\"cb2cool-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eActivates CB2 receptors\u003c\/strong\u003e \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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eActivates PPAR receptors\u003c\/strong\u003e \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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eSupports your ECS\u003c\/strong\u003e \u003cspan\u003eYour endocannabinoid system is involved in regulating mood, stress, sleep, physical comfort, and immune response. BCP may help support it.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eFood-grade \u0026amp; safe\u003c\/strong\u003e \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\u003chr\u003e\n\u003c!-- ── CBD vs BCP COMPARISON ── --\u003e\n\u003csection\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\u003cdiv class=\"cb2cool-card\"\u003e\n\u003cdiv class=\"cb2cool-table-wrap\"\u003e\n\u003ctable class=\"cb2cool-compare\" role=\"table\"\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\u003e\n\u003cspan class=\"check\"\u003e✓ \u003c\/span\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\u003e\n\u003cspan class=\"check\"\u003e✓ \u003c\/span\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\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\u003chr\u003e\n\u003c!-- ── WHO IT'S FOR ── --\u003e\n\u003csection\u003e\n\u003ch2\u003eWho uses CB2 Cool\u003c\/h2\u003e\n\u003cul class=\"cb2cool-benefits\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eDaily calm \u0026amp; stress support\u003c\/strong\u003e \u003cspan\u003eFor people who want to feel more settled and centred. Many people reach for CB2 Cool 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\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eSleep support\u003c\/strong\u003e \u003cspan\u003eFor people who want to support their natural sleep routine, particularly when a busy mind makes it hard to wind down.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\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\u003c\/div\u003e\n\u003cstrong\u003eJoint comfort \u0026amp; mobility\u003c\/strong\u003e \u003cspan\u003eEveryday joint stiffness and the kind of physical discomfort that builds up over time and makes movement feel like more effort than it should.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"b-icon\"\u003e\u003csvg viewbox=\"0 0 100 100\"\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\u003c\/div\u003e\n\u003cstrong\u003ePerimenopausal \u0026amp; menopausal women\u003c\/strong\u003e \u003cspan\u003eMood shifts, disrupted sleep, and joint discomfort are common during this transition. Many women reported CB2 Cool helped them feel more balanced through it.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003chr\u003e\n\u003c!-- ── HOW TO USE ── --\u003e\n\u003csection\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\u003cdiv class=\"cb2cool-table-wrap\"\u003e\n\u003ctable class=\"cb2cool-dosage\" role=\"table\"\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\u003cp style=\"margin: 12px 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.\u003c\/p\u003e\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\u003c!-- ── GUARANTEE ── --\u003e\n\u003csection\u003e\n\u003cdiv class=\"cb2cool-guarantee\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\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 with 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\u003c\/div\u003e","brand":"cannanda","offers":[{"title":"2x 15 mL (600 drops)","offer_id":46194494603489,"sku":"SP030x2","price":76.0,"currency_code":"CAD","in_stock":true},{"title":"15 mL (300 drops)","offer_id":46194494570721,"sku":"SP030","price":40.0,"currency_code":"CAD","in_stock":true},{"title":"4x 15 mL (1200 drops)","offer_id":46194494636257,"sku":"SP030x4","price":149.0,"currency_code":"CAD","in_stock":true},{"title":"5 mL (100 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\/cannanda-cb2-oils-neuroinflammation-and-cognition.oembed","provider":"Cannanda","version":"1.0","type":"link"}