The Fire Magic Wand ™(BUY 2 SAVE $10)

$48.95
$119.99
-59%
Quantity
🔒Secure Payment 🔄30 Days Free Returns 📧Available 24/7 🎁Free Gift

How To Use

Instructions: The User must ensure that they comply with the following instructions before using the Magic wand:
 
(1) The magic flash paper may be wet on arrival. Please spread the paper out and allow it to air dry. Do not use it until it is completely dry. Store the flash paper in a cool area. Keep it away from heat, flames or strong light. Avoid contact with metal objects, it can cause them to rust.
 
(2) Turn the power switch off before filling the Magic Wand with flash paper.
 
(3) Tear the flash paper into a 5cm x 5cm piece, nothing more.
 
(4) Roll it into a cylinder shape around 2cm long. Don't make the roll too thin, otherwise it won't travel as far.
 
(5) Place the roll into the Magic Wand's opening.
 
(6) Push the flash paper down the Magic Wand using the metal piece provided.
 
(7) Read all disclaimers before use. Then you can turn on the power switch and have fun!
 
Disclaimers: The User must ensure that they comply with the following disclaimers before using the Magic wand:
 
(8) Do not hold the wand in-between your arm whilst filling the wand with flash paper. Do not fill the wand with flash paper whilst not in use.
 
(9) When filling the wand with flash paper do not point the flame vent at yourself. Do not insert sharp tools into the opening of the Magic Wand since it can cause damage to the tungsten wire.
 
(10) Our Wand is a professional magic prop, not a toy for children. It is strictly for adults aged 18 or over. Do not shoot near or at any flammable products or materials such as gasoline. Do not shoot near or at humans or animals.
 
(11) Warning: Due to being a product of ignition, this product may explode if used incorrectly and cause moderate to severe injuries. You must ensure that you NEVER block the flame vent (the opening of the wand) whilst holding down the shooting button as this risks the chance of an explosion occurring. Any injuries that arise due to ignoring this warning and instruction will not be compensated and we cannot be held liable.
 
(12) Only use the flash paper provided by us and not by any other merchant.
 
(13) Do not attempt to use any other consumables with the wand.
 
(14) Do not leave flash paper in the wand whilst not in use.
 
(15) Do not leave flash paper in the wand whilst it is charging.
 
(16) Make sure the wand is turned off before inserting flash paper.
 
(17) Do not hold the opening of the wand at any point in time.
 
(18) When inserting flash paper into the wand, do not hold the opening of the wand or press down on the shooting button.
 
(19) Do not use the wand in extreme conditions such as areas of water ingress, high temperatures or high pressure.
 
(20) When using the wand, hold down on the shooting button for a maximum of 1-2 seconds. Anything longer may cause damage to the tungsten wire.
 
(21) For your safety, please use the wand strictly in accordance to the safety guidelines. We will not be responsible or liable for any damage or harm caused by non-compliance.

Description

This wand is absolutely lovely! It shoots real fireballs! Just Wow! I got so many compliments on it. My son adores it, he is so happy now. " --Kenrich S

“I purchased the wand for the Halloween gift for my saon, all his friends will be so jealous. haha" -- Juan P

🎁🎁🎁Gift of the year 2024 Winner.🎉

We are rated 5 out of 5 on Google Reviews.

Attention: Children must play under the supervision of an adult. Strictly forbidden to shoot the fire at pets, persons, or any inflammable goods.
Material: ABS
Net weight:
Box: 280g Wand: 160g
43x8.5x4cm

What's included?
1x Magic wand
1x USB charging cable
1xInstructions sheet
2x Disclaimers sheet
2x Flash Paper (suitable for 180 uses)
1x Gaff
1x standby Battery

How Does The Magic Wand

Work?

Disclcimer: Our wand is a professional macic prop, not a toy for children. It is strictly for adult use only. Do not shoot near or at any flammable products or materials such as gasoline, Do not shoot near or at humans or animals, Read all instructionsand disclaimers which can be found on our how to use page and the instruction sheets we provide, our how to use page can be found here, Please ensure you read all of the discicimers and warnings we provide before using the magic wand. For your safety, please use the wand strictly in accordance to the safety guidelines. We wil not be responsible or liable for any damage or harm caused by noncompliance.

Product Features

❤️AUTHENTIC AND ORIGINAL FIREBALL WAND
✅ONE YEAR GLOBAL WARRANTY
🛡️CHEMICAL-FREE
📦30 DAYS RETURN, SATISFACTION GUARANTEED

Become the wizard or witch you’ve always wanted to be with the Magic Wand. Crafted with precision and finesse, this sleek wand embodies mystical powerallowing you to cast mesmerizingspells. Whether you're a fan of wizardry or seeking a captivating gift, ignite your imagination wit the Magic Wand today.

Create magical experiences with you and your significant others. Fire away as you watch your family and friends smile with joy!

Say the magic words INCENDIO 🔥 and summon this fire charm that will leave everyone in SHOCK!

💥 Fireballs are so real. It uses special flash paper that disappears in seconds after the shot, it will leave your friends speechless!

Our flash paper fireballs evaporate in the air with no trace. No sparks, no embers and no ash! Furthermore our wands feature safety toggle switches which prevent the wand from shooting at the wrong time. Perfect for switching between cosplay prop and casting spells!

Endorsed by many influencers

Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.