Vintage Military Tank Jacket

$92.00 $179.00 Save $87.00
Sold 425
Color:  Army Green
Size:  M
Quantity
Share the love
Free returns
Cash On Delivery
Secure payments
Description

Product Description:

Pay homage to the heroic tank crews of World War II with our Vintage Military Tank Jacket, a timeless tribute to their enduring legacy. This jacket exudes rugged, vintage charm and has been designed with a meticulous attention to detail, ensuring it is not only a historical homage but also a versatile and comfortable piece for the modern era.

Key Features:

  • Retro Inspiration: This jacket is a nod to the iconic tank jackets worn by U.S. armored units during the 1940s. It's the very texture you've seen in today's military movies, with the movie "FURY" serving as a prime example of its historical significance.

  • Classic Elements: The jacket features a ribbed collar, elbow pads at the elbows, and signature vertical patch pockets, meticulously recreated to offer an authentic feel and look.

  • Lasting Style and Comfort: Crafted with lasting style and comfort in mind, this jacket is your reliable companion for any challenge. Its double collar provides extra warmth and protection, while the full-length sleeves ensure coverage against the elements.

  • Thickened Styles: Choose from thoughtfully added thickened styles to conquer the cold and stay warm even in the harshest winter conditions.

  • Limited Availability: This exceptional product is available in very limited quantities. Once sold out, it will not be restocked, making it a rare and sought-after collector's item.

  • Sizing Options: The jacket comes in standard US/EU sizing, ensuring a perfect fit for everyone. For a more relaxed and comfortable fit, we recommend sizing up.

Style and Versatility:

The Retro World War II Tank Jacket is not just a piece of clothing; it's a statement. Whether you're a history enthusiast, a movie buff, or simply someone who appreciates classic style and comfort, this jacket offers a versatile and authentic addition to your wardrobe. With a front button fastening, it marries history with modern convenience, providing a timeless piece that adapts to your needs.

Embrace History, Brave the Elements:

The "FURY Battlegear," as we affectionately call it, is a tribute to the brave tank crews of yesteryears. With this jacket, you're not only wearing a piece of history, but you're also prepared to embrace the elements with style. Act now to secure your limited-edition Retro World War II Tank Jacket and own a piece of the past.

Please note that due to its limited availability, we recommend placing your order promptly to avoid disappointment. This is your chance to own a piece of history that combines style, comfort, and enduring legacy.

Order yours today and experience the spirit of the tank crews of World War II with our Retro World War II Tank Jacket - "The FURY Battlegear."

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.