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 = [];

The Pinnacle of Potency and Purity

We leverage the most advanced, futuristic technology available, combining comprehensive research from our diverse fields. This synergy allows us to cultivate THCa flower with unmatched potency and terpenoid profiles. Our products are designed for maximum bioavailability, ensuring that they interact seamlessly with your endocannabinoid system for optimal effects.

Our Commitment

At the heart of our operation is a deep commitment to quality and innovation. We continuously push the boundaries of what’s possible in THCa cultivation, driven by an unparalleled desire to create the very best. Each strain we develop is a testament to our dedication, offering the highest potency cultivars and a rich array of terpenoids that work synergistically for a superior experience.

Flower & Joints

Apple Jacks Joints

Amount
$5
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
ADD TO CART

Cereal Milk

Amount
$12
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
ADD TO CART

Cereal Milk Joints

Amount
$5
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
ADD TO CART

Glaze Dougnut

Amount
$12
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
ADD TO CART

Glaze Dougnut Joints

Amount
$5
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
ADD TO CART

Hendrix

Amount
$12
Genetics: Hybrid
[70/30]
Indica Dominant
Potency: 20.0%
Primary Terpenes:

Pinene (pine)

Pine-scented terpene that is also found in rosemary and many other herbs.

Feelings: Creative, Uplifted, Energetic
REVIEWS: (4.4/5)
91% Recommended
ADD TO CART

Hendrix Joints

Amount
$5
Genetics: Hybrid
[70/30]
Indica Dominant
Potency: 20.0%
Primary Terpenes:

Pinene (pine)

Pine-scented terpene that is also found in rosemary and many other herbs.

Feelings: Creative, Uplifted, Energetic
REVIEWS: (4.4/5)
91% Recommended
ADD TO CART

Triangle Kush Cake

Amount
$12
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
ADD TO CART

Triangle Kush Cake Joints

Amount
$5
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
ADD TO CART

Jam Session

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

Myrcene (herbal)

Feelings: Euphoric, Happy, Sleepy
REVIEWS: (4/5)
85% Recommended
ADD TO CART

Jam Session Joints

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

Myrcene (herbal)

Feelings: Euphoric, Happy, Sleepy
REVIEWS: (4/5)
85% Recommended
ADD TO CART

Lucky Charms

Amount
$12
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 29.0%
Primary Terpenes:

Limonene 1.5%

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

Feelings: Tingly, Energetic, Relaxed
REVIEWS: (4.6/5)
94% Recommended
ADD TO CART

Lucky Charms Joints

Amount
$5
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 29.0%
Primary Terpenes:

Limonene 1.5%

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

Feelings: Tingly, Energetic, Relaxed
REVIEWS: (4.6/5)
94% Recommended
ADD TO CART

Lemon Cherry Haze

Amount
$12
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 21.0%
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Energetic, Focused , Creative
REVIEWS: (4.3/5)
89% Recommended
ADD TO CART

Lemon Cherry Haze Joints

Amount
$5
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 21.0%
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Energetic, Focused , Creative
REVIEWS: (4.3/5)
89% Recommended
ADD TO CART

Vanilla Cream Pie

Amount
$12
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 23.0%
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Euphoric, Sleepy , Relaxed
REVIEWS: (4.4/5)
90% Recommended
ADD TO CART

Vanilla Cream Pie Joints

Amount
$5
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 23.0%
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Euphoric, Sleepy , Relaxed
REVIEWS: (4.4/5)
90% Recommended
ADD TO CART

Sour Lemon

Amount
$12
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: Creative , Energetic , Focused
REVIEWS: (4.7/5)
95% Recommended
ADD TO CART

Sour Lemon Joints

Amount
$5
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: Creative , Energetic , Focused
REVIEWS: (4.7/5)
95% Recommended
ADD TO CART

Othani

Amount
$12
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

Othani Joints

Amount
$5
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

Gelato S1

Amount
$12
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 21.0%
Primary Terpenes:

Caryophyllene (pepper)

Spicy, peppery terpene that may have anti-inflammatory benefits.

Feelings: Euphoric, Blast Off, Happy
REVIEWS: (4.8/5)
96% Recommended
ADD TO CART

Gelato S1 Joints

Amount
$5
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 23.0%
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Euphoric, Sleepy , Relaxed
REVIEWS: (4.4/5)
90% Recommended
ADD TO CART

White Truffle

Amount
$12
Genetics: Hybrid
[70/30]
Indica Dominant
Potency: 24.0%
Primary Terpenes:

Caryophyllene (pepper)

Spicy, peppery terpene that may have anti-inflammatory benefits.

Feelings: Tingly, Blast Off, Floatin
REVIEWS: (4.7/5)
95% Recommended
ADD TO CART

White Truffle Joints

Amount
$5
Genetics: Hybrid
[50/50]
Sativa/Indica
Potency: 23.0%
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Euphoric, Sleepy , Relaxed
REVIEWS: (4.4/5)
90% Recommended
ADD TO CART

Apple Jacks

Amount
$12
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
ADD TO CART

Our process

Curating Rare and Exotic Strains

Our adventure begins with the quest for the rarest and most potent strains:

Genetic Exploration: Our botanist travels the globe (figuratively and literally) to source unique genetics with unparalleled THCa potential and exotic terpene profiles. Innovative Crossbreeding: We experiment with unconventional crossbreeding techniques to create bespoke strains that you won’t find anywhere else.

