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

frequently asked questions

1. What is THCa Flower?

THCa Flower refers to a hemp flower that is abundant in THCa or Tetrahydrocannabinolic Acid. This particular cannabinoid serves as the precursor to Delta-9 THC (D9, D9 THC, or THC), the world-renowned cannabinoid known for its invigorating cerebral effects and physical relaxation. When THCa Flower is subjected to heat, the THCa undergoes a transformation into Delta-9 THC, granting hemp enthusiasts the experience they have been longing for from traditional hemp flower while reaping the numerous benefits of THC.

There are several ways to use THCa Hemp Flower effectively. You can consume it "raw," without heating, or you can opt to "cook" it by smoking or vaping it with a dry herb vaporizer. When consumed without heating, THCa does not produce the mentally stimulating effects associated with Delta-9 THC. However, raw THCa can still offer wellness benefits and aid in focus and concentration through consumption in food with the application of heat.

One popular method for utilizing THCa Hemp Flower is through smoking or vaping, which can provide mood-enhancing and physically relaxing effects. Another option is to incorporate THCa Flower into cooking, allowing you to create flavorful dishes and treats that offer an even more potent THC experience.

If you're new to THCa Flower, it's advisable to start with a small amount and allow yourself to acclimate to the effects. When using a pipe or bong, pack approximately ½ a teaspoon of ground THCa flower into the bowl and savor the experience. Take 1-2 puffs and wait a few minutes to assess if the desired effect is achieved. If needed, you can always consume more for a stronger experience. To maximize results, it's important to avoid excessive consumption and remember to take it slow.

For those familiar with the effects of THCa, you have the freedom to consume the desired amount of THCa Flower to achieve the desired effect. For the freshest and most flavorful experience, we recommend grinding and smoking only the amount of flower you intend to consume in that session.

When THCa is smoked, vaped, or cooked, it produces a stimulating cerebral effect and induces profound physical relaxation. However, if you prefer to experience the therapeutic properties of THCa without these psychoactive effects, you can consume the raw plant material by incorporating it into foods.

THCa offers numerous benefits, depending on your preferred method of consumption. The unprocessed benefits of THCa demonstrate promising potential for enhancing overall well-being and supporting normal bodily functions. When you heat and convert THCa into D9 THC, it provides a combination of creative inspiration and physical relief.

While THCa and THC share similar molecular structures, their effects differ when consumed. Ingesting THCa without heating it does not produce an uplifting or euphoric sensation, whereas THC typically does.

Regrettably, smoking or vaping THCa is likely to yield a positive result on a drug test, as THCa undergoes conversion into Delta-9 THC when subjected to heat. It is important to note that drug tests typically screen for the presence of THC. Therefore, when you consume THCa Flower through smoking or vaping, THC enters your bloodstream, increasing the chances of a positive outcome on a drug test. If you anticipate undergoing a drug test in the near future, we recommend refraining from consuming THCa Flower for the time being.

frequently asked questions

1. When will my order ship?

Orders will ship within 1-3 business days of the purchase date unless otherwise stated. All orders placed with Express Shipping before 12:00pm EST will ship the same business day. Any orders placed with Express Shipping after 12:00pm EST will ship the following business day. If you need an order rushed, please contact our customer service department right away so we can work to find the best solution.

We are unable to determine when your order will arrive at your place of business or home. Residential delivery is usually between 10:00am and 8:00pm while business delivery is between 10:00am and 5:00pm. Please contact your shipping carrier for more detailed information.

While it's not ideal, we understand that orders sometimes get damaged in shipping. If your order arrives damaged to the point that the products are unable to be used, please contact our customer service department right away. We will ask you to provide photos of the damaged packaging and we will reship your order. You do not have to worry about filing a claim with the carrier - we handle all of that for you.

If your order has been marked as delivered and you did not receive your package please contact our customer support department for further support. We have a couple tools we can use to verify that the order was indeed shipped to the address provided. From there we will take the necessary steps to locate your package with the carrier.

If you happen to receive your order and it is either incorrect or missing items please call our customer service department right away.

  • Wrong Items Sent: We may request photos and require you to send back the incorrect products but will ship out the correct products right away.
  • Missing Items: If you are missing products we will verify the weight with FedEx (they weigh each package) to determine and verify that the weight is short that amount. If the weight matches what should be in the order we will work with you 1:1 to come to a solution.