Motor Status: Stable
System Status: Stable
To Destination: 145.28
Travel Time: 1 hr. 45 min
<script>
var tw_effects = [
{
item: '.tw_effect_1',
action: 'scroll',
type: 1,
speed: 40,
screen: 80,
},


const tw_symbols = ['.', '/', '\\', '8', '|', '&', '#', '*', '0', '$', '@', '^', ',', ':', '!', '?', '<', '>'];

var tw_scroll = [];

// ----------

$(document).ready(function() {

// Запуск
for (let id in tw_effects) {
let tw_effect = tw_effects[id];
// ----------
$(tw_effect.item + ' .tn-atom, ' + tw_effect.item + ' .t-btn').each(function(e) {
$(this).data('twid', id);
// ----------
switch (tw_effect.action) {
// Появление на экране
case 'scroll':
tw_scroll.push($(this));
break;

// При наведении
default:
$(this).on('mouseover', function() {
if (!$(this).is('.tw_run')) tw_transform($(this));
});
}
});
}

// Обработчик "при появлении"
if (tw_scroll != []) { $(window).on('resize scroll', function() { tw_update(); }); }

// Стартовая обработка
tw_update();

});

function tw_transform(e) {
let tw_effect = tw_effects[e.data('twid')];
// ----------
if (e.data('tw') && (e.data('tw') != '')) {

// Финиш
if (e.data('twslice') >= e.data('tw').length) {

e.removeClass('tw_run');
e.addClass('tw_done');
e.html(e.data('tw'));
e.data('tw', '');

} else {

let change = '';

// Генерация замены
switch (tw_effect.type) {

case 2:
if (e.data('twstep') >= tw_effect.roll) {

change = e.data('tw').slice(0, e.data('twslice'));
e.data('twstep', 0);
e.data('twslice', +e.data('twslice') + +1);

} else {

change = '' + tw_symbols[Math.floor(Math.random() * tw_symbols.length)];
change = e.data('tw').slice(0, e.data('twslice')) + '' + change;
e.data('twstep', +e.data('twstep') + +1);

}
break;

default:
for (var id = 0; id < (e.data('tw').length - e.data('twslice')); id++) {
change += '' + tw_symbols[Math.floor(Math.random() * tw_symbols.length)];
}
change = e.data('tw').slice(0, e.data('twslice')) + '' + change;
e.data('twslice', +e.data('twslice') + +1);

}

// Замена
e.html(change);
// Цикл
setTimeout(tw_transform, tw_effect.speed, e);

}

} else {

e.addClass('tw_run');
e.data('tw', e.html());
e.data('twslice', 0);
e.data('twstep', 0);
e.html('');
setTimeout(tw_transform, tw_effect.speed, e);

}
}

function tw_update() {
for (let id in tw_scroll) {
let item = tw_scroll[id];
let tw_effect = tw_effects[item.data('twid')];
// ----------
if (!item.is('.tw_run')) {
// Положение
let scrolled = $(document).scrollTop();
let top = item.offset().top;
let bottom = +top + item.height();
let limit = $(window).height() * tw_effect.screen / 100;
// Обработка
if ((bottom < (+scrolled + +limit)) && (bottom > scrolled )) {
if (!item.is('.tw_done')) tw_transform(item, tw_effect.speed);
} else {
item.removeClass('tw_done');
}
}
}
}
</script> '&', '#', '*', '0', '$', '@', '^', ',', ':', '!', '?', '<', '>'];

var tw_scroll = [];

// ----------

