top of page

Terms & Conditions

Customer Care

We value you and your health. We are here to help in any way we can. 

Please reach out!

Privacy & Safety

We will not share your information with anyone. 

Wholesale Inquiries

We are ready to wholesale!  We are already supplying several stores in Oklahoma. 

Payment Methods

  • Credit / Debit Cards

  • PAYPAL

  • Offline Payments

Payment Methods
bottom of page
let requestedValue = ''; try { const cookies = document.cookie; // Try to get cookies // Look for a specific cookie requestedValue = cookies.split(';').filter(cookieValue => cookieValue.trim().startsWith('myCookieName')); requestedValue = requestedValue.length === 1 ? requestedValue[0].trim().split('=')[1] || '' : ''; } catch (e) { console.error('Access to cookies denied'); // If there's an error, show this message }