Special Offer!

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

Cookies Policy

Effective Date: 8/13/2025

This Cookie Policy explains how we use cookies and similar technologies on our website (“Site”).

By continuing to browse or use our Site, you agree to our use of cookies as described in this policy.

1. What Are Cookies?

Cookies are small text files placed on your device when you visit a website. They help us improve your experience by remembering your preferences, understanding how visitors use the site, and delivering relevant content.

2. Types of Cookies We Use

  1. Essential Cookies
    Required for the Site to function properly — e.g., shopping cart, checkout, account login.
  2. Performance & Analytics Cookies
    Help us understand how visitors interact with our Site, so we can improve functionality and performance.
  3. Functional Cookies
    Remember your preferences, such as saved addresses or language settings.
  4. Advertising & Targeting Cookies
    Used to deliver ads relevant to your interests and limit how often you see them. We may use these with trusted advertising partners.

3. Third-Party Cookies

Some cookies are placed by third-party services we use, such as:

  • Analytics tools (e.g., Google Analytics)
  • Payment processors
  • Marketing and advertising networks

These third parties may collect data about your browsing activity across different websites.

4. How to Manage Cookies

You can manage or disable cookies through your browser settings. Note that disabling cookies may affect the functionality of our Site.
For more information on managing cookies, visit:

5. Updates to This Policy

We may update this Cookie Policy at any time. The “Effective Date” at the top will be revised when updates are made.

6. Contact Us

For questions about our Cookie Policy:
Email: Office@truemoola.com
Phone: (844) 444-8757

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` ); } }); } }); });