-11%

Pre-Roll 5 Pack

Original price was: $46.25.Current price is: $41.25.

Build your own customizable joint pack. This deal allows you to choose four joints to create a personalized pack. Each joint has about 0.8g of premium cannabis.

30 people are viewing this right now
464 in stock

Verify your pincode for correct delivery details

Estimated Delivery:
1 Hours
Trust Badge
Guaranteed safe & secure checkout
/** * Proper ob_end_flush() for all levels * * This replaces the WordPress `wp_ob_end_flush_all()` function * with a replacement that doesn't cause PHP notices. */ remove_action( 'shutdown', 'wp_ob_end_flush_all', 1 ); add_action( 'shutdown', function() { while ( @ob_end_flush() ); } );
1