(function(){ let w = window.innerWidth; function setHeaderCssVar() { const headerEle = document.getElementById('shoplaza-section-header'); if(!headerEle){ return }; document.body.style.setProperty('--window-height', `${window.innerHeight}px`); document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`); const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide'); if (mdScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`); } const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide'); if (pcScorllHideEle) { document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`); } } function handlResize() { if(w == window.innerWidth){return}; w = window.innerWidth; setHeaderCssVar(); }; function init(){ setHeaderCssVar(); window.removeEventListener('resize', window._theme_header_listener) window._theme_header_listener = handlResize; window.addEventListener('resize', window._theme_header_listener); } init(); })();

Resident Evil 4 Remake Leon S. Kennedy outfit costume

$216.57
Gender:  male
Size:  XXS
Quantity
Sizes Chart
Measurement Guide

How To Measure

It's suggested to have someone else to measure for you.
If you have any other special requirement, pls white it in the "Special Instruction" field when you fill in size.

Shoulder Width

It's across shoulder from right shoulder joint to left shoulder joint instead of in circumference.

Chest

Measure around chest/bust at fullest point. For females, pls wear a bra when doing this measurement.

Waist

Measure around the smallest part of your waistline, it's also called natural waistline, at the point where your trousers would normally ride. Keep one finger between the tape and your body.

Hips

Measure around the fullest part of your hips, keeping the tape parallel to the floor.

Arm Length

Measure shoulder point to wrist through your elbow.

Upper Arm Circumference

Measured around the fullest part of your arm.

Neck to Crotch Area

Measure from the shoulder to the crotch area.

Inseam

Measure the end of the inner thigh to ankle.

Thigh Circumference

Measure the fullest part of the thigh.

Calf Circumference

Measure the fullest part of the calf.

Shoes’Size guide

Shipping Policy

Currently, we accept orders from most of countries worldwide. Most of orders(Except in stock costumes) will be ready to shipment in 7-15 business days once the payment was cleared(we accept the payment with PayPal) and shipped out in two business days.

It usually needs 7-15 days for Free Shipping and 5-10 days for Express shipping way and 3-5 working days for Rush express shipment to get delivered. No overnight shipping. Some of our bestseller costumes we have stock for them and they don't need processing time. We will do our every efforts to make sure you receive the parcel in time but we are not responsible for service transit time. Transit times are provided by the carrier, exclude weekends and holidays, and may vary with package origin and destination, particularly during peak periods.

The risk of loss would be passed to you if you made any mistakes of shipping address when filling out the purchase forms.

  • Free Shipping (7-15 Days) + Processing Time)
  • Express (5-10 Days) + Processing Time)——$9.99
  • Rush Express (3-5 Business Days+Proces Time)——$29.99

Transit / Handling

  • Total Time=Processing Time+Shipping Time
  • Processing Time=7-15 Days
  • Shipping Time: Free Shipping 7-15 Days / Express 5-10 Days / Rush Express 3-5 Business Days

For most of our costumes which are not in stock, it takes about 7-15 working days for the costume to be finished, during Halloween time, the time maybe around 20 working days due to the heavy workload that time. Then the costumes will be sent out via Express, the delivery time frame is the same as other orders.

Order Cut-off Time

  • Standard Orders: The cut-off time for standard orders is GMT+8 2PM. Orders placed before this time will be processed the same day. Orders placed after this time will be processed the following business day.
  • Expedited Orders: For expedited shipping orders, the cut-off time is
  • GMT+8 2PM. This allows for same-day order processing and faster delivery according to the expedited service chosen.
  • Custom Orders: Custom orders, or orders requiring additional processing time, such as personalized or made-to-order items, must be placed by GMT+8 1PM to ensure adequate time for production. The estimated processing time for these orders will be provided at the time of order placement.

Cancellations

The Product Department will begin to prepare the order for you in 48 hours after receiving your order. Thus, make sure to cancel your order within 24 hours. If the package has been processed, you will not be able to cancel it. If you are determined to cancel the order when we are processing the costume, we can not refund the full payment of the order to you.

Damaged Products

If the merchandise is defective or destroyed during shipping, we can exchange the item for you. Or just send the item back to us. We will refund you once receiving the returned parcel.

Our contact information and address:

  • E-mail: support@cosplaylab.com
  • Address:Room 508, Chuangyue Age Cultural Creative Park Building 1, 61th of Xianan Road ,Nan Hai District, Fo Shan City, Guang Dong Province,China 528251
  • China Office Phone Number: +86 13631470379(English Support, Accept SMS contact, Customer service: Customer Service Hours: Monday - Saturday 9:00 a.m. - 6:00 p.m. CST. Except statutory holidays.)

Description

Specification: 

Product name: Resident Evil 4 Remake Leon S. Kennedy outfit costume
Game: Resident Evil 4 Remake
Character: Leon S. Kennedy
Fabric: Compound fabrics, non-glossy spandex, denim, washed leather, four-way stretch, shoe leather.
Package included: 1. Gun Clip, 1 Jacket, 1 Pants, 1 Gloves, 1 Belt, 1 Lining

Overview: 

Unleash the hero within with the "Resident Evil 4 Remake Leon S. Kennedy Outfit Costume" from the heart-pounding game! Dive into the survival horror world with this meticulously designed ensemble that pays homage to the iconic character.

Crafted from a blend of high-quality materials, including compound fabrics, non-glossy spandex, and denim, this costume ensures not only comfort but also an authentic representation of Leon S. Kennedy's rugged style. The washed leather adds a touch of grit, while the four-way stretch ensures flexibility for those intense gaming moments.

The package includes all the essential components to complete your transformation into the fearless protagonist: a stylish gun clip, a sleek jacket that exudes action-hero vibes, durable pants, gloves for that extra edge, a belt to tie it all together, and a lining that guarantees a snug fit.

Whether you're navigating through the eerie landscapes of Resident Evil 4 Remake or making a statement at a gaming convention, this costume is your ticket to embodying the spirit of Leon S. Kennedy. Get ready for a journey into the unknown with an outfit that captures the essence of survival horror!

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.