$(document).ready(function() {

// Запуск
for (let id in tw_effects) {
let tw_effect = tw_effects[id];
// ----------
$(tw_effect.item + ' .tn-atom, ' + tw_effect.item + ' .t-btn').each(function(e) {
$(this).data('twid', id);
// ----------
{
for (let id in tw_scroll) {
let item = tw_scroll[id];
let tw_effect = tw_effects[item.data('twid')];
// ----------
if (!item.is('.tw_run')) {
// Положение
let scrolled = $(document).scrollTop();
let top = item.offset().top;
let bottom = +top + item.height();
let limit = $(window).height() * tw_effect.screen / 100;
// Обработка
if ((bottom < (+scrolled + +limit)) && (bottom > scrolled )) {
if (!item.is('.tw_done')) tw_transform(item, tw_effect.speed);
} else {
item.removeClass('tw_done');
}
}
}
}
</script> '&', '#', '*', '0', '$', '@', '^', ',', ':', '!', '?', '<', '>'];

var tw_scroll = [];
<script>
var tw_effects = [
{
item: '.tw_effect_1',
action: 'scroll',
type: 1,
speed: 40,
screen: 80,
},


const tw_symbols = ['.', '/', '\\', '8', '|', '&', '#', '*', '0', '$', '@', '^', ',', ':', '!', '?', '<', '>'];

var tw_scroll = [];

// ----------

$(document).ready(function() {

// Запуск
for (let id in tw_effects) {
let tw_effect = tw_effects[id];
// ----------
$(tw_effect.item + ' .tn-atom, ' + tw_effect.item + ' .t-btn').each(function(e) {
$(this).data('twid', id);
// ----------
switch (tw_effect.action) {
// Появление на экране
case 'scroll':
tw_scroll.push($(this));
break;

// При наведении
default:
$(this).on('mouseover', function() {
if (!$(this).is('.tw_run')) tw_transform($(this));
});
}
});
}

// Обработчик "при появлении"
if (tw_scroll != []) { $(window).on('resize scroll', function() { tw_update(); }); }

// Стартовая обработка
tw_update();

});

function tw_transform(e) {
let tw_effect = tw_effects[e.data('twid')];
// ----------
if (e.data('tw') && (e.data('tw') != '')) {

// Финиш
if (e.data('twslice') >= e.data('tw').length) {

e.removeClass('tw_run');
e.addClass('tw_done');
e.html(e.data('tw'));
e.data('tw', '');

} else {

let change = '';

// Генерация замены
switch (tw_effect.type) {

case 2:
if (e.data('twstep') >= tw_effect.roll) {

change = e.data('tw').slice(0, e.data('twslice'));
e.data('twstep', 0);
e.data('twslice', +e.data('twslice') + +1);

} else {

change = '' + tw_symbols[Math.floor(Math.random() * tw_symbols.length)];
change = e.data('tw').slice(0, e.data('twslice')) + '' + change;
e.data('twstep', +e.data('twstep') + +1);

}
break;

default:
for (var id = 0; id < (e.data('tw').length - e.data('twslice')); id++) {
change += '' + tw_symbols[Math.floor(Math.random() * tw_symbols.length)];
}
change = e.data('tw').slice(0, e.data('twslice')) + '' + change;
e.data('twslice', +e.data('twslice') + +1);

}

// Замена
e.html(change);
// Цикл
setTimeout(tw_transform, tw_effect.speed, e);

}

} else {

e.addClass('tw_run');
e.data('tw', e.html());
e.data('twslice', 0);
e.data('twstep', 0);
e.html('');
setTimeout(tw_transform, tw_effect.speed, e);

}
}

function tw_update() {
for (let id in tw_scroll) {
let item = tw_scroll[id];
let tw_effect = tw_effects[item.data('twid')];
// ----------
if (!item.is('.tw_run')) {
// Положение
let scrolled = $(document).scrollTop();
let top = item.offset().top;
let bottom = +top + item.height();
let limit = $(window).height() * tw_effect.screen / 100;
// Обработка
if ((bottom < (+scrolled + +limit)) && (bottom > scrolled )) {
if (!item.is('.tw_done')) tw_transform(item, tw_effect.speed);
} else {
item.removeClass('tw_done');
}
}
}
}
</script> '&', '#', '*', '0', '$', '@', '^', ',', ':', '!', '?', '<', '>'];

var tw_scroll = [];

// ----------

$(document).ready(function() {

// Запуск
for (let id in tw_effects) {
let tw_effect = tw_effects[id];
// ----------
$(tw_effect.item + ' .tn-atom, ' + tw_effect.item + ' .t-btn').each(function(e) {
$(this).data('twid', id);
// ----------
{
for (let id in tw_scroll) {
let item = tw_scroll[id];
let tw_effect = tw_effects[item.data('twid')];
// ----------
if (!item.is('.tw_run')) {
// Положение
let scrolled = $(document).scrollTop();
let top = item.offset().top;
let bottom = +top + item.height();
let limit = $(window).height() * tw_effect.screen / 100;
// Обработка
if ((bottom < (+scrolled + +limit)) && (bottom > scrolled )) {
if (!item.is('.tw_done')) tw_transform(item, tw_effect.speed);
} else {
item.removeClass('tw_done');
}
}
}
}
</script> '&', '#', '*', '0', '$', '@', '^', ',', ':', '!', '?', '<', '>'];

var tw_scroll = [];

Magic Mushroom Chocolate

Magic Mushroom Chocolate

Regular price $25.00
Regular price Sale price $25.00
Sale Sold out
Size
View full details

Description:

“ Elevate Your Consciousness ”

Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western scientific rigor. This fusion creates a product that is not only delicious but also grounded in research and clinical testing Eastern holistic wisdom and Western scientific rigor Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western scientific rigor Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western science Read More...

Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western scientific rigor. This fusion creates a product that is not only delicious but also grounded in research and clinical testing Eastern holistic wisdom and Western scientific rigor Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western scientific rigor Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western science Read Less...

Decadently Delicious, Clinically Approved

Indulge in the rich, velvety texture of our chocolate bites, crafted for taste as much as for the psychedelic experience. They are not only a treat for the mind but also for the palate crafted for taste as much as for the psychedelic Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western science Read More...

Indulge in the rich, velvety texture of our chocolate bites, crafted for taste as much as for the psychedelic experience. They are not only a treat for the mind but also for the palate crafted for taste as much as for the psychedelic Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western science Read Less...

Tailored Experiences for Every Explorer

Every individual's path to enlightenment is unique. That's why we offer flexible dosing options to suit your personal journey. For those new to the world of psychedelics or seeking a subtle enhancement to their day, a mild microdose offers a gentle elevation in mood and creativity Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western science Read More...

Every individual's path to enlightenment is unique. That's why we offer flexible dosing options to suit your personal journey. For those new to the world of psychedelics or seeking a subtle enhancement to their day, a mild microdose offers a gentle elevation in mood and creativity Our chocolate bites are a harmonious blend of Eastern holistic wisdom and Western science Read Less...

Flavor

  • Chocolate

Effects

  • Psychedelic (new reality) = (8/10)
  • Euphoric = (9.5/10)
  • Energizing = (6/10)
  • Lucid Dreaming = (7/10)

Dose

  • 7 pieces

Formulation

Adaptogens:

  • Rhodiola
  • Ashwagandha

Nootropics:

  • L-Theanine
  • 5-HTP
  • B-12
  • D-3

exotics:

  • Kava Kava 40%
  • Kanna
  • Damiana Extract
  • GABA
  • PNB- 1.5mg

The Science:

Unveiling the Science Behind Our Nootropic Blend

The Groundbreaking Approach to Enhanced Cognitive Function

The human brain, a marvel of evolution, is the epicenter of our cognitive abilities. In a bid to enhance its function, scientific advancements have led to the creation of nootropics, compounds specifically designed to improve mental performance. Our proprietary blend represents a pinnacle in this field, combining liposomal technology with carefully selected nootropics to unlock unprecedented cognitive potential.

A Symphony of Nootropics: Harmonizing Brain Function

Our blend is a symphony of carefully chosen ingredients, each playing avital role in optimizing brain function. Among them are:

Lion's Mane Mushroom:

A natural cognitive enhancer known for its neuroprotective properties.

5-HTP:

A precursor to serotonin, instrumental in mood regulation and stress relief.

Rhodiolarosea:

An adaptogen that boosts mental stamina and combats fatigue.

This carefully calibrated mixture targets the brain's serotonin receptors, akin to the effects of psychedelic mushrooms, but without the associated psychotropic effects. This unique approach ensures mental clarity, focus, and an elevated mood.

The Science-Backed Steps to Cognitive Excellence

Research and Testing for Serotonin Agonists

Each ingredient undergoes rigorous scientific research and lab testing to ensure its effectiveness as a serotonin agonist. This process guarantees that the blend works harmoniously with the brain's natural chemistry.

Synergistic Interaction with 5HT2A Rece

The ingredients are meticulously tested for their interaction with 5HT2A receptors, the key to unlocking enhanced cognitive abilities.

Molecular Optimization

Determining the size and molar mass of each ingredient allows for precise formulation and maximum efficacy.

Homogenization for Uniformity

The ingredients are blended and homogenized, ensuring an even distribution and consistency in every dose.

Sonication for Molecular Refinement

Sonication breaks down the molecular structure, creating a uniform dispersion. This process is crucial for achieving optimal absorption and effectiveness.

Liposomal Encapsulation for Stability

The sonicated blend is encapsulated using liposomal technology, maintaining its integrity and ensuring efficient delivery to the cells.

Phosphatidylserine Integration for Enhanced Bioavailability

Phosphatidylserine forms a bilayer that encapsulates the active ingredients, significantly improving their bioavailability and targeted delivery.

Preparation for Final Product

The final step involves batching out the nanotized blend, ready to be incorporated into the final product.

The Rationale Behind the Psychotropic Effect

Our blend is designed to simulate a psychotropic effect by optimizing the delivery and absorption of serotonin agonists. This approach tricks the body into a heightened state of cognitive function, offering a natural, safe, and effective way to enhance mental performance.

The Pinnacle of Quality and Effectiveness

Our commitment to quality and science-backed methodologies has resulted in a product that not only meets but exceeds industry standards. The blend's safety and effectiveness are testaments to our dedication to cognitive enhancement.

In conclusion, our proprietary nootropic blend is a monumental leap in the field of cognitive enhancement. By harnessing the power of liposomal technology and a meticulously crafted combination of nootropics, we offer a product that promises not just improved brain function but a transformation in overall well-being.

COA

Lorem ipsum dolor sit amet consectetur. Varius in pulvinar est massa. Morbi est enim elit vestibulum. Orci neque curabitur enim turpis ullamcorper nunc eu lobortis quis.

You may also like

Indoor grown exotics

Diamonds

$25
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 28.0%
Primary Terpenes:

Myrcene (herbal)

The most common terpene found in cannabis and has an earthy scent.

Feelings: Provides balanced effects
REVIEWS: (4/5)
83% Recommended
ADD TO CART
Indoor grown exotics

Flower

$25
ADD TO CART
Indoor grown exotics

Joints

$25
ADD TO CART
Indoor grown exotics

Magic Mushroom Chocolate

$25
ADD TO CART
Indoor grown exotics

Mushroom PB&J Gushers

$25
ADD TO CART