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 Groin Guard Protector

Regular price $39.99
Regular price Sale price $39.99
Sale
Colour Name
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-105188-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-105188:init', 'aplus-105188-player-ps'); }); }));

The RDX Groin Guard is a versatile, durable protector for athletes, offering comfort and safety across various sports. Its sturdy design and adjustable fit ensure optimal performance, mobility and 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

Groin Protector

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

Groin Protector

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

Groin Protector

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

MMA Gloves

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

Boxing Headgear

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

MMA Shorts

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

Muay Thai Pad

logShoppableMetrics("premium-module-5-comparison-table-scroller", true)
Customer Reviews
4.2 out of 5 stars
214
4.3 out of 5 stars
139
4.5 out of 5 stars
458
4.5 out of 5 stars
2,115
—
4.5 out of 5 stars
1,479
4.3 out of 5 stars
1,224
Price
$24.99$24.99 $35.99$35.99 $34.99$34.99 $39.99$39.99 — $29.99$29.99 $47.99$47.99
Design
Padded Hardshell Cup Design Padded Hardshell Cup Design Padded Hardshell Cup Design Precurved Padded Back Design Padded Top, Removable Grill Side Slit Free & Mobile Design Curved Forearm & Hand coverage
Material
Polyester,PVC,Silicone Maya Hide Leather Maya Hide Leather Maya Hide ConvEX Skin Leather Maya Hide Leather Breathable Polyester Spandex Maya Hide Leather
Sizes
Multiple Sizes Multiple Sizes Multiple Sizes Multiple Sizes Multiple Sizes Multiple Sizes Single Size
Padding
No Padding DenZo-Tron padding Multi-Layered EVA padding Soft EVA,SpongEX EVA-Lution,SpongEX Padding 3Ply Polyester EVA Foam,Denzo-Tron,Gel Foam
Colours
Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours Multiple Colours
Applications
Boxing,MMA,Kickboxing Boxing,MMA,Kickboxing Boxing,MMA,Kickboxing Training, Sparring, MMA Boxing,Training, Muay Thai Running, MMA, Fitness Workouts MMA, Muay Thai, Kickboxing
Closure
Stretchable Waistband Lace-Up Closure Lace-Up Closure Hook and Loop Strap Rear Hook and Loop Pull-on Design With Drawstring Long Dual Hook and Loop Straps
Features
Elasticated Support Straps Elasticated Support Straps Elasticated Support Straps Padded Thumb Design Padded Ear Design Stretchable Fabric Solid Reinforced Handle
(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() }); }));
  • DURABILITY AND RESILIENCE – The RDX Groin Guard for men is manufactured with supreme polyester material fabric which gives it durability and makes it resilient as you train for MMA, Muay Thai, Boxing, or any other similar sports.
  • COMFORTABLE DESIGN – With a groin cup made of PVC plastic and silicone edges, the BJJ groin guard for men ensures user comfort to allow them to practice for baseball, hockey, lacrosse, paintball, rugby, football and fencing among other similar sports.
  • ELASTICATED FITTING – Elasticated jock straps and elasticated waistband allow the users to find the optimally comfortably fitting of the groin support, allowing them to practice and train in as much comfort as possible.
  • VENTILATED AND SWEAT-WICKING – The polyester fabric is ventilated and sweat-wicking to ensure that the users are able to enjoy a dry and comfortable training experience when using the groin support for men.
  • MULTIPLE SIZES – With its multiple sizes, the RDX boxing groin guard ensures that the valued customers are able to find the right product for themselves and are able to train with utmost confidence and comfort.
Colour Black
Brand RDX
Material Polyester
Sport Boxing
Age range (description) Youth

Quick links

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