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 | Kids Boxing Gloves 6oz 4oz Junior

Regular price $46.99
Regular price $46.99 Sale price $46.99
Sale
Color
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-246163-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-246163:init', 'aplus-246163-player-ps'); }); }));

RDX Kids boxing gloves are made of resilient Maya hide leather and can be used with punch bags, or for sparring. The junior boxing gloves are durable and their high quality build along with their multi layered padding design helps with impact dissipation to enhance their potential in the gym

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

Boxing Gloves

logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options

Freestanding Punching Bag

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

Kids Punch Bag

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

Kids Punch Bag

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

GGS-3

logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options

Kids Boxing Wraps

logShoppableMetrics("premium-module-5-comparison-table-scroller", false)
Buying Options
Customer Reviews
4.7 out of 5 stars
3,199
4.8 out of 5 stars
120
4.6 out of 5 stars
463
4.7 out of 5 stars
542
4.3 out of 5 stars
334
4.2 out of 5 stars
67
Price
— $174.99$174.99 $64.99$64.99 $59.99$59.99 — —
Material
Maya Hide Leather Maya Hide, EPE Foam, PU Lining Maya Hide Ntearx Leather Maya Hide leather material Innovative Flexible PolyGel Cotton Nylon Blend
Features
Multi Foam Padded design Solid Design,Suction Cup Base 4-Strap Balanced Design 4-Strap Balanced Design Upper Jaw Coverage Hand,Finger and Wrist Support
Sizes
Multiple Sizes 4FT Single Size Single Size Single Size Single Size
Applications
Boxing,Training, Muay Thai Boxing, Kickboxing, Muay Thai Boxing, Kickboxing, Muay Thai Boxing, Kickboxing, Muay Thai Boxing,Training, Muay Thai Boxing,Training, Muay Thai
Gender
Unisex Unisex Unisex Unisex Unisex Unisex
Flex
Solid Attached Thumb Design Impact and Jolt Dampening Base Tri-Layered Flexible Bag Tri-Layered Flexible Bag Solid and Flexible material Breathable Fabric
Colours
Multiple Colours Multiple Colours Multiple Colours Single Colour Multiple Colours Multiple Colours
Closure / Adjustability
Hook and Loop Strap 12 Strong Suction Cups Zip-Top Bag Closure Zip-Top Bag Closure Reshapable Thermoplastic Layer Hook and Loop Closure
(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 in these kids boxing sparring gloves resist cracks, tear and splits. Practice jabs, hooks and cross knowing the hands are well protected. Go for Muay Thai, Kickboxing and Bag-to-mitt work.
  • ✅ COMBINATION OF FOAM PADDING include Calibrated impact diffusion sheet, DenZo-Tron foam, Sponge X Padding, Spongy Black top fabric, Infused Shock dispersion sheet to keep the impact away from young hands.
  • ✅ QUICK EZ HOOK-AND-LOOP strap is child-friendly. The strap allows for easy on and off application. It offers secure and protected fit around the wrists without any concern of slipping and sliding.
  • ✅ PERFORATED HOLES in the palm are tactically placed. These kids’ junior boxing gloves offer optimal ventilation and thermal regulation with sweat wicking inner lining to keep hands as fresh as possible.
  • ✅ ATTACHED THUMB SUPPORT keeps you and your sparring partner safe by keeping your thumb aligned with your fist while you strike. Build accuracy, focus and speed rhythms while enjoying some punching experience. Sizes are recommended for age between 6 to 12 years.
› See more product details
Size 6oz
Color Black
Material Leather
Brand RDX
Glove Type Sparring

Quick links

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