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

Wedding Cake

Amount
$5
Genetics: 60/40 Indica Dominant Hybrid
Primary Terpenes:

Limonene

Citrus-forward and energizing.

Feelings: Relaxed, Calm, Euphoric
ADD TO CART

Trainwreck

Amount
$5
Genetics: 80/20 Sativa Dominant Hybrid
Primary Terpenes:

Limonene

Uplifting citrus effects for motivation and joy.

Feelings: Alert, Buzzed, Happy
ADD TO CART

Jack Attack

Amount
$5
Genetics: 60/40 Sativa Dominant Hybrid
Primary Terpenes:

Terpinolene

Fresh, fruity terpene for energy and clarity.

Feelings: Focused, Creative, Clear-headed
ADD TO CART

Ice Cream Cake

Amount
$5
Genetics: 75/25 Indica Dominant Hybrid
Primary Terpenes:

Limonene

Calming terpene with citrus zest.

Feelings: Sedated, Mellow, Peaceful
ADD TO CART

Gelato 41 + Kush Mintz

Amount
$5
Genetics: 50/50 Balanced Hybrid
Primary Terpenes:

Caryophyllene

Peppery terpene that may offer anti-inflammatory benefits.

Feelings: Uplifted, Productive, Euphoric
ADD TO CART

Chemdog 91 x GSC

Amount
$5
Genetics: 50/50 Balanced Hybrid
Primary Terpenes:

Caryophyllene

Spicy, peppery notes with calming effects and potential anti-inflammatory benefits.

Feelings: Euphoric, Relaxed, Creative
ADD TO CART

Lemon Cherry Gelato

Amount
$5
Genetics: 50/50 Balanced Hybrid
Primary Terpenes:

Limonene

Bright citrus aroma, may help reduce anxiety and elevate mood.

Feelings: Creative, Chill, Euphoric
ADD TO CART

Cereal Milk

Amount
$5
Genetics: Hybrid
[70/30]
Sativa Dominant
Primary Terpenes:

Caryophyllene (pepper)

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

Feelings: Aroused , Giggly , Relaxed
REVIEWS: (4.8/5)
95% Recommended
OUT OF STOCK

Glaze Donut

Amount
$5
Genetics: Indica
Primary Terpenes:

Myrcene (herbal)

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

Feelings: Euphoric, Happy, Sleepy
REVIEWS: (4.1/5)
84% Recommended
OUT OF STOCK

Hendrix

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

Pinene (pine)

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

Feelings: Creative, Energetic, Uplifted
REVIEWS: (4.4/5)
91% Recommended
OUT OF STOCK

Bursts & Chocolates

Chocolate Bites

Flavors
$15
Genetics: THCp
Primary Terpenes:

Caryophyllene

Spicy, peppery notes with calming effects and potential anti-inflammatory benefits.

Feelings: A mild euphoric boost with mental clarity ☀️, Body relaxation without loss of energy 🌱, Heightened appreciation for taste, A smooth shift from elevated to tranquil 🌊
ADD TO CART

Bursts

Flavors
$20
Genetics: THCp
Primary Terpenes:

Caryophyllene

Spicy, peppery notes with calming effects and potential anti-inflammatory benefits.

Feelings: Deep mental & physical relaxation, Heavy-bodied tranquility, Stress relief & tension release, Warm
ADD TO CART

Chocolate Bar

Flavors
$12
Genetics: THCp
Primary Terpenes:

Caryophyllene

Spicy, peppery notes with calming effects and potential anti-inflammatory benefits.

Feelings: Hyper-elevated sensory awareness, Vivid color enhancement & visual patterns, Emotional euphoria & deep introspection, Light-bodied floating sensation
OUT OF STOCK

Blister Gummy

Flavors
$7
Genetics: THCp
Primary Terpenes:

Caryophyllene

Spicy, peppery notes with calming effects and potential anti-inflammatory benefits.

Feelings: A gradual, Mental quieting, A sense of emotional ease, Warm
OUT OF STOCK

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.

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.