Special Offer!

Order today and get Free Shipping on all purchases over $50.
Hurry, limited-time deal!

Secured
check out

Underage
sale prohibited

No medical
card needed

Unlock
Members-Only Discounts

Pick Your Pleasure

Fan Favorites

Edible Essentials

Flowers and Prerolls

Liquid Diamonds Vapes

Shop By Feeling

Your Lifestyle, Upgraded with Edibles

From Us to You: Simple Wellness.
Shop edibles

Find Your THC Level

Low Strength THC (1mg-2mg)

Mild effects that fit seamlessly into your daily routine. Enjoy a gentle boost without feeling overwhelmed.

Medium Strength THC (5mg-10mg)

Designed for those seeking noticeable effects, this range delivers the perfect middle ground for relaxation and focus.

High Strength THC (10mg+)

Ideal for seasoned users. This potency level provides a robust experience for deep relaxation or elevated enjoyment.

In the press

Join 500K+ Satisfied Customers

See What They’re Saying

Premium Products, Delivered Nationwide

Choose Your Experience

We don’t just focus on single extracts — we combine whole-plant formulas with botanicals designed to amplify your vibe.

Strength Options for Everyone

From THC-free to high-strength, pick the potency that fits your style.

Unmatched Quality, Every Time

From organic ingredients to lab-tested batches, we go beyond to ensure premium results.

Education Meets Elevation

Get Your Daily Dose of Hemp Goodness.

Subscribe and save 15% off your first order.

Receive 15% off your first order. Keep up to date with the latest trends and sales.

By submitting your email, you agree to opt-in to receive emails and exclusive offers from office@truemoola.com. We will never send you spam or sell your data. You can always remove your email from our contact list by unsubscribing.

Age Verification

Age Verification

You must be 21 years or older to enter this site.

jQuery(function($) { let productID = $('form.variations_form').data('product_id'); if (!productID) return; $.ajax({ url: wc_add_to_cart_params.ajax_url, type: "POST", data: { action: "tm_get_variation_stock_all", product_id: productID }, success: function(response) { let stockData = JSON.parse(response); $('.variable-item').each(function() { let value = $(this).data('value'); if (stockData[value] !== undefined) { let qty = stockData[value]; // Append stock text $(this).append( `${qty} left` ); } }); } }); });