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 | MMA Gloves Grappling Sparring

Regular price $44.99
Regular price $44.99 Sale price $44.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-248689-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-248689:init', 'aplus-248689-player-ps'); }); }));

Elevate your MMA, Muay Thai, and Kickboxing training with RDX F12 grappling gloves. Advanced padding, durable Maya Hide leather, and a secure Quick-EZ closure combine for peak performance and precision in every strike. Train like a champion, push your limits with RDX.

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

MMA Gloves

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

MMA Gloves

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

SGR-F6

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

Groin Cup

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

GDR-F6

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

Thai Pads

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

MMA Shorts

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.6 out of 5 stars
4,139
4.5 out of 5 stars
2,128
4.2 out of 5 stars
862
4.3 out of 5 stars
95
4.5 out of 5 stars
455
4.6 out of 5 stars
222
4.7 out of 5 stars
970
Price
$27.99$27.99 $27.99$27.99 — $22.99$22.99 $27.99$27.99 $38.99$38.99 $24.99$24.99
Design
Precurved Padded Back Design Precurved Padded Back Design Shin, Foot Covering Design Tri Layered Hardshell Cup Padded Hardshell Cup Design Multi-Layered Curved Design Side Slit Free & Mobile Design
Material
Maya Hide Leather Maya Hide ConvEX Skin Leather Maya Hide ConvEX Skin Leather PVC,Soft PolyGel Maya Hide Leather Maya Hide L'orme Skin Leather Breathable Polyester Spandex
Sizes
Multiple Sizes Multiple Sizes Multiple Sizes Single Size Multiple Sizes Single Size Multiple Sizes
Padding
EVA SpongEX padding Soft EVA,SpongEX Fusion Foam,Soft EVA,SpongEX Hardshell PVC Multi-Layered EVA padding EVA Foam,Denzo-Tron,Gel Foam 3Ply Polyester
Colours
Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours
Applications
Training, Sparring, MMA Training, Sparring, MMA Boxing,MMA,Kickboxing Boxing,MMA,Kickboxing Boxing,MMA,Kickboxing MMA, Muay Thai, Kickboxing Running, MMA, Fitness Workouts
Closure
Dual Hook and Loop Closure Hook and Loop Strap Dual Hook and Loop Straps Slip on design Lace-Up Closure Hook and Loop Strap Pull-on Design With Drawstring
Features
D-Cut Ventilated Palm Padded Thumb Design Elasticated In-step Design Soft PolyGel Bumper Elasticated Support Straps Solid Sturdy Handle Small Side Pockets, Side Slits
(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() }); }));
  • UNPARALLELED FIST SUPPORT – Experience the pinnacle of fist support with our premium MMA grappling gloves. Featuring tri-slabbed PC3 padding, these sparring gloves deliver unmatched impact dispersion, ensuring your hands and fists are protected during the most intense workouts. With our RDX MMA gloves as your trusted companion, you'll be infused with a renewed spirit, enabling you to push boundaries and outperform your previous limits in MMA, Muay Thai, and Kickboxing.
  • SEGMENTED PRE-CURVED DESIGN – Say goodbye to hand strain and welcome a new era of efficiency. Our RDX MMA sparring gloves boast an ergonomic pre-curved design that transcends the ordinary. By reducing the effort required to curve your hands, these MMA boxing gloves empower you to focus wholeheartedly on mastering your grappling technique. Prepare to witness remarkable improvements in performance and witness your inner athlete reaching unprecedented heights.
  • STEADFAST WRIST SUPPORT – Our mixed martial arts gloves for men feature a dual Quick-EZ hook-and-loop closure system, an embodiment of unwavering wrist support. Pave the way to deliver devastating strikes with pinpoint precision and flawless form. With each punch, you'll leave an indelible mark and assert your dominance in the ring.
  • UNYIELDING MAYA HIDE DURABILITY – We've raised the bar in durability to ensure our Kick boxing gloves withstand the harshest training sessions. Our MMA gloves are meticulously crafted with the finest reinforced Maya Hide leather and industrial-grade stitching. This formidable combination not only safeguards against fraying but also provides optimal impact diffusion. Step into the arena with confidence, knowing that your gloves are as resilient as your spirit.
  • UNPARALLELED COMFORT AND VENTILATION– Immerse yourself in a world where comfort and performance coexist harmoniously. Our RDX grappling gloves employ a D. Cut Open Palm design and a sweat-wicking QD1 layer, creating an oasis of breathability and sweat management. The D. Cut palm provides ample ventilation keeping your hands dry and fresh which enables you to execute flawless grappling maneuvers and maintain unyielding grips. Your opponents won't stand a chance against your enhanced prowess.
  • UNLEASH YOUR INNER CHAMPION– Elevate your training experience and embody the true essence of a champion. Choose RDX as your ally, and witness the fusion of groundbreaking technology, unparalleled performance, and an awe-inspiring training journey that will propel you towards greatness. It's time to rewrite the rules and unleash your full potential
› See more product details
Size Large
Color Black
Material Faux Leather
Brand RDX
Glove Type Training

Quick links

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