Alchemical Soil Preparation

Soil isn’t just dirt; it’s a magical medium:

Nutrient Alchemy: Our phytochemist concocts soil blends like an alchemist, infusing the perfect balance of nutrients tailored for each strain. Eco-Forward Practices: We employ sustainable and regenerative agriculture practices to create a living, breathing ecosystem within our soil.

Precision Growth Engineering

We’re bringing engineering marvels into the garden:

Hyper-Accurate Planting Cycles: Using data-driven insights, we fine-tune planting schedules to synchronize with the natural rhythms of our plants. Controlled Environments: Our state-of-the-art greenhouses mimic the perfect climate, enabling us to grow year-round without compromising on quality.

Tech-Infused Growth Strategies

Our engineer turns science fiction into reality:

Automated Ecosystems: Advanced automation systems manage watering, nutrient delivery, and climate control with pinpoint accuracy. Next-Gen Lighting: Custom-designed LED arrays simulate natural sunlight cycles, enhancing growth and boosting THCa production.

Custom Nutrient Programs

Nutrients are the lifeblood of our plants:

Biological Synergy: Our phytochemist designs nutrient regimes that optimize bioavailability and promote synergistic interactions within the plant. Tailored Nutrition: Every strain gets a bespoke nutrient formula to enhance its unique characteristics and potency.

Continuous Monitoring and Adaptation

We never stop watching, learning, and adapting:

Real-Time Analytics: Sophisticated sensors and AI analytics provide live data on every aspect of plant health and growth conditions. Dynamic Adjustments: We make real-time tweaks to our growing environment based on data insights, ensuring our plants always have what they need.

Harvesting at the Pinnacle of Potency

Timing is everything:

Peak Potency Harvesting: We harvest our plants at the exact moment they reach peak THCa content, preserving the full spectrum of cannabinoids and terpenes. Artisan Handling: Our hand-harvesting techniques ensure that each flower is treated with the utmost care and precision.

Masterful Curing and Processing

Curing transforms our flowers into something extraordinary:

Controlled Curing: We cure our flowers in meticulously controlled environments to develop complex flavors and maximize potency. Hand-Crafted Trimming: Every bud is hand-trimmed by skilled artisans to ensure it’s picture-perfect and ready to impress.

Uncompromising Testing and Quality Assurance

We don’t just meet standards; we exceed them:

Exhaustive Testing: Our flowers undergo comprehensive testing for potency, purity, and safety to guarantee they’re of the highest quality. Relentless Quality Control: Our stringent quality control processes ensure consistency and excellence in every single batch.

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.

About the THCA

  • Top shelf indoor grown exotics
  • Grown cultivated harvested in the USA
  • Track and traceability
  • 30 day money back guaranteed

Sativa Blends

Synthesized under the radiant emissions of twin star systems, the Sativa blend epitomizes energetic vibrancy. Its terpene structure, dominated by Limonene and Pinene, introduces consumers to a cerebral elevation, fostering creativity and clarity. The unique astro-environmental factors of its growth region stimulate a terpene-rich profile that ensures an invigorating and uplifting experience.

Indica Blends

Cultivated in the serene embrace of lunar shadows, the Indica blend offers a journey into tranquility. Rich in Myrcene and Linalool, its terpene profile guarantees a state of profound relaxation and deep introspection. The meticulously controlled low-light astro-conditions accentuate its inherent qualities, making it ideal for relaxation and therapeutic applications.

Hybrid Blends

Born from the confluence of galactic winds and meteoric minerals, the Hybrid blend captures the symphony of its Sativa and Indica counterparts. With a balanced terpene structure featuring Caryophyllene and Humulene, it delivers a harmonized experience of euphoria and calm. This blend, being a testament to Space Case’s innovative prowess, is curated for those seeking a holistic interstellar voyage.

NOOTROPICS

SHOP NOW

Our nootropic blends ignite your brainpower with clarity, focus, memory, and energy. These next-level formulas unlock your peak cognitive potential.

About our Nootropics

Research-Backed

We use only research-backed ingredients for proven results in memory, focus, and stamina. Real science, no fluff.

Precision Science

Each blend combines ancient wisdom with cutting-edge science for sharp focus, lasting memory, and high-energy performance.

Total Transparency

We’re clear about every ingredient, source, and potency—no hidden fillers, just pure brain fuel.

Top-Tier Quality

Only the purest, most potent ingredients make the cut, rigorously tested for out-of-this-world results.

ADAPTOGENS

Buy Now

Our adaptogenic formulations blend the finest wellness elements to elevate mind and body with clarity, focus, and resilience. Each functional and psychedelic blend unlocks unique pathways to peak wellness.

ABOUT OUR ADAPTOGENS

Research:

Every adaptogen is selected based on rigorous studies, ensuring benefits are grounded in credible science.

Science:

Combining tradition with innovation, each blend is calibrated for optimal clarity, energy, and resilience.

Transparency:

We fully disclose each ingredient’s origin, extraction, and potency for complete trust and clarity.

Quality:

Sourced from the purest providers, our adaptogens meet the highest quality standards, free from contaminants.

Join us on a cosmic wellness journey, with adaptogens that go beyond a simple boost—rooted in research, science, transparency, and premium quality.

Join Us on This Journey

We invite you to explore our range of THCa flowers and experience the difference that passion, expertise, and cutting-edge technology can make. Welcome to a new era of cannabis cultivation, where quality is our promise and innovation is our tradition.