top of page
Smoke Spotlights

Higher Health in Afton, Oklahoma has 5 Prerolls for $15 including tax every day!  We regularly carry $35 per ounce flower and $35 per ounce prerolls.
Ounce pricing discounts listed here!

$35, $60, $15 Ounces.jpg
$60 Ounces.jpeg
$35 Ounces.jpeg
Bronze Pricing Sign.jpg
Silver Pricing Sign.jpg
Gold Pricing Sign.jpg
Gold Shelf_edited.jpg
Diamond Pricing Sign.jpg
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 }