SESH™ INTENTION Spray
.sesh-spray { --teal: #00ADBD; --teal-dark: #007A87; --teal-deeper: #005F6B; --teal-light: #99DDE5; --teal-bg: #E0F7FA; --teal-bg-soft: #F0FBFC; --text: #616161; --text-mid: #6E6E6 E; --text-light: #8A8A8A; --green: #065F46; --green-bg: #ECFDF5; --green-border: #6EE7B7; --amber: #92400E; --amber-bg: #FFFBEB; --amber-border: #FCD34D; --border: #E5E7EB; --white: #FFFFFF; --heading-font: 'Jost', sans-serif; --body-font: 'Jost', sans-serif; font-family: var(--body-font); font-size: 16px; line-height: 1.75; color: var(--text); max-width: 780px; width: 100%; margin: 0 auto 48px; overflow-x: hidden; text-align: left !important; } .sesh-spray *, .sesh-spray *::before, .sesh-spray *::after { box-sizing: border-box; text-align: left; } .sesh-spray ul, .sesh-spray ol, .sesh-spray li, .sesh-spray section { margin-left: 0; padding-left: 0; } .sesh-spray h2 { font-family: var(--heading-font); font-size: clamp(1.15rem, 2.8vw, 1.45rem); font-weight: 700; color: var(--text); margin: 2em 0 0.55em; line-height: 1.3; } .sesh-spray h3 { font-family: var(--body-font); font-size: 1rem; font-weight: 700; color: var(--teal-dark); margin: 0 0 0.45em; letter-spacing: 0.06em; text-transform: uppercase; } .sesh-spray p { margin: 0 0 0.9em; color: var(--text-mid); } .sesh-spray strong { color: var(--text); font-weight: 700; } .sesh-spray-lead { font-size: 1.15rem; line-height: 1.6; color: var(--text); margin: 0 0 18px; } .sesh-spray-bridge { font-size: 1rem; font-weight: 600; color: var(--teal-deeper); margin: 0 0 10px; } /* ── OUTCOME PILLS ── */ .sesh-spray-outcomes { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 24px; padding: 0; list-style: none; } .sesh-spray-outcomes li { display: flex; align-items: center; gap: 7px; background: var(--teal-bg); border: 1px solid var(--teal-light); border-left: 3px solid var(--teal); border-radius: 6px; padding: 9px 14px; font-size: 1rem; font-weight: 600; color: var(--teal-deeper); line-height: 1.3; flex: 1 1 180px; } .sesh-spray-outcomes li svg { flex-shrink: 0; width: 16px; height: 16px; fill: none; stroke: var(--teal); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; } /* ── CARD BASE ── */ .sesh-spray-card { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px 22px; margin: 0 0 18px; } .sesh-spray-card--teal { background: var(--teal-bg-soft); border-color: var(--teal-light); border-left: 4px solid var(--teal); } .sesh-spray-card--amber { background: var(--amber-bg); border: 1px solid var(--amber-border); border-left: 4px solid #F59E0B; } .sesh-spray-card--green { background: var(--green-bg); border: 1px solid var(--green-border); border-left: 4px solid #10B981; } /* ── BENEFIT GRID ── */ .sesh-spray-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 12px; margin: 0 0 18px; list-style: none; padding: 0; } .sesh-spray-benefits li { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 7px; } .sesh-spray-benefits li .b-icon { width: 34px; height: 34px; background: var(--teal-bg); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .sesh-spray-benefits li .b-icon svg { width: 24px; height: 24px; } .sesh-spray-benefits li strong { font-size: 1rem; color: var(--text); display: block; line-height: 1.3; } .sesh-spray-benefits li span { font-size: 1rem; color: var(--text-light); line-height: 1.5; } /* ── USE CASE GRID ── */ .sesh-spray-uses { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 0 0 18px; list-style: none; padding: 0; } .sesh-spray-uses li { background: var(--white); border: 1px solid var(--border); border-radius: 10px; border-top: 4px solid var(--teal); padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 6px; } .sesh-spray-uses li .u-icon { font-size: 1.4rem; line-height: 1; margin-bottom: 2px; } .sesh-spray-uses li strong { font-size: 1rem; color: var(--text); display: block; line-height: 1.3; } .sesh-spray-uses li span { font-size: 1rem; color: var(--text-light); line-height: 1.5; } /* ── GUARANTEE ── */ .sesh-spray-guarantee { background: var(--green-bg); border: 1px solid var(--green-border); border-radius: 10px; padding: 16px 20px; display: flex; align-items: flex-start; gap: 13px; margin: 0 0 18px; } .sesh-spray-guarantee svg { flex-shrink: 0; width: 26px; height: 26px; fill: #059669; margin-top: 2px; } .sesh-spray-guarantee-text strong { display: block; font-size: 1rem; color: var(--green); margin-bottom: 3px; } .sesh-spray-guarantee-text p { margin: 0; font-size: 1rem; color: var(--text-mid); } .sesh-spray-guarantee-text a { color: var(--teal-dark); text-decoration: underline; } /* ── DIVIDER ── */ .sesh-spray hr { border: none; border-top: 1px solid var(--border); margin: 24px 0; } @media (max-width: 540px) { .sesh-spray { font-size: 15px; } .sesh-spray-card { padding: 16px 14px; } .sesh-spray-guarantee { flex-direction: column; gap: 10px; } } You know how some days you sit down to meditate, or journal, or train, and your head is already somewhere else. You want a way to tell your brain, right now, this is the moment, be here for it. Not another five minutes of settling in. That's what SESH Intention Spray is built for. Scent anchor for focus & positive mindset Primes the reticular activating system ECS support for a receptive mental state 100% natural · No synthetic fragrances SESH Intention Spray is a room spray for the moments that matter. Spray it before a meditation, a journaling session, a workout, or any situation where you want your mind showing up at its best. The same natural SESH formula, BCP terpenes and cedar essential oil, in a format that fills a space instantly. One spray, and your brain knows what mode it's in. What People Use It For See which one fits your routine. 🧘 Meditation & breathwork Spray before sitting. The ritual of the scent becomes part of the transition, signalling your nervous system that the busy-brain mode is ending and a more present, open state is beginning. ✍️ Journaling & reflection Pair with a daily writing practice. Over time, the scent primes your brain for the kind of honest, reflective thinking that journaling requires, the associations build quickly. 💪 Workouts & training Spray in your training space before every session. Athletes have used scent anchoring for performance state access for decades, it's one of the most reliable pre-performance rituals available. 🎯 Focus sessions & deep work Spray at your desk before a focused work block. Consistent use trains the RAS to filter for relevance and opportunity in whatever you're working on, signal in, noise out. Train Your Brain to Switch States on Cue Here's the part backed by real science. Deep in your brainstem sits a network called the reticular activating system (RAS), your brain's attention filter. Every second, your senses take in millions of data points. The RAS decides which ones matter and which to discard. It's the reason you notice your name in a noisy room, why the moment you start thinking about buying a specific car you suddenly see it everywhere, and why some people seem to move through life with a more focused, opportunity-aware mindset than others. The RAS is trainable. And scent is one of the most powerful training tools available, because of all the senses, smell has the only direct pathway to the limbic system and memory centres, bypassing the brain's normal relay stations entirely. How a scent anchor works Every time you use a specific scent during a focused, intentional mental state, meditation, deep work, journaling, visualisation, your brain links that scent to that state. Over time, the scent alone begins to recall the state. The association becomes a shortcut: one spray, and your brain starts tuning to the frequency you've trained it for. Psychologists call this an "anchoring" response; athletes and performers have used it for decades under different names. The key is consistency. Use the same scent every time for a specific practice. The more consistent the pairing, the faster the neural association builds, and the more reliable the cue becomes when you need it. Why the Formula Supports the Practice The scent is only half the story. SESH isn't just a pleasant smell in a spray bottle. The ingredients are chosen specifically because of how they interact with the systems that govern mindset and mental receptivity. BCP and CB2 receptors BCP activates CB2 receptors, which may allow more anandamide, the body's own "bliss molecule", to remain available for CB1 receptors. Research suggests healthy CB1 tone is directly linked to the effectiveness of positive intention and the mind-body connection. Cedar essential oil, balanced CB1 tone Cedar's thujone content may gently modulate CB1 receptors without overstimulating them. Studies suggest that balance matters here, healthy CB1 tone supports intention and positive expectation, while excessive activation can work against it. Direct olfactory pathway Smell bypasses the thalamus and travels directly to the amygdala and hippocampus, the brain's emotional and memory centres. No other sense has this direct access. It's why scent anchors form faster and hold stronger than visual or auditory cues. No synthetic interference Synthetic fragrances contain phthalates and synthetic musks linked to endocrine disruption. For a product designed to support a clear mental state through the ECS, what it doesn't contain is as important as what it does. SESH contains only natural botanical ingredients. 100% natural. No synthetic fragrances. SESH Intention Spray contains only natural botanical ingredients, the same SESH formula as the drops, in a room spray format. Synthetic fragrances are among the least regulated categories in personal care, and commonly contain compounds linked to hormonal disruption and neurological effects. For a product designed to support a clear mental state and healthy ECS function, we use nothing synthetic. Canadian-made. Physician-formulated. How to Build Your SESH Ritual Ready to train the cue? Here's how. The three-step ritual 1. Pick one practice. Choose a specific daily activity where you want to be at your most focused and intentional, meditation, journaling, deep work, a workout, a morning routine. 2. Spray before you begin, every time. One or two sprays in the room, or in the air in front of you. This is the pairing. The brain registers the scent and begins to associate it with the mental state you're about to enter. 3. Be consistent for at least 30 days. Neural associations build through repetition. The more reliably you pair the scent with the intentional state, the more reliably the scent will recall that state when you need it. Within weeks, the spray becomes the cue, your brain's shortcut to showing up ready. Advanced use: Once the anchor is established, you can use SESH in high-stakes situations, before a presentation, a difficult conversation, an exam, or any moment where you need your best self present. The scent recalls the state you've trained for. First-time buyer? Try it completely risk-free. Our no-hassle money-back guarantee means if SESH Intention Spray isn't working for you, we'll give you a 100% refund, no awkward return process. (Limitations apply, see our refund policy for full details.)
More you might like
Related
Cannanda Sesh Intention Spray
Related
SESH™ INTENTION Drops
Cannanda CB2 Sesh Intention 30 ml
Related