60 AUTOMATIC KNIFE

people are viewing this right now
Free shipping on orders over $50
Free returns within fourteen days
Contact us: service@goodidealshop.com
Secure payments
$24.99
$49.98
Save 50%
45823 sold
Style : B Style Black
Quantity
Description

MAIN FEATURES

Buy now and it will arrive to you in 3-7 days

❤️ 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.

MAIN FEATURES

60 AUTOMATIC KNIFE - Constructed of heavy-duty materials to withstand impact and stress. The handle is machined from 6061-T6 aluminum for lighter weight and durability. Automatic knives feature high-quality S30V stainless steel blades with a black oxide coating for increased durability and corrosion resistance. Overall, the materials used to make the 60 Auto knives are the best in their class.

60 automatic knife - with excellent ergonomics. It features a precision machined handle with large grooves for a more secure grip with either bare or gloved hands. When using and operating the 60 Auto, I found it most comfortable with a clenched fist. Because of the large guard on the handle, getting my thumb on the back of the blade is a lot harder than I usually prefer, but once I found a grip that fit the shape of my hand, it wasn't an issue. Overall, the 60 Auto is a knife that feels comfortable in the hand and doesn’t feel slippery even under heavy pressure.


It’s hard to express how awesome this knife was when we used it. The thing cuts with laser-like precision and is made for taking on bigger tasks like prying and chopping. The knife cut through rope, wood, food, and cardboard with little to no effort. We were happy with the overall performance when it came to regular tasks and were impressed with the odd jobs this knife could take on. It isn’t the best knife for slicing as the blade is on the thicker end of the scale, but that wasn’t a big deal in the grand scheme of things.

Specifications
Overall Length: 8.56" (217.42 mm)

Blade Length: 3.61" (91.69 mm)

Blade Material: CPM S30V

Blade Finish: Stonewash

Blade Style: Drop Point

Blade Edge: Plain

Handle Length: 4.95" (125.73 mm)

Handle Thickness: 0.59" (14.99 mm)

Handle Material: Aluminum

Handle Color: Green Coated

Pocket Clip: Tip-Up Reversible, Black

Opening Mechanism: Push Button Automatic

Lock Style: Face-Side Safety Switch

Pommel & Lanyard Hole 

Weight: 7.14 oz. (202.42 g)

Made USA

Shipping:

  • Manufacturing: Made in the USA

    Free Shipping Over $50.

    Country of production: Made in the United States

    Our guarantee!!!
    We  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.

    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.

    💰30 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. 

    Where do you ship? And how fast?
    If the delivery time is too long, or the tracking number is not updated, please contact us at service@goodidealshop.com in time, and we will help you track the package within one day.

    Despatch:Your order is fully tracked through FedEx services (road, air, and express options), shipped from Scottsdale, Arizona and insured to anywhere in the world. If ordered before 3pm, we will provide same day shipping service for most products.

    We stock: all the products advertised on our site. We provides a one-stop shop for our customers‘needs.

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.

About our physical knife store

We have our own store in Scottsdale, Arizona, dedicated to selling excellent knives online.

About our physical knife store

We have our own store in Scottsdale, Arizona, dedicated to selling excellent knives online.

Store Address and Contact Information

Our physical store is located in Cave Creek, AZ 85331, United States. Typically, this location serves as our after-sales service point and shipping station. We also welcome customers to make in-store purchases. For more details or after-sales service, please call 917-838-4588.

Store Address and Contact Information

Our physical store is located in Cave Creek, AZ 85331, United States. Typically, this location serves as our after-sales service point and shipping station. We also welcome customers to make in-store purchases. For more details or after-sales service, please call 917-838-4588.