Welcome to our store

  • Home
  • Catalog
  • All Collections

WhatsApp_Image_2024-10-19_at_17.15.04.jpg

  • Home
  • Catalog
  • All Collections
Cart

The Champ Gear

RDX Chest Protector – Boxing, MMA, Kickboxing, Muay Thai Body Guard, Adjustable Ribs Protection Pad

Regular price $78.99
Regular price $78.99 Sale price $78.99
Sale
Colour
Size
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); var calculatedPadding = $header.innerWidth() + maxChildWidth; /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* AUI RTL script automatically changes this to padding-right under RTL context */ $slider.css('padding-left', calculatedPadding); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); }));
The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/51A7gLAQMlL.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/21L2L4uKEUL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41Y9JPMuk8L.js,11QfrzttlqL.js,91qahXPBdEL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-421726-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-421726:init', 'aplus-421726-player-ps'); }); }));

Gear up with the RDX F6 Chest Guard– Durable Maya Hide Leather, thick multi-layer padding, Adjustable straps and buckles, and Quick-EZ Closure for easy wear. Train hard and stay protected in style.

Previous page
Next page
P.now("premium-aplus-13-carousel-5").execute(function(init) { if (init) { return; } P.register("premium-aplus-13-carousel-5", function(){ return function() { P.when("A", "jQuery", "a-carousel-framework", "ready").execute(function (A, $, framework) { var moduleId = "5"; var carouselName = "premium-aplus-13-carousel-5"; var paginationAction = "aplus-pagination-dot-action-" + moduleId; var paginationGroup = "#aplus-pagination-group-" + moduleId + "-" + carouselName; const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; /* If the carousel goes to a new page */ A.on("a:carousel:"+carouselName+":change:pageNumber", function (data) { A.$(paginationGroup+" .carousel-slider-circle").removeClass("aplus-carousel-active").attr('aria-selected', 'false') .eq(data.newValue - 1).addClass("aplus-carousel-active").attr('aria-selected', 'true'); }); framework.onInit(carouselName, function (carousel) { A.declarative(paginationAction, 'click keydown', function(event){ var isClick = event.type === 'click'; var isKeydown = event.type === 'keydown'; var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE; var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter) { var data = event.data; carousel.gotoPage(data.page); } else if (isEsc) { // force remove focus event.$target.blur() } }); }); }); } }); });
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when("premium-aplus-13-carousel-5").execute(function(init){init();}); }));

Comparison Chart

CGR-F6

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Boxing Gloves

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

SGR-F6

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

GDR-F6

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

Focus Pads

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

SCC-T2

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)

MMA Gloves

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.4 out of 5 stars
356
4.6 out of 5 stars
11,867
4.0 out of 5 stars
1,394
4.5 out of 5 stars
455
4.6 out of 5 stars
2,619
4.3 out of 5 stars
640
4.5 out of 5 stars
2,108
Price
$79.99$79.99 $44.99$44.99 $54.99$54.99 $34.99$34.99 $41.99$41.99 $69.99$69.99 $39.99$39.99
Design/ Coverage
Chest and Rib Cover Design Solid Attached Thumb Design Shin, Foot Coverage Padded Hardshell Cup Design Curved Palm Dome Design Chest and Rib Cover Design Padded Back and Thumb,Wrist
Material
Maya Hide Leather Maya Hide ConvEX Skin Leather Maya Hide ConvEX Skin Leather Maya Hide Leather L’orme Skin leather Maya Hide Leather Maya Hide ConvEX Skin Leather
Padding
EVA-Lution,SpongEX Padding SpongEX and Quadro Dome 3 Fusion Foam,Soft EVA,SpongEX Multi-Layered EVA padding Fusion Foam,EVA-Lution Sheet Soft EVA,SpongEX Padding Soft EVA,SpongEX
Sizes
Multiple Sizes Multiple Sizes Multiple Sizes Multiple Sizes Single Size Multiple Sizes Multiple Sizes
Colours
Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours
Gender
Unisex Unisex Unisex Male Unisex Unisex Unisex
Applications
Boxing,MMA,Training Boxing,Training, Muay Thai Boxing,MMA,Kickboxing Boxing,MMA,Kickboxing Boxing, Muay Thai, Karate Boxing,MMA,Training Training, Sparring, MMA
Closure / Adjustability
Adjustable Buckles,Hook & Loop Hook and Loop Strap Dual Hook and Loop Lace-Up Closure Short Hook and Loop Strap Adjustable Hook & Loop Strap Hook and Loop Strap
(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));
  • MAYA HIDE LEATHER CONSTRUCTION is wear resistant, the sturdy exterior remains crack free even after repeated engagements. Appropriate for practicing boxing training, Muay Thai, mixed martial arts, Taekwondo, sparring and more.
  • TRIO OF PADDINGS makes this chest protector an efficient protective gear. Light in weight, the protection pad protects the rib cage and the chest against high intensity shots.
  • KARA strike shield has an anatomical design which envelopes the chest cavity perfectly. Curved profile doesn’t impede mobility while evenly distributing the impact generated from high velocity shots.
  • SWEAT ABSORBENT interior makes no compromises on your comfort. Train or workout with a swagger of an elite athlete.
  • ADJUSTABLE BUCKLE CLOSURE helps in attaining a convenient fit. The buckle closure allows swift on and off application.

Quick links

  • Search
  • Catalog
  • Collections
Payment methods
  • Choosing a selection results in a full page refresh.