<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 = [];
PREMIUM PRODUCTS
SHOP BY
Flower
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Jam Session
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: | Euphoric, Happy, Sleepy |
REVIEWS: |
(4/5)
85% Recommended |
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Joints
Apple Jacks Joints
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Cereal Milk Joints
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Glaze Dougnut Joints
Genetics: | Indica |
Potency: | 21.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Euphoric, Sleepy, Hungry |
REVIEWS: |
(4.1/5)
84% Recommended |
Hendrix Joints
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Jam Session Joints
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: | Euphoric, Happy, Sleepy |
REVIEWS: |
(4/5)
85% Recommended |
Lemon Cherry Haze Joints
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms Joints
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Othani Joints
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 |
Sour Lemon Joints
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Concentrates
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Center-Fills
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Jam Session
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: | Euphoric, Happy, Sleepy |
REVIEWS: |
(4/5)
85% Recommended |
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Blister Packs
Apple Jacks
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Mango Chamoy Gummies
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Chocolate Bites
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Energy
Apple Jacks
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Mango Chamoy Gummies
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Sleep
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Jam Session
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: | Euphoric, Happy, Sleepy |
REVIEWS: |
(4/5)
85% Recommended |
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Calm
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Focus
Apple Jacks
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Mango Chamoy Gummies
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Pain Management
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Jam Session
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: | Euphoric, Happy, Sleepy |
REVIEWS: |
(4/5)
85% Recommended |
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Cannabis
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Mushroom
Apple Jacks
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Lemon Cherry Haze
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: | Energy, Focus |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Mango Chamoy Gummies
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 23.0% |
Primary Terpenes: | Limonene (citrus)Citrus-scented terpene commonly believed to provide anxiety and stress relief. |
Feelings: | Focused, Energetic, Uplifted |
REVIEWS: |
(4.7/5)
96% Recommended |
Nootropic
Othani
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 |
Triangle Kush Cake
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 25.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.3/5)
89% Recommended |
Lucky Charms
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 a balanced high |
REVIEWS: |
(4.6/5)
94% Recommended |
Cereal Milk
Genetics: | Hybrid [70/30] Sativa Dominant |
Potency: | 20.0% |
Primary Terpenes: | Caryophyllene (pepper)Spicy, peppery terpene that may have anti-inflammatory benefits. |
Feelings: | Aroused, Giggly, Relaxed |
REVIEWS: |
(4.8/5)
95% Recommended |
Jam Session
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: | Euphoric, Happy, Sleepy |
REVIEWS: |
(4/5)
85% Recommended |
Vanilla Cream Pie
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: | Ideal for stress relief |
REVIEWS: |
(4.4/5)
90% Recommended |
Hendrix
Genetics: | Hybrid [70/30] Indica Dominant |
Potency: | 20.0% |
Primary Terpenes: | Myrcene (herbal)The most common terpene found in cannabis and has an earthy scent. |
Feelings: | Sleepy, Relaxed, Euphoric |
REVIEWS: |
(4.2/5)
86% Recommended |
Sour Lemon
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: | Energy, Focus |
REVIEWS: |
(4.7/5)
95% Recommended |