3 in 12 In 1 Multifunctional Self-defense EDC Pocket Knife Slingshot

people are viewing this right now
Free shipping on orders over $50
Free returns within fourteen days
Contact us: service@goodidealshop.com
Secure payments
$35.98
$78.88
Save 54%
45332 sold
Color : Black
Quantity
Description

MAIN FEATURES

❤️ TIPS: All goods are authentic, with genuine patents, counterfeit must be investigated! Customers, please identify our products!
If you bought it and felt that it is not for you, don't worry. Just shoot us a message at contact service@goodidealshop.com, and we will make it right by offering you a replacement or refund. 100% Simple & Risk-Free process.

  • 😊 If you are not satisfied with the goods received, please contact us within 15 days after receipt, and we will give you the best help! Please don't worry!
  • 🍭 Fast refund guarantee>> Partial or full refund depending on the situation.
  • 🚢 Shipping>>Worldwide Express Shipping Available.
  • ⏰ Handling time>> Ship fastest after payment.
😍 HOTTEST GADGET OF 2024😍 
Buy today and we will give you an additional 200 solid steel balls
Our 3 in 12 In 1 Multifunctional Self-defense EDC Pocket Knife Slingshot is one of the coolest gadgets of 2024. Whether you're target shooting, hunting or bird hunting, or making awesome videos, you're guaranteed to perform and impress.

The slingshot opens the function and can be used to drive away wild animals. The knife also has a one-click opening and closing function, which is very convenient to use. The blade is made of high-quality M390 steel with a hardness of 60-62HRC, which is very suitable for outdoor use. It contains a nylon knife sheath and 8 steel ball slingshot knives. This is a new type of outdoor utility knife.

The comfortable feel fits the palm of your hand, allowing you to hold it tightly and not easily fall out of your hand when using it.

The round rubber band design has a stronger pulling force in the rear section and is cold-resistant and frost-resistant - 30 degrees. The pulling force is strong, stable and precise.

The slingshot, knife, and window-breaking function are all in one. The rear part has a window-breaking function. It has multiple uses. It is enough for outdoor use.

Easily open by pressing and holding the button

Specifications:
Total length of knife: 15cm
Blade material: M390 steel hardness of 60-62HRC
Blade length: 4.5cm
Tool handle length: 105mm

Shipping:

Free Shipping Over $50.

Country of production: Made in the United States

🌈Love and peace, maintaining peace is everyone's wish. We promise to donate 10% of the sales amount to the United Nations Children's Charity Fund. Every transaction you make is a protection for children in disaster areas.

Our guarantee
We truly believe that we make some of the most innovative products in the world, and we want to make sure we back that up with a 30-day risk-free ironclad guarantee.

Buying items online can be a daunting task, so we want you to be aware of the absolute ZERO risks in buying something from us and trying it out. If you don't like it, no hard feelings, we'll make it right. We have online email support 24 hours a day, 7 days a week, 365 days a year. Please contact us by emailing service@goodidealshop.com if you need assistance.


Shipping and Warranty
Free shipping on orders over $50
Best quality guaranteed 30 days
Return or refund guarantee.


✈ Worldwide Shipping ✈
🔒 100% Risk-Free Purchase 🔥

We truly offer stunning, trendy high-quality products in the world.
We will do WHATEVER it takes with outstanding customer service support to assist everyone.
If you are not satisfied with receiving the goods, you can apply for a refund.

We Get It,ᅠTrust Takes Time.
Shopping online can feel daunting and scary, especially without seeing the product first. 

Luckily, we made it easier for you.

💰15 Day Test Run💰
Not sure if this is the right set for you? Give us a try, if you don’t like it, you can always send it back to us. 

📦Express Shipping📦

We now ship internationally, mainly serving customers in the US, UK, CA, AU,NZ,SE.DE,ES.

Every week we send out hundreds of packages to customers around the world.

All orders are processed and shipped within 1-2 business days.

Once shipped, shipping time are as follows:

US --> 4-7 business days (depending on the state)

Canada --> 5-8 business days (depending on the province)

UK and Australia --> 6-10 business days

We now ship internationally, mainly serving customers in the US, UK, CA, AU,NZ,SE.DE,ES.

Every week we send out hundreds of packages to customers around the world.

All orders are processed and shipped within 1-2 business days.

Once shipped, shipping time are as follows:

US --> 4-7 business days (depending on the state)

Canada --> 5-8 business days (depending on the province)

UK and Australia --> 6-10 business days

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.