Men’s Waterproof Reinforced Toe Shock-Absorbing Midsole Tactical Boots - Easy to put on and take off, Perfect for Outdoor Activities & Foot Support

Sold 4774, only a few left!
$54.99 $91.98 Save 40%
Sold 4774
Color:  sand
Size:  US 7
Width:  Regular
Quantity
Free shipping on orders over $60
Free returns
Sustainably made
Secure payments

Engineered for Comfort and Protection

Say goodbye to foot pain and discomfort on long hikes. These boots feature a Gore-Tex waterproof and breathable canvas upper, ensuring that your feet stay dry and cool, even in unpredictable weather conditions. The shock-absorbing midsole offers cushioning with every step, while the anti-slip rubber sole ensures maximum traction on slippery or uneven ground.

尺码表 (us7-us15

⭐With 30 days no risk money back guarantee.
⭐100% Satisfaction Guaranteed.
⭐Ship within 48 hours.

Perfect for Men Over 40 with Foot Concerns
If you’re over 40 and experience foot discomfort or need extra support, these boots have been designed for you. The combination of breathable materials and foot-friendly features ensures that you can enjoy outdoor adventures without worrying about foot pain or fatigue.

Built-in foot protection is key: the reinforced protective toe shields your feet from injury, making them perfect for rugged outdoor activities. 

Why These Tactical Boots Are Perfect for You

  • Gore-Tex Waterproof & Breathable Canvas: Keeps your feet dry in rain or snow while allowing them to breathe during intense activity.
  • Shock-Absorbing Midsole: Reduces foot fatigue and impact, perfect for all-day wear.
  • Reinforced Protective Toe: Guards against bumps and impacts during demanding outdoor tasks.
  • Anti-Slip Rubber Sole: Stable traction on any surface, from wet trails to rocky paths.
  • Perfect for 40+ Active Men: Designed with foot comfort and support in mind, ideal for those with mild foot concerns.

Satisfaction Guaranteed

We know you'll love these tactical boots, but if they don’t meet your expectations, return them hassle-free within 30 days. Your comfort and satisfaction are our top priorities!

Don’t let foot pain or discomfort hold you back. Get your pair of tactical boots today and experience the freedom to explore the outdoors like never before!


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.