-35%
Savings
Product Details
Stag Arms BREACHA(R) is a rugged, ambidextrous, precision-manufactured charging handle for the Stag15 platform. The BREACH's design utilizes a reinforced 7075-T6 aluminum bar that is up to the most demanding tasks. Its ambidextrous levers feature a patent-pending, dual spring system, that directs the force-of-use into the robust charging handle body. This allows the shooter to use a one-sided charging technique without compromising the part - a pitfall for traditional mil-spec charging handles.The large lever configuration provides an extended operating surface, perfect for a user with bigger hands, or someone who wants a larger surface for manipulation of the charging handle.This BREACHA(R) Charging handle features colored anodizing on the levers. While imperfections are few and far between, there are occasional variances in the finish. This can include variances in the lever itself, or slight differences in color when comparing two charging handles from different batches. Ambidextrous Controls: Ergonomically designed 7075 Aluminum levers allow the user to easily charge their firearm with either hand, while remaining low profile and comfortable when slung.Robust Construction: Reduced chamfer angles on the 7075 Aluminum reinforced bar design provide a strong foundation for the BREACHA(R) that is resistant to rotational flex or breakage.Patent-pending Lever Mechanism: Transfers force-of-use away from the roll pins and into the top/head portion of the reinforced bar protecting the charging handle in the most demanding circumstances.Gas Deflection Shelf: Aligns with the upper receiver to redirect gas flow away from the users face when shooting suppressed.Functional Design: It is not all just good looks. Stylistic cuts on the charging handle also help to clear stuck on carbon and debris from the upper receiver, while the spacer design seals and protects the lever mechanism from debris.Black on Black anodized charging handle levers 1 Reinforced Bar Provides an overall more rugged part 2 Ambidextrous Controls Allowing quick and effortless manipulation for right- and left-handed shooters 3 Gas Deflection Shelf Directs any excess gas away from the shooters face #product-modal {display: none;}.break-out {width: 100vw;position: relative;left: calc(-1 * (100vw - 100%) / 2);color: rgba(0, 0, 0, .6);}.fcontainer {max-width: 80%;}.vcenter { height: 100%;}.vcenter img { vertical-align: middle;}#features-list { margin: 70px 10% 0;}#features-list, #features-list h4, #features-list p { display: block; text-align: left;}#features-list h4 { font-size: 22px; text-transform: uppercase; color: #000; margin-bottom: 0px;}#features-list h4 span { display: inline-block; background: #f15a29; border-radius: 100px; color: #ddd; padding: 5px 11px; margin-right: 15px; margin-left: -55px; font-size: 20px;}#features-list h4 small { font-size: 20px;}#features-list p { font-size: 18px; color: #000;}.ifoto-modal {display: none;position: fixed;background: #fff;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1000;}.ifoto-content {margin: 0 15%;}.ifoto-main {position: relative;}.ifoto-main img {opacity: 0;width: 100%;animation: fadeIn ease 2s;position: absolute;top: 0;}.ifoto-close {position: fixed;top: 20px;right: 40px;cursor: pointer;font-size: 80px;color: #999;}.ifoto-prev,.ifoto-next {height: 60%;position: fixed;width: 50px;top: 20%;cursor: pointer;font-size: 80px;color: #999;text-align: center;}.ifoto-prev span,.ifoto-next span {position: absolute;top: 50%;transform: translateY(-50%)}.ifoto-prev span {left: 20px;}.ifoto-next span {right: 20px;}.ifoto-prev {left: 0;}.ifoto-next {right: 0;}.gallery .row {max-height: auto;}.gallery .row>div {margin-top: 50px;overflow: hidden;max-height: 200px;}.ifotorama {overflow: hidden;}.ifotorama span {display: block;}.ifotorama span:after {position: absolute;opacity: 0;transition: all 0.5s;-webkit-transition: all 0.5s;content: '\A';top: 0;left: 15px;right: 15px;bottom: 0;background: rgba(0, 0, 0, 0.6) url('https://www.aeroprecisionusa.com/media/wysiwyg/Pages/Breach/arrow-icon.png') no-repeat;background-size: 60px;background-position-x: center;background-position-y: center;}.ifotorama span:hover:after {opacity: 1;}@media screen and (min-width: 550px) {.gallery .row>div {max-height: 250px;}}@media screen and (min-width: 900px) { #features-list{ margin: 0 0 0 155px;}#tab-label-gallery,#tab-label-features {display: none !important;}.ifoto-width {margin-bottom: 0px;}.gallery .row {max-height: auto;overflow: hidden;}.gallery .row>div {max-height: 200px;}}@media screen and (min-width: 1065px) {.gallery .row {max-height: 240px;}.gallery .row>div {max-height: auto;}}@media screen and (min-width: 1500px) {.gallery .row {max-height: 300px;}}@media screen and (min-width: 1900px) {.gallery .row>div {max-height: 400px;}.gallery .row {max-height: 400px;}}@media screen and (min-width: 2450px) {.gallery .row>div {max-height: 500px;border: 1px solid transparent;}.gallery .row {max-height: 500px;}}window.onload = function () {require(['jquery'],function ($) {var images = {image: [],current: 0,total: 0};$(function () {$('.data.item.content:nth-child(4)').after($('#marketing').html()); $('#marketing').remove(); var i = 0;$('.ifotorama').each(function (i, obj) {$(this).data('slide', i);images.image.push({src: $(this).attr('href'),width: '',height: ''});var img = $('').attr('src', $(this).attr('href')).attr('id', "ifoto-img-" + i).attr('class', "ifoto-img").css('display', "none").appendTo('.ifoto-main');i++;});runResize();$(window).resize(function () {runResize();});images.total = images.image.length;$('.ifotorama').click(function (e) {e.preventDefault();openLb();setSlide($(this).data('slide'));})$('.ifoto-close').click(function (e) {e.preventDefault();closeLb();})$('.ifoto-next').click(function (e) {e.preventDefault();current = images.current + 1;if (current == images.total) {current = 0;}setSlide(current);})$('.ifoto-prev').click(function (e) {e.preventDefault();current = images.current - 1;if (current < 0) {current = images.total - 1;}setSlide(current);})})function runResize() { if ($(window).width() >= 900) { $('#features-img').css('margin-top', (($('#features').height() - 200 - $('#features-img').height())/2) + 'px'); } else { $('#features-img').css('margin-top', '0px'); } var photoW = $('.ifoto-width').width();var photoH = Math.floor((800 / 1000) * photoW) - 10;if (photoH < 300) {photoH = 300;} else {photoH = photoH + 75;}$('.ifotorama span').css({height: photoH + 'px'})}function setSlide(slide) {var img = $('#ifoto-img-' + slide);var winh = $(window).height();var divh = $('.ifoto-main').height();var divw = $('.ifoto-main').width();var offsetv = .07 * winh;images.current = slide;$('.ifoto-img').css({'opacity': 0,'display': 'none'});img.css('display', 'block');if (img.height() > $(window).height()) {img.css({width: 'auto',top: offsetv + 'px',height: winh - (offsetv * 2) + 'px',left: ((divw - img.width()) / 2) + 'px'});img.css({'left': ((divw - img.width()) / 2) + 'px'});} else {img.css({'top': ((winh - img.height()) / 2) + 'px'});}img.css('opacity', 1);}function openLb() {$('.ifoto-modal').css('display', 'block');}function closeLb() {$('.ifoto-modal').css('display', 'none');}});}
- Brand
- Unknown
- SKU
- STAG301150