
	SC.CATEGORIES = [];



		SC.ENVIRONMENT.CMS = {"pages":{"pages":[{"name":"FAQ","urlPath":"faq","url":"faq","template":" ","addition_to_head":" ","page_title":"FAQ","page_header":"FAQ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Return Policy","urlPath":"return-policy","url":"return-policy","template":" ","addition_to_head":" ","page_title":"Return Policy","page_header":"Return Policy","meta_description":"Return Policy","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"In Store Pickup","urlPath":"in-store-pickup","url":"in-store-pickup","template":" ","addition_to_head":" ","page_title":"In Store Pickup","page_header":"In Store Pickup","meta_description":"In Store Pickup","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Dealer Programs","urlPath":"dealer-programs","url":"dealer-programs","template":" ","addition_to_head":" ","page_title":"Dealer Programs","page_header":"Dealer Programs","meta_description":"Dealer Programs","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Military and LE Pricing","urlPath":"military-and-le-pricing","url":"military-and-le-pricing","template":" ","addition_to_head":" ","page_title":"Military and LE Pricing","page_header":"Military and LE Pricing","meta_description":"Military and LE Pricing","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"About Us","urlPath":"about-us","url":"about-us","template":" ","addition_to_head":" ","page_title":"About Us","page_header":"About Us","meta_description":"About Us","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Career Opportunities","urlPath":"career-opportunities","url":"career-opportunities","template":" ","addition_to_head":" ","page_title":"Career Opportunities","page_header":"Career Opportunities","meta_description":"Career Opportunities","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"News","urlPath":"news","url":"news","template":" ","addition_to_head":" ","page_title":"News","page_header":"News","meta_description":"News","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Review Our Store","urlPath":"review-our-store","url":"review-our-store","template":" ","addition_to_head":" ","page_title":"Review Our Store","page_header":"Review Our Store","meta_description":"Review Our Store","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Contact Us","urlPath":"contact-us","url":"contact-us","template":" ","addition_to_head":" ","page_title":"Contact Us","page_header":"Contact Us","meta_description":"Contact Us","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Privacy Policy","urlPath":"privacy-policy","url":"privacy-policy","template":" ","addition_to_head":" ","page_title":"Privacy Policy","page_header":"Privacy Policy","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Terms and Conditions","urlPath":"terms-conditions","url":"terms-conditions","template":" ","addition_to_head":" ","page_title":"Terms and Conditions","page_header":"Terms and Conditions","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"ACSS Reticle Detailed Info","urlPath":"acss-reticle-detailed-info","url":"acss-reticle-detailed-info","template":" ","addition_to_head":" ","page_title":"ACSS Reticle Detailed Info","page_header":"ACSS Reticle Detailed Info","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Federal Firearms License","urlPath":"federal-firearms-license","url":"federal-firearms-license","template":" ","addition_to_head":" ","page_title":"Federal Firearms License","page_header":"Federal Firearms License","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Contact Us Success Thank You","urlPath":"contact-us-success-thank-you","url":"contact-us-success-thank-you","template":" ","addition_to_head":" ","page_title":"Contact Us Success","page_header":"Contact Us Success Thank You","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Dealer Application Success Thank You","urlPath":"dealer-application-success-thank-you","url":"dealer-application-success-thank-you","template":" ","addition_to_head":" ","page_title":"Dealer Application Success Thank You","page_header":"Dealer Application Success Thank You","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Dealer Application Form","urlPath":"dealer-application-form","url":"dealer-application-form","template":" ","addition_to_head":"<SCRIPT LANGUAGE=\"JavaScript\">\n    <!--\n    function valid(form)\n    {\n\n        if (form.company.value == \"\")\n        {\n            alert(\"Please enter your business name.\");\n            form.company.focus();\n            form.company.select();\n            return false;\n        }\n        if (form.name.value == \"\")\n        {\n            alert(\"Please enter your name.\");\n            form.name.focus();\n            form.name.select();\n            return false;\n        }\n        if (form.email.value == \"\")\n        {\n            alert(\"Please enter a valid email address.\");\n            form.email.focus();\n            form.email.select();\n            return false;\n        }\n        if (form.phone.value == \"\")\n        {\n            alert(\"Please enter your phone number.\");\n            form.phone.focus();\n            form.phone.select();\n            return false;\n        }\n\n        \n\n        var reg1 = /(@.*@)|(\\.\\.)|(@\\.)|(\\.@)|(^\\.)/; // not valid\n        var reg2 = /^.+\\@(\\[?)[a-zA-Z0-9\\-\\.]+\\.([a-zA-Z]{2,3}|[0-9]{1,3})(\\]?)$/; // valid\n        if (!(!reg1.test(form.email.value) && reg2.test(form.email.value)))\n        {\n            alert(form.email.value + \" is an invalid e-mail!\");\n            form.email.focus();\n            form.email.select();\n            return false;\n        }\n\n        return true;\n    }\n    // -->\n</SCRIPT>","page_title":"Dealer Application Form","page_header":"Dealer Application Form","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Email Sign Up","urlPath":"email-sign-up","url":"email-sign-up","template":" ","addition_to_head":" ","page_title":"Email Sign Up","page_header":"Email Sign Up","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Email Sign Up Success","urlPath":"email-sign-up-success","url":"email-sign-up-success","template":" ","addition_to_head":" ","page_title":"Email Sign Up Success","page_header":"Email Sign Up Success","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Return Submission Success Thank You","urlPath":"return-submission-success-thank-you","url":"return-submission-success-thank-you","template":" ","addition_to_head":" ","page_title":"Return Submission Success Thank You","page_header":"Return Submission Success Thank You","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Military and Law Enforcement Success Thank You","urlPath":"military-and-law-enforcement-success-thank-you","url":"military-and-law-enforcement-success-thank-you","template":" ","addition_to_head":" ","page_title":"Military and Law Enforcement Success Thank You","page_header":"Military and Law Enforcement Success Thank You","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Gift Cards","urlPath":"gift-cards","url":"gift-cards","template":" ","addition_to_head":" ","page_title":"Gift Cards","page_header":"Gift Cards","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /","urlPath":"/","url":"/","template":" ","addition_to_head":"<meta name=\"google-site-verification\" content=\"zRn5t5uL8eRYj8YZukY1NsPwuUWe_VfLM1eJq0-Kh0o\" />\n\n<script type=\"application/ld+json\">\n[{ \n  \"@context\": \"http://schema.org\", \n  \"@type\": \"WebSite\", \n  \"url\": \"http://www.primaryarms.com\", \n  \"potentialAction\": { \n    \"@type\": \"SearchAction\", \n    \"target\": \"http://www.primaryarms.com/search?keywords={search_term}\", \n    \"query-input\": \"required name=search_term\" } \n},\n{\n  \"@context\": \"http://schema.org\",\n  \"@type\": \"LocalBusiness\",\n  \"url\": \"http://www.primaryarms.com\",\n  \"image\": \"http://www.primaryarms.com/resources/primary-arms-PA-logo.png\",\n  \"address\": {\n    \"@type\": \"PostalAddress\",\n    \"addressCountry\": \"USA\",\n    \"addressLocality\": \"Houston\",\n    \"addressRegion\": \"TX\",\n    \"streetAddress\": \"3219 S Sam Houston Pkwy E #100\",\n    \"postalCode\": \"77047\",\n    \"email\": \"info@primaryarms.com\"\n  },\n  \"description\": \"Our mission at Primary Arms is to provide the world with the best shopping experience possible by offering quality products, the right assortment of merchandise, and world class customer service, all at affordable prices. (Our customer service is only available Monday through Friday)\",\n  \"name\": \"Primary Arms\",\n  \"telephone\": \"713-344-9600\",\n  \"faxNumber\": \"713-436-9194\",\n  \"logo\": \"http://www.primaryarms.com/c.3901023/sca-dev-montblanc/img/SCA_Logo.png\",\n  \"openingHours\": \"Mo, Tu, We, Th, Fr 10:00-19:00, Sa 09:00-17:00\",\n  \"sameAs\": [\"http://www.primaryarms.com\",\n  \t\"https://plus.google.com/+primaryarms\",\n  \t\"https://www.facebook.com/primaryarmsllc\",\n  \t\"https://twitter.com/PrimaryArms\",\n  \t\"https://www.instagram.com/primaryarms\",\n  \t\"https://www.youtube.com/user/PrimaryArmsLLC\"]\n}\n]\n</script>","page_title":"AR-15 & AK-47 Parts & Accessories | Primary Arms","page_header":" ","meta_description":"Get the best deals on parts & accessories for your AR-15 or AK-47. Primary Arms carries over 200 of the most trusted brands with red dot sights, rifle scopes & more.","meta_keywords":"ar15","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Anonymous Comment Success","urlPath":"anonymous-comment-success","url":"anonymous-comment-success","template":" ","addition_to_head":" ","page_title":"Anonymous Comment Success","page_header":"Anonymous Comment Success","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /MCategories+AR-15","urlPath":"MCategories+AR-15","url":"MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Parts and Accessories For Sale | Primary Arms","page_header":" ","meta_description":"Best deals on AR 15 parts and Accessories from brands like Primary Arms, SB Tactical & more! Fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308","urlPath":"MCategories+AR-308","url":"MCategories+AR-308","template":" ","addition_to_head":" ","page_title":"AR-308 and AR 10 Uppers, Lowers, Parts & Accessories | Primary Arms","page_header":" ","meta_description":"Get the best deals on all parts for your AR-308 and AR 10. With upper & lower parts & kits, receivers, and barrels from top brands like Mega Arms, WMD, and Aero Precision you'll be sure to have the best AR-10 in town.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47","urlPath":"MCategories+AK-47","url":"MCategories+AK-47","template":" ","addition_to_head":" ","page_title":"AK-47 Parts & Accessories | Primary Arms","page_header":" ","meta_description":"Shop parts for AK 47 and other AK platforms at Primary Arms. We offer a huge variety of AK accessories, parts, handguards, magazines, stocks, grips, AK rifles and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Other-Platforms","urlPath":"MCategories+Other-Platforms","url":"MCategories+Other-Platforms","template":" ","addition_to_head":" ","page_title":"Other Platforms - Parts and Accessories - Primary Arms","page_header":" ","meta_description":"If you are running an alternate carbine platform, Primary Arms has you covered with the latest in parts and accessories from top brands you trust.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Ammunition","urlPath":"MCategories+Ammunition","url":"MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"Ammunition - Centerfire & Rimfire - Primary Arms","page_header":" ","meta_description":"Primary Arms offers ammo in all of the most popular calibers made by the most reliable brands like Federal, PMC, and Hornady to name just a few.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Apparel","urlPath":"MCategories+Apparel","url":"MCategories+Apparel","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":"Primary Arms carries T-shirts, patches, bags, backpacks, hats, and more. Popular items made by Pipe Hitters Union, Spikes Tactical, and Magpul.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Batteries","urlPath":"MCategories+Batteries","url":"MCategories+Batteries","template":" ","addition_to_head":" ","page_title":"Batteries - Primary Arms","page_header":" ","meta_description":"Find the right battery for your scope or optic with Primary Arms.  We carry top brands including Duracell, Energizer, Maxell, Titanium and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Bipods","urlPath":"MCategories+Bipods","url":"MCategories+Bipods","template":" ","addition_to_head":" ","page_title":"AR-15 Bipods & Mounts | Primary Arms","page_header":" ","meta_description":"Shop AR 15 Bipods Monopods & Mounts from top brands as Magpul, Harris, Atlas & more. Get best prices, fast shipping & leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Firearms","urlPath":"MCategories+Firearms","url":"MCategories+Firearms","template":" ","addition_to_head":" ","page_title":"Firearms for Sale | Primary Arms","page_header":" ","meta_description":"Find a great selection of Firearms: AR 15, AK47 & hunting rifles & pistols, AR lowers, SBRs, shotguns, & handguns! At Primary Arms you will find top customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+First-Aid","urlPath":"MCategories+First-Aid","url":"MCategories+First-Aid","template":" ","addition_to_head":" ","page_title":"First Aid - Primary Arms","page_header":" ","meta_description":"Primary Arms offers equipment, supplies, and first aid kits for the most common injuries that you may encounter. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Grips","urlPath":"MCategories+Grips","url":"MCategories+Grips","template":" ","addition_to_head":" ","page_title":"Grips - Primary Arms","page_header":" ","meta_description":"Primary Arms has a huge selection of grips for all types of firearms. We have AR-15, AR-308, AK-47, handgun, and forward mounted grips to choose from.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Gun-Parts","urlPath":"MCategories+Gun-Parts","url":"MCategories+Gun-Parts","template":" ","addition_to_head":" ","page_title":"Gun Parts - Primary Arms","page_header":" ","meta_description":"Find all of the pieces needed to replace individual components on your machine. Primary Arms has a huge selection of the various gun parts you need.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns","urlPath":"MCategories+Handguns","url":"MCategories+Handguns","template":" ","addition_to_head":" ","page_title":"Handguns - Pistols - Primary Arms","page_header":" ","meta_description":"Primary Arms is your source for great deals on all sorts of pistol related items. Trusted brands like Smith & Wesson, Wilson Combat, and Glock, and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Lights-AND-Lasers","urlPath":"MCategories+Lights-AND-Lasers","url":"MCategories+Lights-AND-Lasers","template":" ","addition_to_head":" ","page_title":"Weapon Lights For Sale | Primary Arms","page_header":" ","meta_description":"Weapon Lights and Lasers available for rifles, handguns, shotguns, and any other weapon systems that you might want to attach a tactical light to.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Magazines","urlPath":"MCategories+Magazines","url":"MCategories+Magazines","template":" ","addition_to_head":" ","page_title":"Magazines - Primary Arms","page_header":" ","meta_description":"Primary Arms carries magazines from trusted names like Magpul, Troy, Lancer Systems, and more. Find magazines of all capacities and colors.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Mounts","urlPath":"MCategories+Mounts","url":"MCategories+Mounts","template":" ","addition_to_head":" ","page_title":"Mounts - Primary Arms","page_header":" ","meta_description":"Find the perfect optic or accessory mount for your AR-15, AR-308, AK-47 and more. We carry trusted brands like Magpul, YHM, and Midwest Industries.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Sights","urlPath":"MCategories+Sights","url":"MCategories+Sights","template":" ","addition_to_head":" ","page_title":"AR Sights Front and Rear Back Up Iron Sights | Primary Arms","page_header":" ","meta_description":"Choose from a huge section on top of the line back up ar sights at Primary Arms. Fixed sights, flip up sights, & offset sights are on hand and ready to ship.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Shooting-Gear","urlPath":"MCategories+Shooting-Gear","url":"MCategories+Shooting-Gear","template":" ","addition_to_head":" ","page_title":"Shooting Gear and EDC Gear For Sale | Primary Arms","page_header":" ","meta_description":"Browse the Primary Arms shooting gear  to find eye and ear protection, range bags, mats, gun cases, holsters, knifes, belts and targets.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Survival-Gear","urlPath":"MCategories+Survival-Gear","url":"MCategories+Survival-Gear","template":" ","addition_to_head":" ","page_title":"Survival Gear | Primary Arms","page_header":" ","meta_description":"Whether you're preparing for a camping trip or a life-threatening worst case scenario, Primary Arms has the best deals on the latest survival gear!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Tools-AND-Cleaning-Supplies","urlPath":"MCategories+Tools-AND-Cleaning-Supplies","url":"MCategories+Tools-AND-Cleaning-Supplies","template":" ","addition_to_head":" ","page_title":"Tools and Cleaning Supplies | Primary Arms","page_header":" ","meta_description":"Primary Arms has everything to keep your guns in great shape. The right lubricants and solvents will make sure they don’t malfunction or start to rust. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Barrels","urlPath":"MCategories+AR-15-Barrels","url":"MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"AR-15 Barrels | Primary Arms","page_header":" ","meta_description":"We have the best prices and super fast shipping on the best AR15 barrels from the manufacturers you want in the best caliber and configuration. All backed by our industry-leading customer service based here in Houston, Texas. Buy Today and get shooting.","meta_keywords":"AR 15 Barrel, AR15 barrel,","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Bolt-Carriers","urlPath":"MCategories+AR-15-Bolt-Carriers","url":"MCategories+AR-15-Bolt-Carriers","template":" ","addition_to_head":" ","page_title":"AR-15 Bolt Carrier Group | Primary Arms","page_header":" ","meta_description":"Find the best bolt carrier group for sale at Primary Arms. We have Nickel boron bcg, bolt carrier conversions and more.","meta_keywords":"Bolt Carrier Group, ar15 bcg, nickel boron bcg, ar 15 bcg","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Buffers","urlPath":"MCategories+AR-15-Buffers","url":"MCategories+AR-15-Buffers","template":" ","addition_to_head":" ","page_title":"AR-15 Buffers | Primary Arms","page_header":" ","meta_description":"Find AR15 buffers at the best prices with fast shipping. Browse heavy buffers, carbine buffers, H1, H2 and H3 buffers as well as buffer kits.","meta_keywords":"AR-15, AR15, AR 15, Ar15 buffer, ar-15 buffer, ar buffer, carbine buffer, H1 buffer, heavy buffer","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Charging-Handles","urlPath":"MCategories+AR-15-Charging-Handles","url":"MCategories+AR-15-Charging-Handles","template":"default","addition_to_head":" ","page_title":"AR-15 Charging Handles For Sale | Primary Arms","page_header":" ","meta_description":"Find great deals and fast shipping for AR 15 charging handles. We offer MIL-SPEC, enhanced, and ambidextrous charging handles from top manufacturers.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Complete-Guns","urlPath":"MCategories+AR-15-Complete-Guns","url":"MCategories+AR-15-Complete-Guns","template":" ","addition_to_head":" ","page_title":"AR-15 Complete Rifles On Sale. Save up to 30% | Primary Arms","page_header":" ","meta_description":"Complete portfolio of AR 15 rifles from the top manufacturers. Get best prices, fast shipping, and best-in class customer service. Save up to 30%. Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Pistols","urlPath":"MCategories+AR-15-Pistols","url":"MCategories+AR-15-Pistols","template":" ","addition_to_head":" ","page_title":"AR-15 Pistols For Sale | Primary Arms","page_header":" ","meta_description":"Buy a complete AR 15 pistol at the best price with fast shipping and industry-leading customer service. AR9, 300 blackout pistol, ar15 pistol and more.","meta_keywords":"ar pistol, ar15 pistol, ar 15 pistol, 9mm ar pistol,","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Gas-Blocks","urlPath":"MCategories+AR-15-Gas-Blocks","url":"MCategories+AR-15-Gas-Blocks","template":" ","addition_to_head":" ","page_title":"AR-15 Gas Blocks | Primary Arms","page_header":" ","meta_description":"Find AR 15 gas blocks at best prices & fast shipping at Primary Arms. We have a vast selection, from adjustable gas block to low profile gas blocks & more.","meta_keywords":"adjustable gas block, ar 15 gas block, low profile gas block, ar15 gas block","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Grips","urlPath":"MCategories+AR-15-Grips","url":"MCategories+AR-15-Grips","template":" ","addition_to_head":" ","page_title":"AR-15 Grips | Primary Arms","page_header":" ","meta_description":"Find the best prices and get fast shipping on AR 15 grips. Shop pistol grips, foregrips, handstops, featureless grips, skeletonized grips and more.","meta_keywords":"ar 15 grip, ar 15 pistol grip, AR15 pistol grip, ar pistol grip, ar15 grip, ar 15 handstop, ar foregrip, ar 15 bipod","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Lower-Parts","urlPath":"MCategories+AR-15-Lower-Parts","url":"MCategories+AR-15-Lower-Parts","template":" ","addition_to_head":" ","page_title":"AR-15 Lower Parts Kit For Sale | Primary Arms","page_header":" ","meta_description":"Shop AR 15 lower parts & AR 15 lower parts kits from top brands at the best prices, fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Magazines","urlPath":"MCategories+AR-15-Magazines","url":"MCategories+AR-15-Magazines","template":" ","addition_to_head":" ","page_title":"AR-15 Magazines | Primary Arms","page_header":" ","meta_description":"Find the best prices and fast shipping on AR 15 magazines and speed loaders from trusted brands like Magpul and Lancer Systems.","meta_keywords":"ar 15 magazine, ar15 magazine, AR 15 mags","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Magazine-Releases","urlPath":"MCategories+AR-15-Magazine-Releases","url":"MCategories+AR-15-Magazine-Releases","template":" ","addition_to_head":" ","page_title":"AR-15 Magazine Releases | Primary Arms","page_header":" ","meta_description":"Shop the best prices on AR 15 magazine releases and get fast shipping. Browse our selection of MIL-SPEC releases, extended release buttons, and magazine release and spring kits.","meta_keywords":"ar 15 mag release, Ar 15 magazine release, ar 15 extended mag release, ar mag release, ar15 magazine catch","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Part-Kits","urlPath":"MCategories+AR-15-Part-Kits","url":"MCategories+AR-15-Part-Kits","template":" ","addition_to_head":" ","page_title":"AR-15 Parts Kits | Primary Arms","page_header":" ","meta_description":"Shop AR15 complete lower parts kits and individual lower parts to complete your AR15. We offer the best prices, fast shipping and excellent customer service.","meta_keywords":"ar15, ar 15, ar-15, ar 15 complete lower parts kit, ar15 parts kit, ar 15 parts, ar parts kit,","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Rails--AND--Handguards","urlPath":"MCategories+AR-15-Rails--AND--Handguards","url":"MCategories+AR-15-Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"AR-15 Handguards & AR-15 Rails for sale | Primary Arms","page_header":" ","meta_description":"We have the best prices on mlok rails, keymod rails and picatinny rails. Get fast shipping on our wide selection of AR 15 handguards, AR 15 rails, and forends from top manufacturers.","meta_keywords":"ar 15 handguard, ar15 handguard, free float handguard","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Stocks","urlPath":"MCategories+AR-15-Stocks","url":"MCategories+AR-15-Stocks","template":" ","addition_to_head":" ","page_title":"AR-15 Stocks On Sale | Primary Arms","page_header":" ","meta_description":"Get the best prices on AR 15 stocks from top brands. Find fast shipping  & leading customer service with price discounts on your favorite AR 15 stock.","meta_keywords":"AR15 stock, ar 15 stock, ar 15 buttstock, ar15 stocks, ar 15 stocks","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Stock-Component","urlPath":"MCategories+AR-15-Stock-Component","url":"MCategories+AR-15-Stock-Component","template":" ","addition_to_head":" ","page_title":"AR-15 Stock Components | Primary Arms","page_header":" ","meta_description":"Shop AR15 stock components at the best prices with fast shipping. Browse buffer tube kits and assemblies, AR15 end plates, folding stock conversions and more.","meta_keywords":"ar15 buffer tube kit, ar 15 buffer tube kit, mil spec buffer, rifle length buffer tube, ar 15 end plate,","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Triggers","urlPath":"MCategories+AR-15-Triggers","url":"MCategories+AR-15-Triggers","template":" ","addition_to_head":" ","page_title":"AR-15 Triggers | Primary Arms","page_header":" ","meta_description":"Find the best prices and get fast shipping on AR 15 triggers and drop in triggers from the top manufacturers.","meta_keywords":"ar 15 trigger, ar15 trigger, ar 15 triggers, drop in trigger","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Trigger-Guards","urlPath":"MCategories+AR-15-Trigger-Guards","url":"MCategories+AR-15-Trigger-Guards","template":" ","addition_to_head":" ","page_title":"AR-15 Trigger Guards | Primary Arms","page_header":" ","meta_description":"Primary Arms carries trigger guards from Aero Precision, Magpul, Seekins Precision, Spike’s Tactical, Rainier Arms, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Barrels","urlPath":"MCategories+AR-308-Barrels","url":"MCategories+AR-308-Barrels","template":" ","addition_to_head":" ","page_title":"AR-308 Barrels | Primary Arms","page_header":" ","meta_description":"Primary Arms has the AR-308 barrel that you are looking for. We stock quality barrels from brands like Rainier, Mega Arms, Ballistic Advantage, and CMMG.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Bolt-Carriers","urlPath":"MCategories+AR-308-Bolt-Carriers","url":"MCategories+AR-308-Bolt-Carriers","template":" ","addition_to_head":" ","page_title":"AR-10 & AR-308 Bolt Carrier Groups | Primary Arms","page_header":" ","meta_description":"Primary Arms carries a full line of quality AR 10 & AR 308 bolt carrier groups, as the Battle Arms Development AR-308 BCG, with a slick salt-bath nitride finish.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Gas-Blocks","urlPath":"MCategories+AR-308-Gas-Blocks","url":"MCategories+AR-308-Gas-Blocks","template":" ","addition_to_head":" ","page_title":"AR-308 Gas Blocks | Primary Arms","page_header":" ","meta_description":"Primary Arms carries a variety of high quality steel, aluminum, and titanium gas blocks for AR-308s. All the best brands are here!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Grips","urlPath":"MCategories+AR-308-Grips","url":"MCategories+AR-308-Grips","template":" ","addition_to_head":" ","page_title":"AR-308 Grips | Primary Arms","page_header":" ","meta_description":"Primary Arms carries the latest AR-308 grips from trusted brands like Daniel Defense, Magpul, Viking Tactics, Tango Down, GG&G and more. Shop now!\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Lower-Parts","urlPath":"MCategories+AR-308-Lower-Parts","url":"MCategories+AR-308-Lower-Parts","template":" ","addition_to_head":" ","page_title":"AR-308 Lower Parts | Primary Arms","page_header":" ","meta_description":"Shop Primary Arms to find the perfect lower parts for your AR- 308. Browse top brands names such as Aero Precision, Spikes Tactical, Mega Arms, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Lower-Receivers","urlPath":"MCategories+AR-308-Lower-Receivers","url":"MCategories+AR-308-Lower-Receivers","template":" ","addition_to_head":" ","page_title":"AR-308 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Primary Arms carries all the best AR-308 lower receivers from trusted brands like Mega Arms, Spike’s Tactical, WMD Guns, and Aero Precision. Shop now!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Magazines","urlPath":"MCategories+AR-308-Magazines","url":"MCategories+AR-308-Magazines","template":" ","addition_to_head":" ","page_title":"AR-308 Magazines | Primary Arms","page_header":" ","meta_description":"Primary Arms carries the latest AR-308 magazines from trusted brands like Magpul and Lancer Systems, in multiple capacities and colors, ready to ship!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Rails--AND--Handguards","urlPath":"MCategories+AR-308-Rails--AND--Handguards","url":"MCategories+AR-308-Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"AR-308 Rails and Handguards | Primary Arms","page_header":" ","meta_description":"Primary Arms carries the latest AR-308 handguards and rail systems from trusted brands like Fortis, Yankee Hill, JP Enterprises, Diamondhead, and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Stocks","urlPath":"MCategories+AR-308-Stocks","url":"MCategories+AR-308-Stocks","template":" ","addition_to_head":" ","page_title":"AR-308 Stocks | Primary Arms","page_header":" ","meta_description":"Find the perfect AR-308 stock to fit your shooting style. With plenty of brands and set-ups to choose from, you're sure to find what your rifle needs.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Stock-Component","urlPath":"MCategories+AR-308-Stock-Component","url":"MCategories+AR-308-Stock-Component","template":" ","addition_to_head":" ","page_title":"AR-308 Stock Components | Primary Arms","page_header":" ","meta_description":"Primary Arms carries a wide array of stock parts and accessories for your AR-308. Get parts from trusted brands like KynSHOT, PWS, and VLTOR.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Triggers","urlPath":"MCategories+AR-308-Triggers","url":"MCategories+AR-308-Triggers","template":" ","addition_to_head":" ","page_title":"AR 308 Triggers | Primary Arms","page_header":" ","meta_description":"Get Fast shipping on AR-15 single stage and two stage triggers from Primary Arms. Choose from manufacturers such as Timney Triggers or Geissele Automatics.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Upper-Parts","urlPath":"MCategories+AR-308-Upper-Parts","url":"MCategories+AR-308-Upper-Parts","template":" ","addition_to_head":" ","page_title":"AR-308 Upper Parts | Primary Arms","page_header":" ","meta_description":"Primary Arms carries a wide variety of components for your AR-308 upper, from trusted brands like American Defense, PWS, and Advanced Armament.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Grips","urlPath":"MCategories+AK-47-Grips","url":"MCategories+AK-47-Grips","template":" ","addition_to_head":" ","page_title":"AK-47 Grips | Primary Arms","page_header":" ","meta_description":"Shop AK-47 and AK-74 pistol grips at Primary Arms. Our pistol grips are built to provide excellent comfort, durability, and easy installation.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Parts","urlPath":"MCategories+AK-47-Parts","url":"MCategories+AK-47-Parts","template":" ","addition_to_head":" ","page_title":"AK-47 Parts | Primary Arms","page_header":" ","meta_description":"Primary Arms stocks the latest AK-47 muzzle brakes, small parts, and more from top brands like Tapco, TWS, Magpul, Spike's Tactical, and more. Shop now!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Magazines","urlPath":"MCategories+AK-47-Magazines","url":"MCategories+AK-47-Magazines","template":" ","addition_to_head":" ","page_title":"AK-47 Magazines | Primary Arms","page_header":" ","meta_description":"Primary Arms carries the latest AK-47 magazines, couplers, ranger plates, and more from trusted brands like Magpul, Mission First Tactical, and Tapco. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Rails--AND--Handguards","urlPath":"MCategories+AK-47-Rails--AND--Handguards","url":"MCategories+AK-47-Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"AK-47 Rails & Handguards | Primary Arms","page_header":" ","meta_description":"Primary offers exceptional options for AK-47 handguards at low prices. We carry top brands like Midwest Industries, Command Arms, TWS, Ultimak, & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced Page","urlPath":"MCategories+AK-47-Stock-Component","url":"MCategories+AK-47-Stock-Component","template":"default","addition_to_head":" ","page_title":"AK 47 Folding Stock Adapters | Primary Arms","page_header":" ","meta_description":"Primary Arms offers a variety of stock conversion adapters. Stamped or milled, polymer or aluminum, we have the right one for your application!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Stocks","urlPath":"MCategories+AK-47-Stocks","url":"MCategories+AK-47-Stocks","template":" ","addition_to_head":" ","page_title":"AK-47 Stocks | Primary Arms","page_header":" ","meta_description":"Primary Arms carries the latest AK-47 stocks from trusted brands like Magpul, Century, and UTG Pro. Shop now !","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Triggers","urlPath":"MCategories+AK-47-Triggers","url":"MCategories+AK-47-Triggers","template":" ","addition_to_head":" ","page_title":"AK-47 Triggers | Primary Arms","page_header":" ","meta_description":"Primary Arms carries the latest AK trigger upgrades from trusted brands like ALG, Tapco, and CMC. Shop now!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Optic-Mounts","urlPath":"MCategories+AK-47-Optic-Mounts","url":"MCategories+AK-47-Optic-Mounts","template":" ","addition_to_head":" ","page_title":"AK-47 Optic Mounts | Primary Arms","page_header":" ","meta_description":"Primary Arms carries all the best AK optics mounts from great brands like RS Products, Ultimak, Midwest Industries, and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+22-250","urlPath":"MCategories+22-250","url":"MCategories+22-250","template":" ","addition_to_head":" ","page_title":".22-250 Ammunition | Primary Arms","page_header":" ","meta_description":"Primary Arms carries .22-250 ammo from trusted brands like Federal Fusion. Grab some .22-250 for your next hunt from Primary Arms!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+223-SLASH-556-NATO","urlPath":"MCategories+223-SLASH-556-NATO","url":"MCategories+223-SLASH-556-NATO","template":" ","addition_to_head":" ","page_title":".223/5.56 NATO Ammunition | Primary Arms","page_header":" ","meta_description":"Primary Arms carries .223 Remington and 5.56 NATO ammo from trusted brands like Federal, PMC, Black Hills, Hornady, and more. Feed your rifle!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+30-06","urlPath":"MCategories+30-06","url":"MCategories+30-06","template":" ","addition_to_head":" ","page_title":".30-06 Ammunition | Primary Arms","page_header":" ","meta_description":"Primary Arms carries .30-06 ammo from trusted brands like Federal Fusion. Grab some .30-06 for your next hunt from Primary Arms!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+300-Blackout-762x35mm","urlPath":"MCategories+300-Blackout-762x35mm","url":"MCategories+300-Blackout-762x35mm","template":" ","addition_to_head":" ","page_title":".300 Blackout (7.62x35mm) Ammunition | Primary Arms","page_header":" ","meta_description":"Primary Arms carries .300 Blackout ammo from trusted brands like Remington, Barnes, Black Hills and Hornady. Grab some .300 BLK from Primary Arms!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Featured Primary Arms 1-6X Scope with Patented ACSS 5.56/5.45/.308 Reticle-PAPS1-6X","urlPath":"featured-primary-arms-1-6x-scope-with-patented-acss-556545308-reticle-paps1-6x","url":"featured-primary-arms-1-6x-scope-with-patented-acss-556545308-reticle-paps1-6x","template":" ","addition_to_head":" ","page_title":"Featured Primary Arms 1-6X Scope with Patented ACSS 5.56/5.45/.308 Reticle","page_header":"Featured Primary Arms 1-6X Scope with Patented ACSS 5.56/5.45/.308 Reticle-PAPS1-6X","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Primary Arms 1-6x ACSS Reticle Scope Review","urlPath":"primary-arms-1-6x-acss-reticle-scope-review","url":"primary-arms-1-6x-acss-reticle-scope-review","template":" ","addition_to_head":" ","page_title":"Primary Arms 1-6x ACSS Reticle Scope Review","page_header":"Primary Arms 1-6x ACSS Reticle Scope Review","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Primary Arms Named Daniel Defense 2015 Dealer of the Year","urlPath":"primary-arms-named-daniel-defense-2015-dealer-of-the-year","url":"primary-arms-named-daniel-defense-2015-dealer-of-the-year","template":" ","addition_to_head":" ","page_title":"Primary Arms Named Daniel Defense 2015 Dealer of the Year","page_header":"Primary Arms Named Daniel Defense 2015 Dealer of the Year","meta_description":"Pearland, TX, February 9, 2016– Primary Arms is pleased to be named the Daniel Defense Dealer of the Year for the second year in a row. The strong professional relationship between the two companies helped Primary Arms achieve the best performance in total Daniel Defense product sales for 2015. Primary Arms carries the complete line of Daniel Defense products, ranging from small parts and accessories to complete upper receiver groups and complete rifles.","meta_keywords":"primary arms, daniel defense","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"A Sneak Peek of New Optics from Primary Arms ","urlPath":"a-sneak-peek-of-new-optics-from-primary-arms","url":"a-sneak-peek-of-new-optics-from-primary-arms","template":" ","addition_to_head":" ","page_title":"A Sneak Peek of New Optics from Primary Arms ","page_header":"A Sneak Peek of New Optics from Primary Arms ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Chat With Us","urlPath":"chat-with-us","url":"chat-with-us","template":" ","addition_to_head":" ","page_title":"Chat With Us","page_header":"Chat With Us","meta_description":"We're available Monday through Friday from 8:00 AM to 5:00 PM Central Standard Time. We love talking with other firearms enthusiasts, and we're happy to help. ","meta_keywords":"Primary Arms, contact us, chat with us ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Executive Team","urlPath":"executive-team","url":"executive-team","template":" ","addition_to_head":"<meta name=\"robots\" content=\"noindex, nofollow, noimageindex, nosnippet, noarchive\">","page_title":"Executive Team","page_header":"Executive Team","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Listrak Preference Center","urlPath":"listrak-preference-center","url":"listrak-preference-center","template":" ","addition_to_head":" ","page_title":"Listrak Preference Center","page_header":"Listrak Preference Center","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /Brand+Spikes-Tactical","urlPath":"Brand+Spikes-Tactical","url":"Brand+Spikes-Tactical","template":" ","addition_to_head":" ","page_title":"Spikes Tactical Products For Sale | Primary Arms","page_header":" ","meta_description":"We carry a variety of AR 15 parts from Spike Tactical. Including Spikes Tactical lower, Spikes Tactical upper, Spikes Tactical 9mm upper and more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Aero-Precision","urlPath":"Brand+Aero-Precision","url":"Brand+Aero-Precision","template":" ","addition_to_head":" ","page_title":"Aero Precision For Sale | Primary Arms","page_header":" ","meta_description":"Aero Precision complete uppers, Aero Precision Stripped lowers, receiver sets, and more for AR-15 and AR-308 platforms for sale. M4E1 and M5E1 parts and accessories.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Strike-Industries","urlPath":"Brand+Strike-Industries","url":"Brand+Strike-Industries","template":" ","addition_to_head":" ","page_title":"Strike Industries For Sale | Primary Arms","page_header":" ","meta_description":"Strike Industries new products for sale. Best prices on Mass Driver Compensator, ARC slide, Strike Industries Gridlock Handguard, Viper grip, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Midwest-Industries","urlPath":"Brand+Midwest-Industries","url":"Brand+Midwest-Industries","template":" ","addition_to_head":" ","page_title":"Midwest Industries For Sale | Primary Arms","page_header":" ","meta_description":"Shop Midwest Industries Parts and Accessories for your AR15 and AK47 including rails and  handguards, combat sights, and more at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Primary-Arms","urlPath":"Brand+Primary-Arms","url":"Brand+Primary-Arms","template":"default","addition_to_head":" ","page_title":" Shop Primary Arms Branded Line | Primary Arms","page_header":" ","meta_description":"Primary Arms features our own line of AR 15 and AK 47 parts, accessories, scopes, optics and red dot sights.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Bear-Creek-Arsenal","urlPath":"Brand+Bear-Creek-Arsenal","url":"Brand+Bear-Creek-Arsenal","template":" ","addition_to_head":" ","page_title":"Shop Bear Creek Arsenal | Primary Arms","page_header":" ","meta_description":"Primary Arms features AR 15 parts from Bear Creek Arsenal. Shop Barrels, Bolt Carrier Groups and more from bear creek armory. At the bottom, read our bear creek arsenal review.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Holosun","urlPath":"Brand+Holosun","url":"Brand+Holosun","template":" ","addition_to_head":" ","page_title":"Holosun Red Dots | Primary Arms","page_header":" ","meta_description":"Primary Arms offers Holosun red dot sight and AR 15 accessories from Holosun, including sights featuring the ACSS Reticle and the Holosun 507c.","meta_keywords":"holosun, red dot sight, red dot, ar 15, ar15, ar-15, scopes, ar15 parts, ar 15 parts, ar15 accessories","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Bravo-Company-Manufacturing","urlPath":"Brand+Bravo-Company-Manufacturing","url":"Brand+Bravo-Company-Manufacturing","template":" ","addition_to_head":" ","page_title":"Bravo Company For Sale | Primary Arms","page_header":" ","meta_description":"Bravo Company USA AR-15 Complete Lowers, BCM Uppers, and a full list of BCM Gunfighter accessories including the MCMR handguard for sale at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Ballistic-Advantage","urlPath":"Brand+Ballistic-Advantage","url":"Brand+Ballistic-Advantage","template":"default","addition_to_head":" ","page_title":"Ballistic Advantage Barrels For Sale | Primary Arms","page_header":" ","meta_description":"Ballistic Advantage Barrels for Sale at Primary Arms! Whether you are looking for a 5.56 AR15 barrel or chambered in .223 Wylde, we've got you covered.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Anderson-Manufacturing","urlPath":"Brand+Anderson-Manufacturing","url":"Brand+Anderson-Manufacturing","template":" ","addition_to_head":" ","page_title":"Anderson Manufacturing For Sale | Primary Arms","page_header":" ","meta_description":"Anderson Manufacturing has a variety of AR-15 lowers, parts, rifles, and more. Get a new Anderson upper receiver today and get started building!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Radical-Firearms","urlPath":"Brand+Radical-Firearms","url":"Brand+Radical-Firearms","template":"default","addition_to_head":" ","page_title":" Radical Firearms for Sale","page_header":" ","meta_description":"Primary Arms carries AR 15 parts, accessories, and AR 15 rifles from Radical Firearms. Shop our selection.","meta_keywords":"radical firearms, ar15, ar 15, ar-15, ar 15 parts, ar15 parts, ar 15 rifle, ar15 rifle","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Seekins-Precision","urlPath":"Brand+Seekins-Precision","url":"Brand+Seekins-Precision","template":" ","addition_to_head":" ","page_title":"Seekins Precision | Primary Arms","page_header":" ","meta_description":"Seekins Precision Products for sale. Get a Seekins Havok bolt action rifle in 6.5 Creedmoor today!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Odin-Works","urlPath":"Brand+Odin-Works","url":"Brand+Odin-Works","template":" ","addition_to_head":" ","page_title":"Odin Works Products For Sale | Primary Arms","page_header":" ","meta_description":"Shop all Odin Works Products at Primary Arms and get the best prices, fast shipping, and excellent customer service. Shop now!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Troy-Industries","urlPath":"Brand+Troy-Industries","url":"Brand+Troy-Industries","template":" ","addition_to_head":" ","page_title":"Shop Troy Industries | Primary Arms","page_header":" ","meta_description":"From BattleMags to BattleSights, and everything in between, TROY Industries products are known for their combat-ready quality. Shop now. ","meta_keywords":"Troy Industries, ar15, ar 15, ar-15, ar 15 parts, ar15 parts, ar 15 magazine, ar 15 rifle, ar15 rifle","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Ghost-Firearms","urlPath":"Brand+Ghost-Firearms","url":"Brand+Ghost-Firearms","template":"default","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":"","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+CMC-Triggers","urlPath":"Brand+CMC-Triggers","url":"Brand+CMC-Triggers","template":" ","addition_to_head":" ","page_title":"CMC Triggers For Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms carries CMC Triggers, and CMC Trigger AR 15 lower parts kits and AR 15 accessories. Shop our products.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Hexmag","urlPath":"Brand+Hexmag","url":"Brand+Hexmag","template":"default","addition_to_head":" ","page_title":" Hexmag Magazines For Sale | Primary Arms","page_header":" ","meta_description":"Hexmag Magazines for sale at Primary Arms come in a variety of colors from black to FDE. Get your Hex Mag and magazine accessories today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Geissele-Automatics","urlPath":"Brand+Geissele-Automatics","url":"Brand+Geissele-Automatics","template":" ","addition_to_head":" ","page_title":"Shop Geissele Automatics [Best Price Guarantee] at Primary Arms","page_header":" ","meta_description":"Geissele Automatics is among the best trigger brands in the world.  With a Geissele trigger, your ar15 will shoot smoother than ever. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Glock","urlPath":"Brand+Glock","url":"Brand+Glock","template":" ","addition_to_head":" ","page_title":"Glock | Glock Pistol, Glock Magazine, Part & Accessories","page_header":" ","meta_description":"Shop from a huge selection of Glocks! Find best prices on Glock 17, Glock 19, Glock Mags & Custom Glock Parts! At Primary Arms we have top customer service & ship fast.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Ruger","urlPath":"Brand+Ruger","url":"Brand+Ruger","template":" ","addition_to_head":" ","page_title":"Ruger Guns for Sale | Ruger Handguns & Parts at Primary Arms","page_header":" ","meta_description":"Browse our variety of Ruger handguns, rifles, pistols, & parts. At Primary Arms, you find the best selection of Ruger guns, triggers, magazines & more!","meta_keywords":"ruger, ruger firearms, ruger pistol, ruger rifle, ruger 10/22, ruger lcp, ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Winchester","urlPath":"Brand+Winchester","url":"Brand+Winchester","template":" ","addition_to_head":" ","page_title":"Winchester Ammo for Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms offers a variety of ammunition from Winchester. 22LR, 9mm, 223 Winchester, 5.56 NATO & more! Find the best prices with fast shipping!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Nikon","urlPath":"Brand+Nikon","url":"Brand+Nikon","template":" ","addition_to_head":" ","page_title":"Nikon Scopes & Accessories For Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms features a variety of Nikon scopes & scope accessories. Shop our selection of Nikon rifle scopes at best prices & with fast shipping!","meta_keywords":"nikon, nikon scopes, nikon riflescopes, nikon optics","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Remington","urlPath":"Brand+Remington","url":"Brand+Remington","template":" ","addition_to_head":" ","page_title":"Remington 870 Shotguns & Ammo  | Primary Arms","page_header":" ","meta_description":"Shop Remington 870 shotguns, rifles & ammo at Primary Arms. Find a variety of Remington 870 pump-action shotguns. We have the best prices & ship fast!","meta_keywords":"remington, remington shotguns, remington ammo, remington rifles, remington 870","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Sig-Sauer","urlPath":"Brand+Sig-Sauer","url":"Brand+Sig-Sauer","template":" ","addition_to_head":" ","page_title":"Sig Sauer Handguns, Magazine, Optics [Red Dots & Scopes]","page_header":" ","meta_description":"Primary Arms offers a variety of Sig Sauer handguns & magazines [P220, P226, P238, P320, P938, P365], stocks, optics (red dot sights & scopes). Shop our selection!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Rifle-Kits","urlPath":"MCategories+AR-15-Rifle-Kits","url":"MCategories+AR-15-Rifle-Kits","template":" ","addition_to_head":" ","page_title":"AR 15 Build Kits | Primary Arms","page_header":" ","meta_description":"Get the best prices & fast shipping on AR build kits, barreled AR 15 build kits, pistol length AR kit & more to complete your build.","meta_keywords":"ar 15 kit, ar 15 kits, ar15 kits, ar15 kit, ar 15 build kit, ar15 build kit, ar kits, rifle kit","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Government Acquisition Form","urlPath":"government-acquisition-form","url":"government-acquisition-form","template":" ","addition_to_head":" ","page_title":"Government Acquisition Form","page_header":"Government Acquisition Form","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /allbrands","urlPath":"allbrands","url":"allbrands","template":"default","addition_to_head":" ","page_title":" Shop all Firearm Brands | Primary Arms","page_header":" ","meta_description":"Magpul, Glock, Trijicon, Holosun, EOTech & More. Over 250 of the best gun brands in the world. Names you trust, at the best prices, fast shipping, and great customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/primary-arms-gen-2-3x-acss-cqb-m2-and-5x-acss-cqb-prism-scopes","urlPath":"blog/primary-arms-gen-2-3x-acss-cqb-m2-and-5x-acss-cqb-prism-scopes","url":"blog/primary-arms-gen-2-3x-acss-cqb-m2-and-5x-acss-cqb-prism-scopes","template":" ","addition_to_head":" ","page_title":"NEW! Primary Arms Gen II Prism Scopes | Primary Arms Blog","page_header":" ","meta_description":"Our brand new generation of Primary Arms prism scopes with ACSS reticle systems and improved features! Shop 3X or 5X magnification options! Read our latest blog post.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/Introducing-the-Primary-Arms-1x-Prism-Scope-With-ACSS-Cyclops-Reticle","urlPath":"blog/Introducing-the-Primary-Arms-1x-Prism-Scope-With-ACSS-Cyclops-Reticle","url":"blog/Introducing-the-Primary-Arms-1x-Prism-Scope-With-ACSS-Cyclops-Reticle","template":" ","addition_to_head":" ","page_title":"NEW! The PA 1X Cyclops Prism Scope | Primary Arms Blog","page_header":" ","meta_description":"We are proud to release the new Primary Arms 1X prism scope with ACSS Cyclops reticle. Read our review and shop today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/top-5-ar15-upgrades-to-improve-accuracy","urlPath":"blog/top-5-ar15-upgrades-to-improve-accuracy","url":"blog/top-5-ar15-upgrades-to-improve-accuracy","template":" ","addition_to_head":" ","page_title":"Top 5 AR-15 Upgrades to Shoot Tighter Groups | Primary Arms Blog","page_header":" ","meta_description":"Our latest blog post! Improve your AR15s accuracy with this list of the best AR upgrades. Our top 5 picks will help you shoot better and more consistently.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/national-shooting-sports-month-2018-grandaddys-gun","urlPath":"blog/national-shooting-sports-month-2018-grandaddys-gun","url":"blog/national-shooting-sports-month-2018-grandaddys-gun","template":" ","addition_to_head":" ","page_title":"National Shooting Sports Month 2018 | Primary Arms Blog","page_header":" ","meta_description":"New from the PA Blog. What's your shooting sports story? We all have a story to share with our community about the value and benefit of shooting, hunting, and outdoor recreation.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/prism-scopes-vs-LPVO-for-budget-ar-15-optic","urlPath":"blog/prism-scopes-vs-LPVO-for-budget-ar-15-optic","url":"blog/prism-scopes-vs-LPVO-for-budget-ar-15-optic","template":" ","addition_to_head":" ","page_title":"Low Power Variable Optic vs. Prism Scope for Your Budget AR-15","page_header":" ","meta_description":"Primary Arms offers LPVO's and Prism scopes, but which option is best for your budget rifle, work, or truck gun? The AR-15 is versatile and demands a versatile optic. Read to see what we choose!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/best-ar-caliber-for-hunting-deer-2018-guide","urlPath":"blog/best-ar-caliber-for-hunting-deer-2018-guide","url":"blog/best-ar-caliber-for-hunting-deer-2018-guide","template":" ","addition_to_head":" ","page_title":"Best AR-15 Calibers for Hunting Deer [2018 Guide]","page_header":" ","meta_description":"We selected one AR hunting cartridge in each cartridge class that tops the list for hunting deer in North America. Can you hunt deer with an AR-15? Yes you can!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/builders-corner-blog-the-almost-roland-special-glock-17","urlPath":"blog/builders-corner-blog-the-almost-roland-special-glock-17","url":"blog/builders-corner-blog-the-almost-roland-special-glock-17","template":" ","addition_to_head":" ","page_title":"The (Almost) Roland Special Glock 17 | The PA Blog","page_header":" ","meta_description":"Read the latest blog post from the Primary Arms Blog. This Builder's Corner features Will's Glock 17 defensive pistol, modeled loosely on the Roland Special concept. Share on Facebook, Twitter, and Reddit!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/DIY-rattle-can-AR-15-paint-job-for-under-15-bucks","urlPath":"blog/DIY-rattle-can-AR-15-paint-job-for-under-15-bucks","url":"blog/DIY-rattle-can-AR-15-paint-job-for-under-15-bucks","template":" ","addition_to_head":" ","page_title":"How to Spray Paint Your AR-15 | The PA Blog","page_header":" ","meta_description":"A DIY rattle can spray paint job on your AR-15 is an easy and cheap way to get the custom look you want on your rifle. We'll show you how, step by step.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog","urlPath":"blog","url":"blog","template":" ","addition_to_head":" ","page_title":"The Primary Arms Blog | Primary Arms","page_header":"The Primary Arms Blog","meta_description":"Your Primary Source for firearms content! Read our latest blog posts or browse our archives. Read more...","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights","urlPath":"1+Back-Up--SLASH--Iron-Sights","url":"1+Back-Up--SLASH--Iron-Sights","template":" ","addition_to_head":" ","page_title":"Back Up Sights & Iron Sights | Primary Arms","page_header":" ","meta_description":"In the event your rifle's optic system fails, be prepared with back up sights. Or challenge your marksmanship with traditional irons. Shop now!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Yankee-Hill-Machine","urlPath":"Brand+Yankee-Hill-Machine","url":"Brand+Yankee-Hill-Machine","template":" ","addition_to_head":" ","page_title":"Shop Yankee Hill Machine | Primary Arms","page_header":" ","meta_description":"Here at Primary Arms we offer a wide variety of popular Yankee Hill Machine products like the Annihilator flash hider and many more.","meta_keywords":"Yankee Hill Machine, muzzle brake, ar 15 flash hider, yhm, yhm phantom, yankee hill machine muzzle brake, yankee hill, yankee hill machine phantom,  yankee hill phantom, yankee hill machine barrel, yankee hill barrel, yhm handguard","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Vortex-Optics","urlPath":"Brand+Vortex-Optics","url":"Brand+Vortex-Optics","template":" ","addition_to_head":" ","page_title":"Shop Vortex Optics | Primary Arms","page_header":" ","meta_description":"Choose your favorite Vortex Optics scope and experience the fast shipping and excellent customer service only Primary Arms can offer.","meta_keywords":"Vortex Optics, Vortex Optic, Vortex Viper, Vortex Optics Strikefire 2, Vortex Optics Crossfire ii, Vortex Razor, Scope Vortex, vortexoptics, Vortex Optics red dot, Vortex Optics Strike Eagle","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Noveske-Rifleworks","urlPath":"Brand+Noveske-Rifleworks","url":"Brand+Noveske-Rifleworks","template":" ","addition_to_head":" ","page_title":"Noveske Rifleworks For Sale | Primary Arms","page_header":" ","meta_description":"If you are looking for Noveske Rifleworks AR-15 parts, Primary Arms has you covered. Handguards, flash hiders, whatever you need, we have it all.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Timney-Triggers","urlPath":"Brand+Timney-Triggers","url":"Brand+Timney-Triggers","template":" ","addition_to_head":" ","page_title":"Timney Triggers For Sale | Primary Arms","page_header":" ","meta_description":"Timney Trigger for sale at Primary Arms. Shop now for AR15 Triggers for competition, or R700 triggers for long range. Timney SIG MPX Triggers as well.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Lancer-Systems","urlPath":"Brand+Lancer-Systems","url":"Brand+Lancer-Systems","template":" ","addition_to_head":" ","page_title":"Lancer Systems For Sale | Primary Arms","page_header":" ","meta_description":"If you are tired of standard magazines check out our selection of Lancer Systems polymer magazines for any caliber you need.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Inforce","urlPath":"Brand+Inforce","url":"Brand+Inforce","template":" ","addition_to_head":" ","page_title":"Inforce Lights For Sale | Primary Arms","page_header":" ","meta_description":"Light the night with our selection of Inforce weapon and handheld lights. Primary arms offers the best prices and fastest shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Zev-Technologies","urlPath":"Brand+Zev-Technologies","url":"Brand+Zev-Technologies","template":" ","addition_to_head":" ","page_title":"Zev Technologies For Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms is your one stop shop for all your Zev Technologies Glock parts needs. Now stocking the OZ9 complete pistol.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Magpul","urlPath":"Brand+Magpul","url":"Brand+Magpul","template":" ","addition_to_head":" ","page_title":"Magpul For Sale | Primary Arms","page_header":" ","meta_description":"Magpul Industries is an American Manufacturer of PMAG magazines, stocks, & more. We have a full collection of PMAG mags & Magpul stocks for sale.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /productfinder","urlPath":"productfinder","url":"productfinder","template":" ","addition_to_head":" ","page_title":"Find Your Perfect  Rifle Scope | PA Scope Finder","page_header":" ","meta_description":"Our scope finder tool lets you set the stats and features you want, and shows you all the options so you can find your perfect scope.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/tactical-stocking-stuffers-2018-holiday-guide","urlPath":"blog/tactical-stocking-stuffers-2018-holiday-guide","url":"blog/tactical-stocking-stuffers-2018-holiday-guide","template":" ","addition_to_head":" ","page_title":"Tactical Stocking Stuffers [2018 Holiday Guide] | The PA Blog","page_header":" ","meta_description":"Be a Holiday Hero! Shop these awesome gift ideas to stuff the stocking of the firearms enthusiast on your list! ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Angled-Foregrips/MCategories+AR-15-Grips","urlPath":"2+Angled-Foregrips/MCategories+AR-15-Grips","url":"2+Angled-Foregrips/MCategories+AR-15-Grips","template":" ","addition_to_head":" ","page_title":"AR-15 Angled Foregrips For Sale | Primary Arms","page_header":" ","meta_description":"Angled Fore Grips help you keep greater control of your rifle for soft shooting &  ergonomic handling. Shop Magpul, Bravo Company, Strike Industries & more.","meta_keywords":"Magpul AFG, Bravo Company, Strike Industrie, Seekins Precision, angled fore grip, AR-15","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Command-Arms","urlPath":"Brand+Command-Arms","url":"Brand+Command-Arms","template":" ","addition_to_head":" ","page_title":"Shop CAA | Micro RONI | Primary Arms","page_header":" ","meta_description":"Shop all CAA gear including the Micro RONI stabilizer kits for Glock Pistols. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+6-5-Creedmoor","urlPath":"CaliberGauge+6-5-Creedmoor","url":"CaliberGauge+6-5-Creedmoor","template":" ","addition_to_head":" ","page_title":"6.5 Creedmoor Products | Primary Arms","page_header":" ","meta_description":"Shop all 6.5 Creedmoor products from Primary Arms and get fast shipping and great customer service and support at every step.","meta_keywords":"6.5 Creedmoor","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+300-BLK_2","urlPath":"CaliberGauge+300-BLK_2","url":"CaliberGauge+300-BLK_2","template":" ","addition_to_head":" ","page_title":"300 Blackout Products | Primary Arms","page_header":" ","meta_description":"Shop all 300 Blackout, .300 BLK products from Primary Arms. 300 BLK pistol, complete uppers, blackout barrels, ammunition, and more","meta_keywords":"300 blackout, 300 BLK, 300 AAC Blackout, .300 BLK, 300BLK, 300 blackout barrel, 300 blackout upper, 300 Blackout pistol","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Guntec-USA","urlPath":"Brand+Guntec-USA","url":"Brand+Guntec-USA","template":" ","addition_to_head":" ","page_title":"Shop Guntec USA | Primary Arms","page_header":" ","meta_description":"Here at Primary Arms we offer a large selection of Guntec USA AR-15 parts and accessories like free float handguards and even gunsmithing tools.","meta_keywords":"guntec usa, gun tec usa, guntec, guntec usa keymod, guntec keymod, guntec rail system, guntec usa free float handguard","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Receiver-Sets","urlPath":"MCategories+AR-15-Receiver-Sets","url":"MCategories+AR-15-Receiver-Sets","template":" ","addition_to_head":" ","page_title":"AR-15 Receiver Sets | Primary Arms","page_header":" ","meta_description":"Shop AR-15 Upper and Lower Receiver sets. Billet upper receiver and lower receivers, skeletonized AR receivers from Spikes Tactical, F-1 Firearms, Fortis, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Leupold","urlPath":"Brand+Leupold","url":"Brand+Leupold","template":" ","addition_to_head":" ","page_title":"Leupold Scopes For Sale | Primary Arms","page_header":" ","meta_description":"If you are looking for Leupold scopes, red dot sights, or scope rings to attach to your rifle, Primary Arms has you covered. We have the best prices & ship fast!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Test and Evaluation Program","urlPath":"test-and-evaluation-program","url":"test-and-evaluation-program","template":" ","addition_to_head":" ","page_title":"Test and Evaluation Program","page_header":"Test and Evaluation Program","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /Brand+EOTech","urlPath":"Brand+EOTech","url":"Brand+EOTech","template":" ","addition_to_head":" ","page_title":"EOTech Sight, Holographic Sight & EOTech Scope for Sale","page_header":" ","meta_description":"Our large selection of EOTech sights. Whether you are looking for the EOTech 512, EOTech xps2, EOTech exps3, EOTech Vudu, EOTech magnifier, at Primary arms you will find the full line up at best prices!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+2A-Armament","urlPath":"Brand+2A-Armament","url":"Brand+2A-Armament","template":" ","addition_to_head":" ","page_title":"Shop 2A Armament | Primary Arms","page_header":" ","meta_description":"2A Armament designs and builds a variety of AR-15 components like the Balios Lite receiver set and lightweight BCGs.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+A*B-Arms","urlPath":"Brand+A*B-Arms","url":"Brand+A*B-Arms","template":" ","addition_to_head":" ","page_title":"Shop A*B Arms | Primary Arms","page_header":" ","meta_description":"A*B Arms designs products like the Urban Sniper stock and the Mod X bolt action rifle chassis and we carry it all at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Slings--AND--Mounts","urlPath":"1+Slings--AND--Mounts","url":"1+Slings--AND--Mounts","template":" ","addition_to_head":" ","page_title":"AR and AK Slings & Mounts | Primary Arms","page_header":" ","meta_description":"Shop rifle slings and sling mounts for your AR15, AK47, shotgun or other long gun at Primary Arms. Quick detach slings, MLOK and KeyMod Slings and mounts, all at the best prices with fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Department Trade-In Program","urlPath":"department-trade-in-program","url":"department-trade-in-program","template":" ","addition_to_head":" ","page_title":"Department Trade-In Program","page_header":"Department Trade-In Program","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Walker%E2%80%99s","urlPath":"Brand+Walker%E2%80%99s","url":"Brand+Walker%E2%80%99s","template":" ","addition_to_head":" ","page_title":"Brand | Walker's Hearing Protection","page_header":" ","meta_description":"Walker's Game Gear offers the highest quality and innovative hearing and eye protection on the market.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"sponsorships","urlPath":"sponsorships","url":"sponsorships","template":" ","addition_to_head":" ","page_title":"sponsorships","page_header":"sponsorships","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Upper-Receivers","urlPath":"MCategories+AR-308-Upper-Receivers","url":"MCategories+AR-308-Upper-Receivers","template":"default","addition_to_head":" ","page_title":"AR-308 & AR-10 Upper Receivers For Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms has you covered for all your AR-308 Upper Receiver & AR-10 Upper Receiver needs whether you want a complete or stripped assembly.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Grips","urlPath":"MCategories+Handguns-Grips","url":"MCategories+Handguns-Grips","template":" ","addition_to_head":" ","page_title":"Handgun Grips, Handgun Frames, and Magwells For Sale!","page_header":" ","meta_description":"Primary Arms has a full collection of handgun frames from popular companies like Polymer 80 and Grey Ghost Precision for sale. Start building today!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Complete-Guns","urlPath":"MCategories+AR-308-Complete-Guns","url":"MCategories+AR-308-Complete-Guns","template":" ","addition_to_head":" ","page_title":"AR 308 Rifles for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR 308 rifles, AR 10 rifles. We carry 308 rifles from Aero precision, LWRC, LMT, Radical Firearms and Daniel Defense. Buy your ar10 today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Barrels","urlPath":"MCategories+Handguns-Barrels","url":"MCategories+Handguns-Barrels","template":" ","addition_to_head":" ","page_title":"Pistol Barrels For Sale | Primary Arms","page_header":" ","meta_description":"Wide selection of threaded, fluted, and custom coated handgun barrels ready to drop in to your favorite pistol. Lone Wolf, Zev Tech, and more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Sights","urlPath":"MCategories+Handguns-Sights","url":"MCategories+Handguns-Sights","template":" ","addition_to_head":" ","page_title":"Handgun Sights For Sale at Primary Arms","page_header":" ","meta_description":"Primary Arms is your one stop shop for fiber optic pistol sights, adjustable pistol sights and night sights for upgrading your concealed carry or competition handgun.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Triggers-and-Assemblies","urlPath":"MCategories+Handguns-Triggers-and-Assemblies","url":"MCategories+Handguns-Triggers-and-Assemblies","template":"default","addition_to_head":" ","page_title":"Handgun Triggers & Assemblies For Sale | Primary Arms","page_header":" ","meta_description":"Improving your handgun just got easier with our selection of aftermarket triggers. At Primary Arms, you find top customer service and fast shipment.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Laser-Sights","urlPath":"MCategories+Handguns-Laser-Sights","url":"MCategories+Handguns-Laser-Sights","template":" ","addition_to_head":" ","page_title":"Shop Laser Sights For Handguns at Primary Arms","page_header":" ","meta_description":"If you are in need of a Pistol Laser Sight, Primary Arms has the high quality brands that you need at the low prices you want.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Complete-Guns","urlPath":"MCategories+AK-47-Complete-Guns","url":"MCategories+AK-47-Complete-Guns","template":" ","addition_to_head":" ","page_title":"AK-47 For Sale | Complete Rifles at Primary Arms","page_header":" ","meta_description":"Get your complete AK-47 Rifle or AK-47 Pistol from Primary Arms. Buy online and have this classic rifle shipped right to your local FFL or pick it up in store.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Red-Dot-Mounts","urlPath":"MCategories+Handguns-Red-Dot-Mounts","url":"MCategories+Handguns-Red-Dot-Mounts","template":" ","addition_to_head":" ","page_title":"Pistol Red Dot Mount For Sale at Primary Arms","page_header":" ","meta_description":"Micro red dot sights mounted to handguns are increasingly popular and Primary Arms has all the handgun red dot mounts you need to match to your setup.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Geissele-Automatics/MCategories+AR-15-Triggers","urlPath":"Brand+Geissele-Automatics/MCategories+AR-15-Triggers","url":"Brand+Geissele-Automatics/MCategories+AR-15-Triggers","template":" ","addition_to_head":" ","page_title":"Geissele Trigger [AR 15] Best Price Guarantee | Primary Arms","page_header":" ","meta_description":"If you find a better price on Geissele AR 15 trigger somewhere else, we'll match it! At Primary Arms, you have industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/MCategories+Sights","urlPath":"1+Back-Up--SLASH--Iron-Sights/MCategories+Sights","url":"1+Back-Up--SLASH--Iron-Sights/MCategories+Sights","template":" ","addition_to_head":" ","page_title":"AR Iron Sights For Sale | Primary Arms","page_header":" ","meta_description":"Back Up Iron Sights for sale at Primary Arms. Whether you are looking for fixed, folding, or 45 degree iron sights for your AR 15 , we've got you covered.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Anderson-Manufacturing/MCategories+AR-15-Complete-Guns","urlPath":"Brand+Anderson-Manufacturing/MCategories+AR-15-Complete-Guns","url":"Brand+Anderson-Manufacturing/MCategories+AR-15-Complete-Guns","template":" ","addition_to_head":" ","page_title":"Anderson Manufacturing AR 15 Rifles For Sale | Primary Arms","page_header":" ","meta_description":"Anderson Manufacturing AR15 Complete Rifles are for sale at Primary Arms. The AM15 is chambered in 5.56 and features a carbine gas system.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Troy-Industries/MCategories+Sights","urlPath":"Brand+Troy-Industries/MCategories+Sights","url":"Brand+Troy-Industries/MCategories+Sights","template":" ","addition_to_head":" ","page_title":"Troy Industry Battle Sights For Sale | Primary Arms","page_header":" ","meta_description":"Shop Troy Industries Sights [battesights] at the best prices, fast shipping & industry-leading customer services at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Offset-Sights/MCategories+Sights","urlPath":"2+Offset-Sights/MCategories+Sights","url":"2+Offset-Sights/MCategories+Sights","template":" ","addition_to_head":" ","page_title":"Offset Iron Sights For Sale | Primary Arms","page_header":" ","meta_description":"Shop offset iron sights at Primary Arms. Best prices, fast shipping and industry-leading customer service for top brands like Troy Industries.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Bolt-Assemblies/MCategories+AR-15-Bolt-Carriers","urlPath":"2+Bolt-Assemblies/MCategories+AR-15-Bolt-Carriers","url":"2+Bolt-Assemblies/MCategories+AR-15-Bolt-Carriers","template":"default","addition_to_head":" ","page_title":"AR15 Bolt Assembly For Sale | Primary Arms","page_header":" ","meta_description":"Shop AR15 bolt assembly at Primary Arms. Best prices, fast shipping and industry-leading customer service. Brands like JP Enterprise, Foxtrot, Fail Zero, and more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/6_5-creedmoor-vs-308-winchester-caliber-battle","urlPath":"blog/6_5-creedmoor-vs-308-winchester-caliber-battle","url":"blog/6_5-creedmoor-vs-308-winchester-caliber-battle","template":" ","addition_to_head":" ","page_title":"6.5 Creedmoor vs .308 Winchester [Which Is Better?]","page_header":" ","meta_description":"Check out a head-to-head comparison of 6.5 Creedmoor vs .308 Winchester ballistics. Which caliber should you choose for your next build?","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Bolt-and-Carrier-Parts/MCategories+AR-15-Bolt-Carriers","urlPath":"2+Bolt-and-Carrier-Parts/MCategories+AR-15-Bolt-Carriers","url":"2+Bolt-and-Carrier-Parts/MCategories+AR-15-Bolt-Carriers","template":" ","addition_to_head":" ","page_title":"Ar 15 Bolt Carrier & Bolt Carrier Parts for Sale | Primary Arms","page_header":" ","meta_description":"Shop AR 15 bolt carrier groups & bolt carrier parts at Primary Arms. Find the best prices, fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Radical-Firearms/MCategories+AR-15-Pistols","urlPath":"Brand+Radical-Firearms/MCategories+AR-15-Pistols","url":"Brand+Radical-Firearms/MCategories+AR-15-Pistols","template":" ","addition_to_head":" ","page_title":"Radical Firearms AR Pistols For Sale | Primary Arms","page_header":" ","meta_description":"Get a Radical Firearms AR 15 pistol today at an affordable price. Whether you want a 5.56 pistol or .300 Blackout pistol with an arm brace, we've got it.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+F~1-Firearms","urlPath":"Brand+F~1-Firearms","url":"Brand+F~1-Firearms","template":" ","addition_to_head":" ","page_title":"F-1 Firearms For Sale | Primary Arms","page_header":" ","meta_description":"Shop F1 Firearms products at Primary Arms and get the best prices and customer service. F-1 Firearms have some of the most innovative AR-15 parts.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Safety-Selectors/MCategories+AR-15-Lower-Parts","urlPath":"2+Safety-Selectors/MCategories+AR-15-Lower-Parts","url":"2+Safety-Selectors/MCategories+AR-15-Lower-Parts","template":" ","addition_to_head":" ","page_title":"AR-15 Safety Selector [& Ambidextrous] | Primary Arms","page_header":" ","meta_description":"AR 15 Safety Selectors [includes ambidextrous] for sale at Primary Arms. Best prices & fast shipping on top brands as Bravo Company, Sons of Liberty & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /bushnell-trs-25-red-dot-sight-1x25mm-3-moa","urlPath":"bushnell-trs-25-red-dot-sight-1x25mm-3-moa","url":"bushnell-trs-25-red-dot-sight-1x25mm-3-moa","template":" ","addition_to_head":" ","page_title":"Bushnell TRS-25 Red Dot Sight 1x25mm - 3 MOA BS731303","page_header":" ","meta_description":"The Bushnell TRS-25 is a great affordable red dot sight that you can mount on a variety of guns depending on your use.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Buffer-Tubes/MCategories+AR-15","urlPath":"2+Buffer-Tubes/MCategories+AR-15","url":"2+Buffer-Tubes/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Buffer Tube | Primary Arms","page_header":" ","meta_description":"Shop AR 15 Buffer Tube from Aero Precision, KAK Industry, Expo Arms, & more. Best prices ($) for Mil-Spec, A2 rifle length buffer tubes for AR 15 & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Free-Float-Handguards/MCategories+AR-15-Rails--AND--Handguards","urlPath":"2+Free-Float-Handguards/MCategories+AR-15-Rails--AND--Handguards","url":"2+Free-Float-Handguards/MCategories+AR-15-Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"AR 15 Free Float Handguards & Rails | Primary Arms","page_header":" ","meta_description":"M-Lok & KeyMod AR 15 Free Float Handguard for sale: Ghost Firearms 12\" AR 15 free float,  Diamondhead USA AR-15 Free Float M-LOK Series 3 - 15\", & more'.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Trigger-Guards/MCategories+AR-15-Lower-Parts","urlPath":"2+Trigger-Guards/MCategories+AR-15-Lower-Parts","url":"2+Trigger-Guards/MCategories+AR-15-Lower-Parts","template":" ","addition_to_head":" ","page_title":"AR 15 Trigger Guards | Primary Arms","page_header":" ","meta_description":"Shop top-quality AR 15 trigger guards as Expo Arms AR-15 Enhanced Billet, 2A Armament Billet Aluminum, Magpul, & more. Best prices & shipping at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Primary-Arms/MCategories+Optics","urlPath":"Brand+Primary-Arms/MCategories+Optics","url":"Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Optics & Accessories [branded] | Primary Arms","page_header":" ","meta_description":"Shop top-quality Primary Arms Optics: PLx, GLx, SLx & Classic series - red dots, scopes & more. Find a variety of items with our patented ACSS reticles.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Spikes-Tactical/MCategories+AR-15-Pistols","urlPath":"Brand+Spikes-Tactical/MCategories+AR-15-Pistols","url":"Brand+Spikes-Tactical/MCategories+AR-15-Pistols","template":" ","addition_to_head":" ","page_title":"Spikes Tactical AR Pistol | Primary Arms","page_header":" ","meta_description":"Spike's Tactical AR-15 Pistols for sale at Primary Arms. AR-15 style Pistol chambered in 5.56 NATO with an 8.1 inch barrel and an arm brace.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Magazine-Accessories/MCategories+AR-15-Magazines","urlPath":"1+Magazine-Accessories/MCategories+AR-15-Magazines","url":"1+Magazine-Accessories/MCategories+AR-15-Magazines","template":" ","addition_to_head":" ","page_title":"AR-15 Magazine Accessories | Primary Arms","page_header":" ","meta_description":"We've got AR15 Magazine Accessories like Magazine Couplers, caliber markers, speed loaders, extended baseplates, and more for sale.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+9mm-Luger/MCategories+Ammunition","urlPath":"CaliberGauge+9mm-Luger/MCategories+Ammunition","url":"CaliberGauge+9mm-Luger/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"9mm Ammo For Sale | Primary Arms","page_header":" ","meta_description":"Shop 9mm ammo from top brands like Magtech, Sellier & Bellot, CCI Blazer Brass, Fiocchi, Winchester, & more. Fast shipping & best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+45--ACP/MCategories+Ammunition","urlPath":"CaliberGauge+45--ACP/MCategories+Ammunition","url":"CaliberGauge+45--ACP/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"45 ACP ammo | Primary Arms","page_header":" ","meta_description":"Shop .45 ACP ammo from top brands like Sig Sauer, Sellier & Bellot, Federal Personal Defense, & Winchester. Fast shipping & best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+556-NATO/MCategories+Ammunition","urlPath":"CaliberGauge+556-NATO/MCategories+Ammunition","url":"CaliberGauge+556-NATO/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"556 ammo for sale | Primary Arms","page_header":" ","meta_description":"Shop 556 ammo from top brands like Federal Ammunition, Hornady, Magtech, & more. Top customer service, fast shipping & best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+223-Rem/MCategories+Ammunition","urlPath":"CaliberGauge+223-Rem/MCategories+Ammunition","url":"CaliberGauge+223-Rem/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"223 Ammo For Sale | Primary Arms","page_header":" ","meta_description":"Shop 223 ammo from top brands like Federal American Eagle, Hornady, Liberty Ammunition & more. Fast shipping & best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+6-5-Creedmoor/MCategories+Ammunition","urlPath":"CaliberGauge+6-5-Creedmoor/MCategories+Ammunition","url":"CaliberGauge+6-5-Creedmoor/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"6.5 Creedmoor ammo | Primary Arms","page_header":" ","meta_description":"Shop 6.5 Creedmoor ammo from top brands like Precision Hunter, Black Hills, & Winchester. Fast shipping, top customer service & best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+300-BLK_2/MCategories+Ammunition","urlPath":"CaliberGauge+300-BLK_2/MCategories+Ammunition","url":"CaliberGauge+300-BLK_2/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"300 Blackout Ammo | Primary Arms","page_header":" ","meta_description":"Shop 300 Blackout ammo from top brands like Magtech, Barnes, Hornady, Remington & more. Fast shipping, top customer service, & best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+65-Grendel/MCategories+Ammunition","urlPath":"CaliberGauge+65-Grendel/MCategories+Ammunition","url":"CaliberGauge+65-Grendel/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"6.5 Grendel Ammo | Primary Arms","page_header":" ","meta_description":"Shop 6.5 Grendel ammo at Primary Arms. Here you will find products in stock for fast shipping, & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+10mm-Auto/MCategories+Ammunition","urlPath":"CaliberGauge+10mm-Auto/MCategories+Ammunition","url":"CaliberGauge+10mm-Auto/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"10mm Auto Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 10mm auto ammo made by the most reliable brands. Here you will find high-quality products with fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+762X39mm/MCategories+Ammunition","urlPath":"CaliberGauge+762X39mm/MCategories+Ammunition","url":"CaliberGauge+762X39mm/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"762X39mm Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 762x39mm ammo made by the most reliable brands like Federal Ammo, TulAmmo, & Hornady, to name just a few.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+308-Win/MCategories+Ammunition","urlPath":"CaliberGauge+308-Win/MCategories+Ammunition","url":"CaliberGauge+308-Win/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"308 Ammo for Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 308 Winchester ammo made by the most reliable brands like  PMC & Hornady, to name just a few.  We ship fast with top customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+.450-Bushmaster/MCategories+Ammunition","urlPath":"CaliberGauge+.450-Bushmaster/MCategories+Ammunition","url":"CaliberGauge+.450-Bushmaster/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"450 Bushmaster Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 450 Bushmaster Ammo made by the most reliable brands. We ship fast & have industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+380-ACP/MCategories+Ammunition","urlPath":"CaliberGauge+380-ACP/MCategories+Ammunition","url":"CaliberGauge+380-ACP/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"380 Ammo For Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 380 ACP Ammo made by the most reliable brands. We ship fast & have industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+22-LR/MCategories+Ammunition","urlPath":"CaliberGauge+22-LR/MCategories+Ammunition","url":"CaliberGauge+22-LR/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"22 LR Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 22 LR Ammo made by the most reliable brands like Federal, CCI Ammunition & Remington. Fast shipping & top customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+.458-SOCOM/MCategories+Ammunition","urlPath":"CaliberGauge+.458-SOCOM/MCategories+Ammunition","url":"CaliberGauge+.458-SOCOM/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"458 SOCOM Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 458 SOCOM Ammo made by the most reliable brands like HSM, SBR Ammunition & Inceptor. Fast shipping & top customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+38-Special/MCategories+Ammunition","urlPath":"CaliberGauge+38-Special/MCategories+Ammunition","url":"CaliberGauge+38-Special/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"38 Special Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 38 Special Ammo made by the most reliable brands. Here you will find products in stock, fast shipping, & top customer service.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+57X28mm/MCategories+Ammunition","urlPath":"CaliberGauge+57X28mm/MCategories+Ammunition","url":"CaliberGauge+57X28mm/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"5.7X28 Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 5.7X28 Ammo made by the most reliable brands. Here you will find 5.7 x 28 ammo from Federal and FN America","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+12-Gauge/MCategories+Ammunition","urlPath":"CaliberGauge+12-Gauge/MCategories+Ammunition","url":"CaliberGauge+12-Gauge/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"12 Gauge Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 12 Gauge Ammo made by the most reliable brands like Winchester, Hornady, & more. Here you find fast shipping, & top customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+30-06-Springfield/MCategories+Ammunition","urlPath":"CaliberGauge+30-06-Springfield/MCategories+Ammunition","url":"CaliberGauge+30-06-Springfield/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"30-06 Ammo For Sale| Primary Arms","page_header":" ","meta_description":"Primary Arms offers 30-06 Ammo made by the most reliable brands. Here you will find products in stock, fast shipping, & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+338-Lapua-Magnum/MCategories+Ammunition","urlPath":"CaliberGauge+338-Lapua-Magnum/MCategories+Ammunition","url":"CaliberGauge+338-Lapua-Magnum/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"338 Lapua Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 337 Lapua Magnum Ammo made by the most reliable brands. Here you will find fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+300-Win-Mag/MCategories+Ammunition","urlPath":"CaliberGauge+300-Win-Mag/MCategories+Ammunition","url":"CaliberGauge+300-Win-Mag/MCategories+Ammunition","template":" ","addition_to_head":" ","page_title":"300 Win Mag Ammo | Primary Arms","page_header":" ","meta_description":"Primary Arms offers 300 Win Mag ammo Ammo made by the most reliable brands. Here you will find fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+SB-Tactical","urlPath":"Brand+SB-Tactical","url":"Brand+SB-Tactical","template":" ","addition_to_head":" ","page_title":"SB Tactical | Pistol Brace | Primary Arms","page_header":" ","meta_description":"SB Tactical AR Pistol Braces for sale at Primary Arms. Get the SBA3 in any color you want or pick up the PDW brace for a compact build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Vertical-Foregrips/MCategories+AR-15-Grips","urlPath":"2+Vertical-Foregrips/MCategories+AR-15-Grips","url":"2+Vertical-Foregrips/MCategories+AR-15-Grips","template":" ","addition_to_head":" ","page_title":"AR 15 Vertical Foregrips | Primary Arms","page_header":" ","meta_description":"Shop our huge selection of Vertical Grips to improve the ergonomics of your AR-15 rifle. Magpul MVG, Bravo Company BCM Gunfighter, and more in stock.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Faxon-Firearms","urlPath":"Brand+Faxon-Firearms","url":"Brand+Faxon-Firearms","template":" ","addition_to_head":" ","page_title":"Faxon Firearms | Primary Arms","page_header":" ","meta_description":"Huge selection of Faxon Firearms Barrels and AR-15 Accessories for sale. Get the best prices and customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Drop-In-Handguards/MCategories+AR-15-Rails--AND--Handguards","urlPath":"2+Drop-In-Handguards/MCategories+AR-15-Rails--AND--Handguards","url":"2+Drop-In-Handguards/MCategories+AR-15-Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"AR-15 Drop-In Handguards | Primary Arms","page_header":" ","meta_description":"Drop-in handguards by top brands. Find Magpul Mlok & MOE Slim Line, Leapers UTG PRO Model 4/15 Drop-In Quad Rail, & more. Fast shipping at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Charging-Handles/MCategories+AR-308","urlPath":"2+Charging-Handles/MCategories+AR-308","url":"2+Charging-Handles/MCategories+AR-308","template":" ","addition_to_head":" ","page_title":"AR 308 & AR 10 Charging Handles [Ambidextrous] | Primary Arms","page_header":" ","meta_description":"Shop our vast selection of AR 308 & AR 10 [& Ambidextrous] charging handles. Find Basic & Raptor charging handles at best prices at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rails--AND--Handguards/Brand+Aero-Precision","urlPath":"1+Rails--AND--Handguards/Brand+Aero-Precision","url":"1+Rails--AND--Handguards/Brand+Aero-Precision","template":" ","addition_to_head":" ","page_title":"Aero Precision Handguards For Sale | Primary Arms","page_header":" ","meta_description":"Get an Aero Precision 15 inch ATLAS R-ONE Free Float Handguard with M-LOK slots. Check out the S-ONE 9 inch handguard as a lightweight option.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+SureFire","urlPath":"Brand+SureFire","url":"Brand+SureFire","template":" ","addition_to_head":" ","page_title":"SureFire Flashlights and Surefire Weapon Lights | Primary Arms","page_header":" ","meta_description":"We've got SureFire flashlight, SureFire X300 weapon light, SOCOM suppressor, Batteries, for AR-15 and AR-308 Warden 7.62 muzzle device at Primary Arms. Plus all the surefire flashlight accessories you need.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Aimpoint","urlPath":"Brand+Aimpoint","url":"Brand+Aimpoint","template":" ","addition_to_head":" ","page_title":"Aimpoint For Sale | Primary Arms","page_header":" ","meta_description":"Aimpoint Red Dot Sights like the Pro, T1, Comp M5, and highly anticipated Acro P-1 Microdot at Primary Arms. Check out our Aimpoint Optics selection.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Scopes/Magnification+1.25X-~-4X","urlPath":"MCategories+Scopes/Magnification+1.25X-~-4X","url":"MCategories+Scopes/Magnification+1.25X-~-4X","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/1+Scopes/MCategories+Optics/Magnification+1.25X-~-4X\" />\n","page_title":"Shop 1.25-4X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.25-4X scopes from top brands. Fast shipping & industry-leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Scopes/Magnification+1.5X-~-4.5X","urlPath":"MCategories+Scopes/Magnification+1.5X-~-4.5X","url":"MCategories+Scopes/Magnification+1.5X-~-4.5X","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/1+Scopes/MCategories+Optics/Magnification+1.5X-~-4.5X\" />\n","page_title":"Shop 1.5-4.5X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.5-4.5X scopes from top brands. Fast shipping & industry-leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Scopes/Magnification+3X-~-15X","urlPath":"MCategories+Scopes/Magnification+3X-~-15X","url":"MCategories+Scopes/Magnification+3X-~-15X","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/1+Scopes/MCategories+Optics/Magnification+3X-~-15X\" />","page_title":"Shop 3-15X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3-15X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Scopes/Magnification+4.5X-~-14X","urlPath":"MCategories+Scopes/Magnification+4.5X-~-14X","url":"MCategories+Scopes/Magnification+4.5X-~-14X","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/1+Scopes/MCategories+Optics/Magnification+4.5X-~-14X\" />","page_title":"Shop 4.5-14X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4.5-14X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Scopes/Magnification+5X-~-20X","urlPath":"MCategories+Scopes/Magnification+5X-~-20X","url":"MCategories+Scopes/Magnification+5X-~-20X","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/1+Scopes/MCategories+Optics/Magnification+5X-~-20X\" />","page_title":"Shop 5-20X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 5-20X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Triggers/Brand+Geissele-Automatics","urlPath":"1+Triggers/Brand+Geissele-Automatics","url":"1+Triggers/Brand+Geissele-Automatics","template":" ","addition_to_head":" ","page_title":"Geissele Trigger | Best Price Guarantee at Primary Arms","page_header":" ","meta_description":"If you find a better price on Geissele trigger somewhere else, we'll match it! At Primary Arms, you have industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+20%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+20%22/MCategories+AR-15-Barrels","url":"BarrelLength+20%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 20 Inch Barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 20 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+16%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+16%22/MCategories+AR-15-Barrels","url":"BarrelLength+16%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 16 Inch Barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 16 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/Brand+Midwest-Industries","urlPath":"1+Back-Up--SLASH--Iron-Sights/Brand+Midwest-Industries","url":"1+Back-Up--SLASH--Iron-Sights/Brand+Midwest-Industries","template":" ","addition_to_head":" ","page_title":"Midwest Industries Iron Sights | Primary Arms","page_header":" ","meta_description":"Midwest Industries Combat Sights for AR15 and AR10 offer a huge advantage over regular back up iron sights. Offset, fixed, or folding sights for sale.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+4.0%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+4.0%22/MCategories+AR-15-Barrels","url":"BarrelLength+4.0%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 4 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 4 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+5.0%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+5.0%22/MCategories+AR-15-Barrels","url":"BarrelLength+5.0%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+5.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+5.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+5.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 5.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 5.5-inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+6%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+6%22/MCategories+AR-15-Barrels","url":"BarrelLength+6%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 6 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 6 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+7%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+7%22/MCategories+AR-15-Barrels","url":"BarrelLength+7%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 7 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 7 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+7.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+7.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+7.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 7.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 7.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+8.0%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+8.0%22/MCategories+AR-15-Barrels","url":"BarrelLength+8.0%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 8 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 8 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+8.2%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+8.2%22/MCategories+AR-15-Barrels","url":"BarrelLength+8.2%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 8.2 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 8.2 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+8.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+8.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+8.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 8.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 8.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+9%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+9%22/MCategories+AR-15-Barrels","url":"BarrelLength+9%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 9 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 9 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+9.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+9.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+9.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 9.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 9.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+10%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+10%22/MCategories+AR-15-Barrels","url":"BarrelLength+10%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 10 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 10 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+10.3%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+10.3%22/MCategories+AR-15-Barrels","url":"BarrelLength+10.3%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 10.3 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 10.3 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+10.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+10.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+10.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 10.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 10.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+11%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+11%22/MCategories+AR-15-Barrels","url":"BarrelLength+11%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 11 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 11 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+11.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+11.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+11.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 11.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 11.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+12%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+12%22/MCategories+AR-15-Barrels","url":"BarrelLength+12%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 12 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 12 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+12.3%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+12.3%22/MCategories+AR-15-Barrels","url":"BarrelLength+12.3%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 12.3 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 12.3 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+12.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+12.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+12.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 12.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 12.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+13.7%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+13.7%22/MCategories+AR-15-Barrels","url":"BarrelLength+13.7%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 13.7 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 13.7 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+14.5%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+14.5%22/MCategories+AR-15-Barrels","url":"BarrelLength+14.5%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 14.5 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 14.5 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+14.7%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+14.7%22/MCategories+AR-15-Barrels","url":"BarrelLength+14.7%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 14.7 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 14.7 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+16.1%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+16.1%22/MCategories+AR-15-Barrels","url":"BarrelLength+16.1%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 16.1 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 16.1 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+17.7%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+17.7%22/MCategories+AR-15-Barrels","url":"BarrelLength+17.7%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 17.7 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 17.7 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+18%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+18%22/MCategories+AR-15-Barrels","url":"BarrelLength+18%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 18 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 18 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /BarrelLength+11.3%22/MCategories+AR-15-Barrels","urlPath":"BarrelLength+11.3%22/MCategories+AR-15-Barrels","url":"BarrelLength+11.3%22/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"Shop [AR 15] 11.3 inch barrel | Primary Arms","page_header":" ","meta_description":"Find the best deals on [AR 15] 11.3 inch barrels from top brands. Fast shipping & industry-leading customer service on AR 15 barrels at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Government","urlPath":"government","url":"government","template":"default","addition_to_head":" ","page_title":"Government | Law Enforcement Discounts | Primary Arms","page_header":"Government","meta_description":"The Primary Arms Government, Law Enforcement, First Responder discounts program offers firearms discounts to government agencies from top brands. 511 tactical, vertx, daniel defense, Magpul, & more.","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /Brand+Elftmann","urlPath":"Brand+Elftmann","url":"Brand+Elftmann","template":" ","addition_to_head":" ","page_title":"Elftmann AR-15 Triggers For Sale | Primary Arms","page_header":" ","meta_description":"ElftMann trigger for your AR-15 can be bought with either a flat or curved trigger bow. Get an Elftmann Match Trigger today at a great price. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Elftmann/MCategories+AR-15-Triggers","urlPath":"Brand+Elftmann/MCategories+AR-15-Triggers","url":"Brand+Elftmann/MCategories+AR-15-Triggers","template":" ","addition_to_head":" ","page_title":"Elftmann AR-15 Triggers For Sale | Primary Arms","page_header":" ","meta_description":"ElftMann trigger for your AR-15 can be bought with either a flat or curved trigger bow. Get an Elftmann Match Trigger today at a great price. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /AdName+Sale","urlPath":"AdName+Sale","url":"AdName+Sale","template":" ","addition_to_head":" ","page_title":"Sale Items","page_header":" ","meta_description":"Check out our daily sale items. Fast shipping and industry-leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Magazines/custitem_magazine_capacity+30","urlPath":"MCategories+AR-15-Magazines/custitem_magazine_capacity+30","url":"MCategories+AR-15-Magazines/custitem_magazine_capacity+30","template":" ","addition_to_head":" ","page_title":"AR15 Magazines - 30 Round | Primary Arms","page_header":" ","meta_description":"30 Round AR-15 Magazines for sale at Primary Arms. Stock up on your favorite 30 round mags from Magpul, Lancer, Mission First Tactical, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/Magnification+1X-~-4X","urlPath":"MCategories+Optics/Magnification+1X-~-4X","url":"MCategories+Optics/Magnification+1X-~-4X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/Magnification+1X-~-4X","urlPath":"MCategories+Optics/Magnification+1X-~-4X","url":"MCategories+Optics/Magnification+1X-~-4X","template":" ","addition_to_head":"<META NAME=\"ROBOTS\" CONTENT=\"NOINDEX, NOFOLLOW\">","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1.5X","urlPath":"Magnification+1.5X","url":"Magnification+1.5X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1X-~-4X","urlPath":"Magnification+1X-~-4X","url":"Magnification+1X-~-4X","template":" ","addition_to_head":"<meta name=\"robots\" content=\"noindex,follow\">","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1.25X-~-4X","urlPath":"Magnification+1.25X-~-4X","url":"Magnification+1.25X-~-4X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1.5X-~-4X","urlPath":"Magnification+1.5X-~-4X","url":"Magnification+1.5X-~-4X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1.5X-~-4.5X","urlPath":"Magnification+1.5X-~-4.5X","url":"Magnification+1.5X-~-4.5X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1X-~-5X","urlPath":"Magnification+1X-~-5X","url":"Magnification+1X-~-5X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1X-~-6X","urlPath":"Magnification+1X-~-6X","url":"Magnification+1X-~-6X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1.5X-~-6X","urlPath":"Magnification+1.5X-~-6X","url":"Magnification+1.5X-~-6X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1X-~-8X","urlPath":"Magnification+1X-~-8X","url":"Magnification+1X-~-8X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+1.5X-~-8X","urlPath":"Magnification+1.5X-~-8X","url":"Magnification+1.5X-~-8X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+2.5X","urlPath":"Magnification+2.5X","url":"Magnification+2.5X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+2X-~-7X","urlPath":"Magnification+2X-~-7X","url":"Magnification+2X-~-7X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+2X-~-10X","urlPath":"Magnification+2X-~-10X","url":"Magnification+2X-~-10X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+2.5X-~-10X","urlPath":"Magnification+2.5X-~-10X","url":"Magnification+2.5X-~-10X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3X","urlPath":"Magnification+3X","url":"Magnification+3X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3X-~-9X","urlPath":"Magnification+3X-~-9X","url":"Magnification+3X-~-9X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3X-~-12X","urlPath":"Magnification+3X-~-12X","url":"Magnification+3X-~-12X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3X-~-14X","urlPath":"Magnification+3X-~-14X","url":"Magnification+3X-~-14X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3X-~-15X","urlPath":"Magnification+3X-~-15X","url":"Magnification+3X-~-15X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3.5X-~-15X","urlPath":"Magnification+3.5X-~-15X","url":"Magnification+3.5X-~-15X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+3X-~-18X","urlPath":"Magnification+3X-~-18X","url":"Magnification+3X-~-18X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /AdName+Coupon-Sale","urlPath":"AdName+Coupon-Sale","url":"AdName+Coupon-Sale","template":" ","addition_to_head":"<meta name=\"robots\" content=\"noindex,follow\">","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+4X","urlPath":"Magnification+4X","url":"Magnification+4X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+4X-~-12X","urlPath":"Magnification+4X-~-12X","url":"Magnification+4X-~-12X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+4X-~-14X","urlPath":"Magnification+4X-~-14X","url":"Magnification+4X-~-14X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+4.5X-~-14X","urlPath":"Magnification+4.5X-~-14X","url":"Magnification+4.5X-~-14X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+4X-~-16X","urlPath":"Magnification+4X-~-16X","url":"Magnification+4X-~-16X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+4.5X-~-27X","urlPath":"Magnification+4.5X-~-27X","url":"Magnification+4.5X-~-27X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+5X","urlPath":"Magnification+5X","url":"Magnification+5X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+5X-~-20X","urlPath":"Magnification+5X-~-20X","url":"Magnification+5X-~-20X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magnification+5X-~-25X","urlPath":"Magnification+5X-~-25X","url":"Magnification+5X-~-25X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/Magnification+1X","urlPath":"MCategories+Optics/Magnification+1X","url":"MCategories+Optics/Magnification+1X","template":" ","addition_to_head":"\n","page_title":"Shop 1X Scopes & Red Dots | Primary Arms","page_header":" ","meta_description":"Browse our variety of 1X Scopes 7 Red Dots. We carry the best brands, including Primary Arms & Vortex. Here you find industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/Magnification+1X-~-6X","urlPath":"MCategories+Optics/Magnification+1X-~-6X","url":"MCategories+Optics/Magnification+1X-~-6X","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/Magnification+5X","urlPath":"MCategories+Optics/Magnification+5X","url":"MCategories+Optics/Magnification+5X","template":" ","addition_to_head":" ","page_title":"5x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our 5x magnification scopes for sale. we carry many options including the Primary Arms SLX 5x, and Burris Optics AR-536 5x.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X","url":"1+Scopes/MCategories+Optics/Magnification+1X","template":" ","addition_to_head":" ","page_title":"Shop 1X Scopes | Primary Arms","page_header":" ","meta_description":"Browse our variety of 1X Scopes. We carry the best brands, including Primary Arms & Vortex. Here you find industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1.5X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1.5X","url":"1+Scopes/MCategories+Optics/Magnification+1.5X","template":" ","addition_to_head":" ","page_title":"Shop 1.5X Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Browse our variety of 1.5X Scopes. We carry the Trijicon acog 1.5x and many more. Here you find industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X-~-4X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X-~-4X","url":"1+Scopes/MCategories+Optics/Magnification+1X-~-4X","template":" ","addition_to_head":" ","page_title":"Shop 1-4X Scopes | Primary Arms","page_header":" ","meta_description":"Best deals on 1-4x Scopes from brands like Primary Arms, Vortex, Trijicon, Nikon, and more! Fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1.25X-~-4X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1.25X-~-4X","url":"1+Scopes/MCategories+Optics/Magnification+1.25X-~-4X","template":" ","addition_to_head":" ","page_title":"Shop 1.25-4X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.25-4X scopes from top brands. Fast shipping & industry-leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1.5X-~-4X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-4X","url":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-4X","template":" ","addition_to_head":" ","page_title":"Shop 1.5-4X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.5-4X scopes from top brands. Fast shipping & industry-leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1.5X-~-4.5X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-4.5X","url":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-4.5X","template":" ","addition_to_head":" ","page_title":"Shop 1.5-4.5X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.5-4.5X scopes from top brands. Fast shipping & industry-leading customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X-~-5X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X-~-5X","url":"1+Scopes/MCategories+Optics/Magnification+1X-~-5X","template":" ","addition_to_head":" ","page_title":"Shop 1-5X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1-5X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X-~-6X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X-~-6X","url":"1+Scopes/MCategories+Optics/Magnification+1X-~-6X","template":" ","addition_to_head":" ","page_title":"Shop 1X - 6X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1X - 6X scopes from top brands — fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1.5X-~-6X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-6X","url":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-6X","template":" ","addition_to_head":" ","page_title":"Shop 1.5-6X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.5-6X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X-~-8X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X-~-8X","url":"1+Scopes/MCategories+Optics/Magnification+1X-~-8X","template":" ","addition_to_head":" ","page_title":"Shop 1-8X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1-8X scopes from top brands. Fast shipping & industry-leading customer service on AR15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1.5X-~-8X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-8X","url":"1+Scopes/MCategories+Optics/Magnification+1.5X-~-8X","template":" ","addition_to_head":" ","page_title":"Shop 1.5-8X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 1.5-8X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+2.5X","urlPath":"1+Scopes/MCategories+Optics/Magnification+2.5X","url":"1+Scopes/MCategories+Optics/Magnification+2.5X","template":" ","addition_to_head":" ","page_title":"Shop 2.5X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 2.5X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+2X-~-7X","urlPath":"1+Scopes/MCategories+Optics/Magnification+2X-~-7X","url":"1+Scopes/MCategories+Optics/Magnification+2X-~-7X","template":" ","addition_to_head":" ","page_title":"Shop 2-7X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 2-7X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+2X-~-10X","urlPath":"1+Scopes/MCategories+Optics/Magnification+2X-~-10X","url":"1+Scopes/MCategories+Optics/Magnification+2X-~-10X","template":" ","addition_to_head":" ","page_title":"Shop 2-10X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 2-10X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+2.5X-~-10X","urlPath":"1+Scopes/MCategories+Optics/Magnification+2.5X-~-10X","url":"1+Scopes/MCategories+Optics/Magnification+2.5X-~-10X","template":" ","addition_to_head":" ","page_title":"Shop 2.5-10X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 2.5-10X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3X","url":"1+Scopes/MCategories+Optics/Magnification+3X","template":" ","addition_to_head":" ","page_title":"Shop 3X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3X-~-9X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3X-~-9X","url":"1+Scopes/MCategories+Optics/Magnification+3X-~-9X","template":" ","addition_to_head":" ","page_title":"Shop 3-9X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3-9X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3X-~-12X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3X-~-12X","url":"1+Scopes/MCategories+Optics/Magnification+3X-~-12X","template":" ","addition_to_head":" ","page_title":"Shop 3-12X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3-12X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3X-~-14X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3X-~-14X","url":"1+Scopes/MCategories+Optics/Magnification+3X-~-14X","template":" ","addition_to_head":" ","page_title":"Shop 3-14X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3-14X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3X-~-15X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3X-~-15X","url":"1+Scopes/MCategories+Optics/Magnification+3X-~-15X","template":" ","addition_to_head":" ","page_title":"Shop 3-15X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3-15X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3.5X-~-15X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3.5X-~-15X","url":"1+Scopes/MCategories+Optics/Magnification+3.5X-~-15X","template":" ","addition_to_head":" ","page_title":"Shop 3.5-15X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3.5-15X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+3X-~-18X","urlPath":"1+Scopes/MCategories+Optics/Magnification+3X-~-18X","url":"1+Scopes/MCategories+Optics/Magnification+3X-~-18X","template":" ","addition_to_head":" ","page_title":"Shop 3-18X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 3-18X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+4X","urlPath":"1+Scopes/MCategories+Optics/Magnification+4X","url":"1+Scopes/MCategories+Optics/Magnification+4X","template":" ","addition_to_head":" ","page_title":"Shop 4X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+4X-~-12X","urlPath":"1+Scopes/MCategories+Optics/Magnification+4X-~-12X","url":"1+Scopes/MCategories+Optics/Magnification+4X-~-12X","template":" ","addition_to_head":" ","page_title":"Shop 4-12X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4-12X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+4X-~-14X","urlPath":"1+Scopes/MCategories+Optics/Magnification+4X-~-14X","url":"1+Scopes/MCategories+Optics/Magnification+4X-~-14X","template":" ","addition_to_head":" ","page_title":"Shop 4-14X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4-14X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+4.5X-~-14X","urlPath":"1+Scopes/MCategories+Optics/Magnification+4.5X-~-14X","url":"1+Scopes/MCategories+Optics/Magnification+4.5X-~-14X","template":" ","addition_to_head":" ","page_title":"Shop 4.5-14X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4.5-14X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+4X-~-16X","urlPath":"1+Scopes/MCategories+Optics/Magnification+4X-~-16X","url":"1+Scopes/MCategories+Optics/Magnification+4X-~-16X","template":" ","addition_to_head":" ","page_title":"Shop 4-16X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4-16X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+4.5X-~-27X","urlPath":"1+Scopes/MCategories+Optics/Magnification+4.5X-~-27X","url":"1+Scopes/MCategories+Optics/Magnification+4.5X-~-27X","template":" ","addition_to_head":" ","page_title":"Shop 4.5-27X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 4.5-27X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+5X","urlPath":"1+Scopes/MCategories+Optics/Magnification+5X","url":"1+Scopes/MCategories+Optics/Magnification+5X","template":" ","addition_to_head":" ","page_title":"Shop 5X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 5X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+5X-~-20X","urlPath":"1+Scopes/MCategories+Optics/Magnification+5X-~-20X","url":"1+Scopes/MCategories+Optics/Magnification+5X-~-20X","template":" ","addition_to_head":" ","page_title":"Shop 5-20X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 5-20X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+5X-~-25X","urlPath":"1+Scopes/MCategories+Optics/Magnification+5X-~-25X","url":"1+Scopes/MCategories+Optics/Magnification+5X-~-25X","template":" ","addition_to_head":" ","page_title":"Shop 5-25X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 5-25X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+6X","urlPath":"1+Scopes/MCategories+Optics/Magnification+6X","url":"1+Scopes/MCategories+Optics/Magnification+6X","template":" ","addition_to_head":" ","page_title":"Shop 6X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 6X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+6X-~-18X","urlPath":"1+Scopes/MCategories+Optics/Magnification+6X-~-18X","url":"1+Scopes/MCategories+Optics/Magnification+6X-~-18X","template":" ","addition_to_head":" ","page_title":"Shop 6-18X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 6-18X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+6X-~-24X","urlPath":"1+Scopes/MCategories+Optics/Magnification+6X-~-24X","url":"1+Scopes/MCategories+Optics/Magnification+6X-~-24X","template":" ","addition_to_head":" ","page_title":"Shop 6-24X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 6-24X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+6X-~-30X","urlPath":"1+Scopes/MCategories+Optics/Magnification+6X-~-30X","url":"1+Scopes/MCategories+Optics/Magnification+6X-~-30X","template":" ","addition_to_head":" ","page_title":"Shop 6-30X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 6-30X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+8x-~-32x","urlPath":"1+Scopes/MCategories+Optics/Magnification+8x-~-32x","url":"1+Scopes/MCategories+Optics/Magnification+8x-~-32x","template":" ","addition_to_head":" ","page_title":"Shop 8-32X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 8-32X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Complete-Handguns/CaliberGauge+22-LR","urlPath":"1+Complete-Handguns/CaliberGauge+22-LR","url":"1+Complete-Handguns/CaliberGauge+22-LR","template":" ","addition_to_head":" ","page_title":".22 Pistols For Sale Online | Primary Arms","page_header":" ","meta_description":"Looking for a .22 Pistol? Check out our selection of semi-automatic .22 LR rimfire pistols like the Smith & Wesson M&P22 compact with threaded barrel.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Shotguns/CaliberGauge+.410-Bore","urlPath":"1+Shotguns/CaliberGauge+.410-Bore","url":"1+Shotguns/CaliberGauge+.410-Bore","template":" ","addition_to_head":" ","page_title":"410 Shotguns For Sale Online | Primary Arms","page_header":" ","meta_description":"Looking for a 410 shotgun? Check out our selection of pump action .410 shotguns like the Mossberg 590 Shockwave with 14\" barrel.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+CMMG/CaliberGauge+10mm-Auto","urlPath":"Brand+CMMG/CaliberGauge+10mm-Auto","url":"Brand+CMMG/CaliberGauge+10mm-Auto","template":" ","addition_to_head":" ","page_title":"10mm Carbines For Sale | Primary Arms","page_header":" ","meta_description":"Get a 10mm Carbine for hunting or even home defense. Check out the CMMG Banshee 10mm today! Get best prices and customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Single-Point-Sling/MCategories+Shooting-Gear","urlPath":"2+Single-Point-Sling/MCategories+Shooting-Gear","url":"2+Single-Point-Sling/MCategories+Shooting-Gear","template":" ","addition_to_head":" ","page_title":"Single Point Slings For Sale | Primary Arms","page_header":" ","meta_description":"Try out a single point sling for your rifle from Primary Arms. Check out our selection of single point slings to find the perfect one for you.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Shotguns","urlPath":"1+Shotguns","url":"1+Shotguns","template":" ","addition_to_head":" ","page_title":"Tactical Shotgun | Firearms | Shop at Primary Arms","page_header":" ","meta_description":"Find tactical shotguns in all gauges from top brands. Choose the lowest price shotgun with fast shipping & best customer service at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Complete-Handguns/CaliberGauge+9mm-Luger","urlPath":"1+Complete-Handguns/CaliberGauge+9mm-Luger","url":"1+Complete-Handguns/CaliberGauge+9mm-Luger","template":" ","addition_to_head":" ","page_title":"9mm pistol | Shop handguns at Primary Arms","page_header":" ","meta_description":"Find 9mm pistol from top brands like Beretta, Glock, Ruger, Canik 9mm & more. Choose the best price handguns with fast shipping at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Canik/CaliberGauge+9mm-Luger","urlPath":"Brand+Canik/CaliberGauge+9mm-Luger","url":"Brand+Canik/CaliberGauge+9mm-Luger","template":" ","addition_to_head":" ","page_title":"Canik 9mm pistol | Shop at Primary Arms","page_header":" ","meta_description":"Shop the Canik 9mm pistol at Primary Arms. Find the best prices with fast shipping and industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+380-ACP/MCategories+Complete-Handguns","urlPath":"CaliberGauge+380-ACP/MCategories+Complete-Handguns","url":"CaliberGauge+380-ACP/MCategories+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"380 Pistol | Shop at Primary Arms","page_header":" ","meta_description":"Shop the 380 pistol at Primary Arms. Find the best prices with fast shipping and industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Slings--AND--Mounts/2+Single-Point-Sling/MCategories+Shooting-Gear","urlPath":"1+Slings--AND--Mounts/2+Single-Point-Sling/MCategories+Shooting-Gear","url":"1+Slings--AND--Mounts/2+Single-Point-Sling/MCategories+Shooting-Gear","template":" ","addition_to_head":" ","page_title":"Single Point Slings | Primary Arms","page_header":" ","meta_description":"Get a single point sling for your AR-15 from popular brands like Blackhawk and MFT. These single point rifle slings feature QD attachments.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Scope-Mounts/OpticType+PVNS~14","urlPath":"MCategories+Scope-Mounts/OpticType+PVNS~14","url":"MCategories+Scope-Mounts/OpticType+PVNS~14","template":" ","addition_to_head":" ","page_title":"PVNS-14 Scope Mount | Primary Arms","page_header":" ","meta_description":"Browse our variety of PVNS-14 scope mount. We carry best-in-class brands. Here you find industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Harris-Engineering","urlPath":"Brand+Harris-Engineering","url":"Brand+Harris-Engineering","template":" ","addition_to_head":" ","page_title":"Harris Bipods For Sale | Primary Arms","page_header":" ","meta_description":"Harris Engineering Bipods for sale at Primary Arms. We've got the bipod you need whether it is M-LOK or sling stud attached and fully adjustable.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Gas-Blocks/MCategories+AR-15-Gas-Blocks","urlPath":"1+Gas-Blocks/MCategories+AR-15-Gas-Blocks","url":"1+Gas-Blocks/MCategories+AR-15-Gas-Blocks","template":" ","addition_to_head":" ","page_title":"AR 15 Gas Blocks For Sale | Primary Arms","page_header":" ","meta_description":"AR15 Gas Blocks for sale at Primary Arms. Get your new adjustable gas block or even a simple low profile gas block to finish your AR-15 or AR-10 today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rail-Accessories/MCategories+AR-15-Rails--AND--Handguards","urlPath":"1+Rail-Accessories/MCategories+AR-15-Rails--AND--Handguards","url":"1+Rail-Accessories/MCategories+AR-15-Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"AR15 Rails & Handguard Accessories | Primary Arms","page_header":" ","meta_description":"AR-15 Handguard Accessories like rail covers, picatinny rail segments, and more to improve your handguard rail system. Shop now at Primary Arms!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Action+Pump-Action/MCategories+Firearms-Shotguns","urlPath":"Action+Pump-Action/MCategories+Firearms-Shotguns","url":"Action+Pump-Action/MCategories+Firearms-Shotguns","template":" ","addition_to_head":" ","page_title":"Pump Action Shotguns | Shop at Primary Arms","page_header":" ","meta_description":"Shop pump-action shotguns from top brands like Remington, Mossberg, Savage, & more! Best prices, top-leading customer service & fast shipping at Primary Arms","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Action+Semi-Auto/MCategories+Firearms-Shotguns","urlPath":"Action+Semi-Auto/MCategories+Firearms-Shotguns","url":"Action+Semi-Auto/MCategories+Firearms-Shotguns","template":" ","addition_to_head":" ","page_title":"Semi Auto Shotguns | Shop at Primary Arms","page_header":" ","meta_description":"Shop semi-auto shotguns from top brands like Mossberg & more! Best prices, top-leading customer service & fast shipping at Primary Arms","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Complete-Handguns","urlPath":"1+Complete-Handguns","url":"1+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"Handguns For Sale | Shop at Primary Arms","page_header":" ","meta_description":"Shop from our complete collection of handguns for sale at Primary Arms. Top brands like Glock, Smith & Wesson, Springfield Armory, CZ USA, & more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Nightforce-Optics","urlPath":"Brand+Nightforce-Optics","url":"Brand+Nightforce-Optics","template":" ","addition_to_head":" ","page_title":"Nightforce Scopes For Sale | Primary Arms","page_header":" ","meta_description":"Nightforce optics and scope accessories available at Primary Arms. Looking for an NX8 rifle scope or maybe the BEAST? We've got them and more for sale.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Benchmade","urlPath":"Brand+Benchmade","url":"Brand+Benchmade","template":" ","addition_to_head":" ","page_title":"Benchmade Knives For Sale | Primary Arms","page_header":" ","meta_description":"Benchmade Knives for sale at Primary Arms. Check out the Benchmade Griptilian in FDE, or the Benchmade Bugout in green. Get a Benchmade knife today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rifle~Style-Pistols/MCategories+AR-15-Pistols","urlPath":"1+Rifle~Style-Pistols/MCategories+AR-15-Pistols","url":"1+Rifle~Style-Pistols/MCategories+AR-15-Pistols","template":" ","addition_to_head":" ","page_title":"AR Pistols For Sale | Primary Arms","page_header":" ","meta_description":"AR 15 Pistols for sale at Primary Arms. Huge selection from brands like Foxtrot Mike Products, Bravo Company, CMMG, and more. Get yours today!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+556-NATO/MCategories+AR-15-Pistols","urlPath":"CaliberGauge+556-NATO/MCategories+AR-15-Pistols","url":"CaliberGauge+556-NATO/MCategories+AR-15-Pistols","template":" ","addition_to_head":" ","page_title":"5.56 Pistols For Sale | Primary Arms","page_header":" ","meta_description":"556 Pistols in a variety of barrel lengths from 7 to 12.5 inches. AR15 Pistols Chambered in 5.56 with pistol arm braces from SB Tactical and shockwave.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Complete-Handguns/CaliberGauge+45--ACP","urlPath":"1+Complete-Handguns/CaliberGauge+45--ACP","url":"1+Complete-Handguns/CaliberGauge+45--ACP","template":" ","addition_to_head":" ","page_title":"45 Pistol | .45 ACP for Sale | Shop at Primary Arms","page_header":" ","meta_description":"Shop from our complete collection of .45 ACP Pistols for sale at Primary Arms. Top brands like Glock, Smith & Wesson, Springfield Armory, Sig Sauer, & more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rails--AND--Handguards","urlPath":"1+Rails--AND--Handguards","url":"1+Rails--AND--Handguards","template":" ","addition_to_head":" ","page_title":"Rifle Handguards For Sale | Primary Arms","page_header":" ","meta_description":"Handguards for AR-15, AR-10, AK-47, and many other proprietary rifle platforms. Available in free float and drop-in configurations. M-LOK and KeyMod.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+300-Win-Mag/MCategories+Firearms","urlPath":"CaliberGauge+300-Win-Mag/MCategories+Firearms","url":"CaliberGauge+300-Win-Mag/MCategories+Firearms","template":" ","addition_to_head":" ","page_title":"300 Win Mag Rifle For Sale | Primary Arms","page_header":" ","meta_description":".300 Win Mag Rifle for sale at Primary Arms. Reach out and hit long distance targets with a bolt action rifle chambered in .300 Winchester Magnum.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+Sub-Compact/MCategories+Complete-Handguns","urlPath":"FrameSize+Sub-Compact/MCategories+Complete-Handguns","url":"FrameSize+Sub-Compact/MCategories+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"Sub Compact Pistols For Sale | Primary Arms","page_header":" ","meta_description":"Huge selection of small handguns like the Springfield XD Subcompact, Beretta Subcompact, and other popular concealed carry 9mm sub compact handguns.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+50-BMG/MCategories+Firearms","urlPath":"CaliberGauge+50-BMG/MCategories+Firearms","url":"CaliberGauge+50-BMG/MCategories+Firearms","template":" ","addition_to_head":" ","page_title":"50 Caliber Rifle For Sale | Primary Arms","page_header":" ","meta_description":"Get a 50 caliber rifle like the Barret M107A1 .50 BMG semi automatic rifle from Primary Arms. We've also got a selection of .50 caliber rifle ammo.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns/Platform+1911-Magazines","urlPath":"MCategories+Handguns/Platform+1911-Magazines","url":"MCategories+Handguns/Platform+1911-Magazines","template":" ","addition_to_head":" ","page_title":"1911 Magazines For Sale | Primary Arms","page_header":" ","meta_description":"Stock up on 1911 Magazines from popular brands like Wilson Combat for the ultimate in reliability. 8 Round 1911 magazine for sale.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Takedown-and-Pivot-Pins/MCategories+AR-15","urlPath":"2+Takedown-and-Pivot-Pins/MCategories+AR-15","url":"2+Takedown-and-Pivot-Pins/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Takedown and Pivot Pins For Sale | Primary Arms","page_header":" ","meta_description":"Shop from our complete selection of AR-15 Takedown and Pivot Pins at Primary Arms. Here you will have quality at the right price with fast shipping!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Carbine-Stocks/MCategories+AR-15-Stocks","urlPath":"2+Carbine-Stocks/MCategories+AR-15-Stocks","url":"2+Carbine-Stocks/MCategories+AR-15-Stocks","template":" ","addition_to_head":" ","page_title":"AR15 Carbine Stocks For Sale | Primary Arms","page_header":" ","meta_description":"AR15 Collapsible Stocks built for use with carbine receiver extensions are a great way to adjust LOP on your rifle. Check out our huge selection.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Rifle-Stocks/MCategories+AR-15-Stocks","urlPath":"2+Rifle-Stocks/MCategories+AR-15-Stocks","url":"2+Rifle-Stocks/MCategories+AR-15-Stocks","template":" ","addition_to_head":" ","page_title":"AR15 Rifle Stocks For Sale | Primary Arms","page_header":" ","meta_description":"AR 15 fixed rifle stocks offer a longer LOP and are great for building precision rifles. Check out our selection of Troy and Magpul fixed stocks.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Complete-Assemblies/Brand+Troy-Industries/Mcategories+Gun-Parts/","urlPath":"1+Upper-Complete-Assemblies/Brand+Troy-Industries/Mcategories+Gun-Parts/","url":"1+Upper-Complete-Assemblies/Brand+Troy-Industries/Mcategories+Gun-Parts/","template":" ","addition_to_head":" ","page_title":"Troy Industries Complete Upper Receiver For Sale | Primary Arms","page_header":" ","meta_description":"Shop from our selection of Troy Industries Complete Upper Receivers. Here you will find  M-LOK Rail with Flip Up BattleSights at best prices & fast shipping!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+CMMG-AR9-Lower-Receivers-","urlPath":"MCategories+CMMG-AR9-Lower-Receivers-","url":"MCategories+CMMG-AR9-Lower-Receivers-","template":" ","addition_to_head":" ","page_title":"CMMG AR-9 Lower Receivers For Sale | Primary Arms","page_header":" ","meta_description":"Shop from our selection of AR-9 Lower Receivers. At Primary Arms, you will have fast shipping,  industry-leading customer service & the best prices!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+Compact/MCategories+Complete-Handguns","urlPath":"FrameSize+Compact/MCategories+Complete-Handguns","url":"FrameSize+Compact/MCategories+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"Compact Pistols for Sale | Primary Arms","page_header":" ","meta_description":"Find a huge selection of compact pistols from top brands: Springfield, Beretta, Ruger, & more. At Primary Arms, you will have the best prices with fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+Full-Size/MCategories+Complete-Handguns","urlPath":"FrameSize+Full-Size/MCategories+Complete-Handguns","url":"FrameSize+Full-Size/MCategories+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"Full Size Pistols for Sale | Primary Arms","page_header":" ","meta_description":"Find a huge selection of full-size pistols from top brands: Glock, Beretta, Ruger, & more. At Primary Arms, you will have the best prices with fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+Long-Slide/MCategories+Complete-Handguns","urlPath":"FrameSize+Long-Slide/MCategories+Complete-Handguns","url":"FrameSize+Long-Slide/MCategories+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"Long Slide Pistols for Sale | Primary Arms","page_header":" ","meta_description":"Shop from a huge selection of long-slide pistols from top brands: Glock, Beretta, Ruger, & more. At Primary Arms, you will have the best prices with fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+Micro-Compact/MCategories+Complete-Handguns","urlPath":"FrameSize+Micro-Compact/MCategories+Complete-Handguns","url":"FrameSize+Micro-Compact/MCategories+Complete-Handguns","template":" ","addition_to_head":" ","page_title":"Micro Compact Pistols for Sale | Primary Arms","page_header":" ","meta_description":"Shop from a huge selection of micro-compact pistols from top brands: Springfield, Sig Sauer, & more. At Primary Arms, you will have the best prices with fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Holsters-and-Mag-Carriers","urlPath":"MCategories+Handguns-Holsters-and-Mag-Carriers","url":"MCategories+Handguns-Holsters-and-Mag-Carriers","template":"default","addition_to_head":" ","page_title":"Shop all Handguns Holsters & Mag Carriers | Primary Arms","page_header":" ","meta_description":" Find top brands on handguns holsters & mag carriers For Sale at Primary Arms. We offer industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Handgun-Parts/MCategories+Handguns","urlPath":"1+Handgun-Parts/MCategories+Handguns","url":"1+Handgun-Parts/MCategories+Handguns","template":" ","addition_to_head":" ","page_title":" ","page_header":" ","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Palmetto-State-Armory","urlPath":"Brand+Palmetto-State-Armory","url":"Brand+Palmetto-State-Armory","template":" ","addition_to_head":" ","page_title":"Palmetto State Armory | for Sale at Primary Arms","page_header":" ","meta_description":"Find Palmento State Armory products for Sale at Primary Arms. Here you have the best prices, fast shipping, and industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Springfield-Armory","urlPath":"Brand+Springfield-Armory","url":"Brand+Springfield-Armory","template":" ","addition_to_head":" ","page_title":"Springfield Armory For Sale | Primary Arms","page_header":" ","meta_description":"Shop from our selection of Springfield Armory rifles, handguns, parts & accessories. Primary Arms has the industry-leading customer service & fast shipping!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+NFA-Items-Sound-Suppressors","urlPath":"MCategories+NFA-Items-Sound-Suppressors","url":"MCategories+NFA-Items-Sound-Suppressors","template":" ","addition_to_head":" ","page_title":"Sound Suppressor | Silencer | Primary Arms","page_header":" ","meta_description":"Buy a Sound Suppressor / Silencer at Primary Arms. Here you'll find the best prices from the main rifle suppressor & AR 15 sound suppressor manufacturers.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+556-NATO/MCategories+NFA-Items-Sound-Suppressors","urlPath":"CaliberGauge+556-NATO/MCategories+NFA-Items-Sound-Suppressors","url":"CaliberGauge+556-NATO/MCategories+NFA-Items-Sound-Suppressors","template":" ","addition_to_head":" ","page_title":"5.56 Suppressor | Primary Arms","page_header":" ","meta_description":"Buy a 5.56 NATO Sound Suppressor at Primary Arms. Here you find the best prices, fast shipping & industry-leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Daniel-Defense","urlPath":"Brand+Daniel-Defense","url":"Brand+Daniel-Defense","template":" ","addition_to_head":" ","page_title":"Daniel Defense For Sale | Primary Arms","page_header":" ","meta_description":"Browse our variety of Daniel Defense AR15 complete rifles, accessories & parts. At Primary Arms, you find Daniel Defense upper, lower, rails, handguards & more!\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Agency-Arms","urlPath":"Brand+Agency-Arms","url":"Brand+Agency-Arms","template":" ","addition_to_head":" ","page_title":"Agency Arms For Sale | Primary Arms","page_header":" ","meta_description":"Browse our Agency Arms Glock parts, including Agency Arms Glock 19 /23/25/32/38 barrel, slides & other parts. Here we ship fast and have the best prices!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Pistol-Arm-Braces","urlPath":"MCategories+AR-15-Pistol-Arm-Braces","url":"MCategories+AR-15-Pistol-Arm-Braces","template":" ","addition_to_head":" ","page_title":"AR15 Pistol Arm Braces For Sale | Primary Arms","page_header":" ","meta_description":"Browse our selection of popular AR-15 Pistol Arm Braces and finish your build today. No NFA paperwork required. SB Tactical, Gearhead Works, & More.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Tactical-Gear","urlPath":"MCategories+Tactical-Gear","url":"MCategories+Tactical-Gear","template":" ","addition_to_head":" ","page_title":"Tactical Gear For Sale | Primary Arms","page_header":" ","meta_description":"Tactical Gear for sale at Primary Arms. We've got a huge selection of knives, plate carriers, Rifle Slings, and more from brands like High Speed Gear.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+A~Zoom","urlPath":"Brand+A~Zoom","url":"Brand+A~Zoom","template":" ","addition_to_head":" ","page_title":"A-Zoom For Sale | Primary Arms","page_header":" ","meta_description":"Shop from our selection of A-Zoom Snap Caps for safety training, function testing, and stoppage drills. Here you will have the best prices & fast shipping!\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+SSI","urlPath":"Brand+SSI","url":"Brand+SSI","template":" ","addition_to_head":" ","page_title":"SSI Gun Rope Cleaner for Sale  | Primary Arms","page_header":" ","meta_description":"Shop SSI Gun Rope Cleaners at Primary Arms. It will scrub the bore of your favorite caliber faster and easier than ever. We have the best prices & ship fast!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Bulldog","urlPath":"Brand+Bulldog","url":"Brand+Bulldog","template":" ","addition_to_head":" ","page_title":"Bulldog Cases & Accessories for Sale | Primary Arms","page_header":" ","meta_description":"Protect Your gun with a Bulldog case from Primary Arms. We have an industry-leading customer service, the best prices & ship fast! Shop now for Bulldog cases!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Beretta","urlPath":"Brand+Beretta","url":"Brand+Beretta","template":" ","addition_to_head":" ","page_title":"Beretta Pistols & Accessories For Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms features a variety of Beretta pistols & magazines for sale. Shop our selection of Beretta 92FS, M9, Pico, Nano, APX, and more! We ship fast!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS ANNOUNCES NEW PRODUCTS FOR SHOT SHOW 2020","urlPath":"primary-arms-optics-announces-new-products-for-shot-show-2020","url":"primary-arms-optics-announces-new-products-for-shot-show-2020","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS OPTICS ANNOUNCES NEW PRODUCTS FOR SHOT SHOW 2020","page_header":"PRIMARY ARMS OPTICS ANNOUNCES NEW PRODUCTS FOR SHOT SHOW 2020","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Hearing-Protection/MCategories+Tactical-Gear","urlPath":"1+Hearing-Protection/MCategories+Tactical-Gear","url":"1+Hearing-Protection/MCategories+Tactical-Gear","template":" ","addition_to_head":" ","page_title":"Ear Protection | Primary Arms","page_header":" ","meta_description":"We have the best prices and super fast shipping on the best ear protection from the manufacturers you want. All backed by our industry-leading customer service based here in Houston, Texas. Buy Today and get shooting.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns/Platform+Glock-Handguns","urlPath":"MCategories+Handguns/Platform+Glock-Handguns","url":"MCategories+Handguns/Platform+Glock-Handguns","template":" ","addition_to_head":" ","page_title":"Glock Accessories, parts and custom slides for Sale | Primary Arms","page_header":" ","meta_description":"Shop our huge selection of Glock Accessories, Glock Mods and upgrades to make a Custom Glock.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+Sub-Compact/MCategories+Handguns","urlPath":"FrameSize+Sub-Compact/MCategories+Handguns","url":"FrameSize+Sub-Compact/MCategories+Handguns","template":" ","addition_to_head":" ","page_title":"Sub Compact Handguns For Sale  | Primary Arms","page_header":" ","meta_description":"Shop for the best sub compact 9mm, .40, .380, .45. We have sub compacts for sale from the best manufacturers. Glock, Sig Sauer, Smith & Wesson, Ruger, and CZ.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Apex-Tactical","urlPath":"Brand+Apex-Tactical","url":"Brand+Apex-Tactical","template":" ","addition_to_head":" ","page_title":"Apex Tactical For Sale | Primary Arms","page_header":" ","meta_description":"Apex Tactical custom aftermarket handgun parts and accessories for upgrading your concealed carry or competition pistol. We've got every part you need.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES OZGE CUMBERLAND AS VICE PRESIDENT","urlPath":"press-release-primary-arms-announces-ozge-cumberland-as-vice-president","url":"press-release-primary-arms-announces-ozge-cumberland-as-vice-president","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES OZGE CUMBERLAND AS VICE PRESIDENT","page_header":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES OZGE CUMBERLAND AS VICE PRESIDENT","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS® OPTICS APPROVED FOR DUTY USE BY CITY OF PASADENA POLICE DEPARTMENT","urlPath":"press-release-primary-arms-optics-approved-for-duty-use-by-city-of-pasadena-police-department","url":"press-release-primary-arms-optics-approved-for-duty-use-by-city-of-pasadena-police-department","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS® OPTICS APPROVED FOR DUTY USE BY CITY OF PASADENA POLICE DEPARTMENT","page_header":"PRESS RELEASE: PRIMARY ARMS® OPTICS APPROVED FOR DUTY USE BY CITY OF PASADENA POLICE DEPARTMENT","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS AND FM PRODUCTS PARTNERSHIP OFFERS FREE MICRO RED DOTS WITH ALL FM9 UPPERS","urlPath":"primary-arms-and-fm-products-partnership-offers-free-micro-red-dots-with-all-fm9-uppers","url":"primary-arms-and-fm-products-partnership-offers-free-micro-red-dots-with-all-fm9-uppers","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS AND FM PRODUCTS PARTNERSHIP OFFERS FREE MICRO RED DOTS WITH ALL FM9 UPPERS","page_header":"PRIMARY ARMS AND FM PRODUCTS PARTNERSHIP OFFERS FREE MICRO RED DOTS WITH ALL FM9 UPPERS","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Foxtrot-Mike-Products","urlPath":"Brand+Foxtrot-Mike-Products","url":"Brand+Foxtrot-Mike-Products","template":" ","addition_to_head":" ","page_title":"Foxtrot Mike Products For Sale | Primary Arms","page_header":" ","meta_description":"Shop Foxtrot Mike Products  here at Primary Arms for the best deals and the best service! We carry FM products: ar9 uppers, ar9 lowers,  & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Radical-Firearms/MCategories+AR-15-Complete-Guns","urlPath":"Brand+Radical-Firearms/MCategories+AR-15-Complete-Guns","url":"Brand+Radical-Firearms/MCategories+AR-15-Complete-Guns","template":" ","addition_to_head":" ","page_title":"Radical Firearms for sale | Primary Arms","page_header":" ","meta_description":"the best Radical Firearms Ar15 rifles for sale! shop Radical Firearms complete guns at the lowest prices and with the best customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/zero-a-red-dot-sight-best-hack-ever","urlPath":"blog/zero-a-red-dot-sight-best-hack-ever","url":"blog/zero-a-red-dot-sight-best-hack-ever","template":" ","addition_to_head":" ","page_title":"sighting in red dot! tips for Zeroing a red dot","page_header":" ","meta_description":"sighting in red dot can be tricky! We're here to help! we give you the best tips and practices to zero in a red dot and get accurate moa shooting.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+American-Defense","urlPath":"Brand+American-Defense","url":"Brand+American-Defense","template":" ","addition_to_head":" ","page_title":"American Defense Manufacturing | Primary Arms","page_header":" ","meta_description":"American Defense AR 15, handguards, scope and red dot mounts for sale at Primary Arms. Recon  scope mounts with Titanium Quick Detach levers and more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Streamlight","urlPath":"Brand+Streamlight","url":"Brand+Streamlight","template":" ","addition_to_head":" ","page_title":"Streamlight Weapon Lights For Sale | Primary Arms","page_header":" ","meta_description":"Streamlight Weapon Lights are assembled in the United states and come in a variety of options for tactical weapon mounted and standard handheld styles.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+.350-Legend","urlPath":"CaliberGauge+.350-Legend","url":"CaliberGauge+.350-Legend","template":" ","addition_to_head":" ","page_title":"350 Legend rifles, accessories, ammo | Primary Arms","page_header":" ","meta_description":"The Winchester .350 Legend straight-wall cartridge is ideally suited for hunting hogs and deer; We have a large selection of 350 Legend rifles, barrels and .350 Legend ammo to choose from.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+C-Products","urlPath":"Brand+C-Products","url":"Brand+C-Products","template":" ","addition_to_head":" ","page_title":"C Products For Sale | Shop C Products Magazines","page_header":" ","meta_description":"C Products Magazines For Sale at Primary Arms. DuraMag AR-15 magazines available in 5.56, 308, 6.5 Grendel, 450 Bushmaster, and 458 SOCOM. Click now for more.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Mcmaster","urlPath":"Brand+Mcmaster","url":"Brand+Mcmaster","template":" ","addition_to_head":" ","page_title":"McMaster Products for Sale | Primary Arms","page_header":" ","meta_description":"shop McMaster parts and McMaster hardware here at Primary Arms","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Other-Platforms-Mini-14","urlPath":"MCategories+Other-Platforms-Mini-14","url":"MCategories+Other-Platforms-Mini-14","template":" ","addition_to_head":" ","page_title":"Mini 14 Parts for sale | Primary Arms","page_header":" ","meta_description":"Mini 14 stocks, mini 14 magazine, mini 14 mounts found here at Primary arms. The best place to buy all the parts for your Mini-14","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+224-Valkyrie","urlPath":"MCategories+224-Valkyrie","url":"MCategories+224-Valkyrie","template":" ","addition_to_head":" ","page_title":"224 Valkyrie for sale | Primary Arms","page_header":" ","meta_description":"A great selection of 224 Valkyrie barrels, 224 Valkyrie upper and .224 Valkyrie ammo for sale here at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Gun-Cases","urlPath":"1+Gun-Cases","url":"1+Gun-Cases","template":" ","addition_to_head":" ","page_title":"Rifle Cases | Primary Arms","page_header":" ","meta_description":"Shop all of our gun cases here. We have rifle cases from NcSTAR, Plano and Drago. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Vortex-Optics/MCategories+AR-15","urlPath":"Brand+Vortex-Optics/MCategories+AR-15","url":"Brand+Vortex-Optics/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Vortex Optics for AR-15","page_header":" ","meta_description":"Vortex Optics and Vortex sights are among the best scopes on earth. We include the vortex optics crossfire ii, vortex optics strikefire 2, strike eagle, and more in our catalog.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Wilson-Combat","urlPath":"Brand+Wilson-Combat","url":"Brand+Wilson-Combat","template":" ","addition_to_head":" ","page_title":"Wilson Combat For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of Wilson Combat parts for 1911. Now stocking Wilson combat barrels, Wilson Combat magazines, magwells and more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Handstops","urlPath":"2+Handstops","url":"2+Handstops","template":" ","addition_to_head":" ","page_title":"mlok handstop, keymod handstops and more | Primary Arms","page_header":" ","meta_description":"shop at Primary Arms for a mlok handstop, keymod handstop and any handstop in between. We carry top brands at amazing prices.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Firearm Affiliate Program | Primary Arms","urlPath":"affiliate-program","url":"affiliate-program","template":" ","addition_to_head":" ","page_title":"Firearm Affiliate Program | Primary Arms","page_header":"Affiliate Program","meta_description":"The gun affiliate program at Primary Arms offers great perks to you & your audience. To become a firearm affiliate with us, read the details & contact us now!","meta_keywords":"Primary Arms, Affiliate, Affiliate Program,","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+AK-Optic-Mounts/MCategories+Optics","urlPath":"1+AK-Optic-Mounts/MCategories+Optics","url":"1+AK-Optic-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"AK Red Dot Mount & AK47 Scope Mounts| Primary Arms","page_header":" ","meta_description":"Shop all of our AK red dot mounts and AK47 scope mounts, including AK side mounts and AK dust cover mounts from brands like Midwest industries & Leapers.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Bore-Sights/MCategories+Optics","urlPath":"1+Bore-Sights/MCategories+Optics","url":"1+Bore-Sights/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Laser Bore Sight | Primary Arms","page_header":" ","meta_description":"A laser bore sight is a great way to sight in with ease. We carry a large selection including: 9mm laser bore sight, 223 laser bore sight, 7.62 laser bore sights.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Cleaning-Supplies/MCategories+Optics","urlPath":"1+Cleaning-Supplies/MCategories+Optics","url":"1+Cleaning-Supplies/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Lens Cleaning Pen for Sale | Primary Arms","page_header":" ","meta_description":"Shop lens pens to keep your scope and red dot clean. we carry Leupold lens pens, Vortex lens pens and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Gunsmithing-Tools/MCategories+Optics","urlPath":"1+Gunsmithing-Tools/MCategories+Optics","url":"1+Gunsmithing-Tools/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Gunsmithing Tools for Optics | Primary Arms","page_header":" ","meta_description":"With these gunsmith tools, you can be sure you're on target. We carry Wheeler and Vortex optics products to make sure you never miss again.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Handgun-Parts/MCategories+Optics","urlPath":"1+Handgun-Parts/MCategories+Optics","url":"1+Handgun-Parts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Pistol Red Dot Sights and Red Dot Mounts | Primary Arms","page_header":" ","meta_description":"Shop the best pistol red dot & red dot mounts. We carry top of the line products from the Trijicon rmr, holosun 507c, Sig Romeo 1 and leupold deltapoint pro.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Magnifiers/Brand+Primary-Arms/MCategories+Optics","urlPath":"1+Magnifiers/Brand+Primary-Arms/MCategories+Optics","url":"1+Magnifiers/Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Red Dot Magnifiers","page_header":" ","meta_description":"Primary Arms manufactures fantastic red dot magnifiers. With offerings at 3x magnification, and 6x magnification, we carry just what you want at a great price.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Nightvision/MCategories+Optics","urlPath":"1+Nightvision/MCategories+Optics","url":"1+Nightvision/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Night Vision Scope for Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms is proud to carry these night vision scopes from American Tech Network & other top brands. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Nightvision-Mounts/MCategories+Optics","urlPath":"1+Nightvision-Mounts/MCategories+Optics","url":"1+Nightvision-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Night Vision Scope Mount | Primary Arms","page_header":" ","meta_description":"Shop ar scope mounts for your night vision scope. we have quick detach scope mounts and more from brands like Magpul & American Defense.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Precision-Rifle-Bases/MCategories+Optics","urlPath":"1+Precision-Rifle-Bases/MCategories+Optics","url":"1+Precision-Rifle-Bases/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Precision Rifle Bases For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of Precision Rifle Bases for Remington 700. We carry top brands like Seekins Precision, Evolution Gun Works & Nightforce Optics.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rail-Accessories/MCategories+Optics","urlPath":"1+Rail-Accessories/MCategories+Optics","url":"1+Rail-Accessories/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Rail Accessories for Optics | Primary Arms","page_header":" ","meta_description":"Shop Rail accessories for your optic here. Primary Arms is proud to carry the best products from top brands and world class customer service with every purchase.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rails--AND--Handguards/MCategories+Optics","urlPath":"1+Rails--AND--Handguards/MCategories+Optics","url":"1+Rails--AND--Handguards/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Optic Accessories for Handguards | Primary Arms","page_header":" ","meta_description":"Optic accessories for handguards for sale here at Primary Arms. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Accessories/2+Flip-Caps/MCategories+Optics","urlPath":"1+Red-Dot-Accessories/2+Flip-Caps/MCategories+Optics","url":"1+Red-Dot-Accessories/2+Flip-Caps/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Red Dot Covers and Optic Flip Caps | Primary Arms","page_header":" ","meta_description":"Protect your Red Dots and Scopes from Dust and Scratches! We offer a great selection of covers and Flip caps for your red dots sights and scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Accessories/2+Small-Parts-and-Components/Brand+EOTech/MCategories+Optics","urlPath":"1+Red-Dot-Accessories/2+Small-Parts-and-Components/Brand+EOTech/MCategories+Optics","url":"1+Red-Dot-Accessories/2+Small-Parts-and-Components/Brand+EOTech/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"EOTech  Replacements Parts for Sale","page_header":" ","meta_description":"Shop EOTech replacement parts here at Primary Arms. From EOTech hoods, EOTech battery caps, and EOTech qd bases.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/2+Offset-Mounts/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/2+Offset-Mounts/MCategories+Optics","url":"1+Red-Dot-Mounts/2+Offset-Mounts/MCategories+Optics","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/2+Offset-Mounts/MCategories+Optics\"/>","page_title":"Offset Red Dot Mount | Primary Arms","page_header":" ","meta_description":"An offset red dot mounted to you rifle will close the gap between long & close range. With these offset red dot mounts, you'll be on target at any range.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/2+Slide-Adapter-Plates/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/2+Slide-Adapter-Plates/MCategories+Optics","url":"1+Red-Dot-Mounts/2+Slide-Adapter-Plates/MCategories+Optics","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/2+Slide-Adapter-Plates/MCategories+Optics\"/>","page_title":"Slide Adapter Plate for Red Dot | Primary Arms","page_header":" ","meta_description":"Add a red dot to your pistol! With these red dot adapter plates, you can mount a red dot easily. We carry mounting plates for the Trijicon RMR and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/2+Small-Parts-and-Components/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/2+Small-Parts-and-Components/MCategories+Optics","url":"1+Red-Dot-Mounts/2+Small-Parts-and-Components/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Screws and Parts for Red Dot Mounts | Primary Arms","page_header":" ","meta_description":"All the Replacement Parts for your red dot can be found here. We carry parts for EOTech, and other popular optic brands.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+American-Defense/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+American-Defense/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+American-Defense/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"American Defense Red Dot Mount For Sale | Primary Arms","page_header":" ","meta_description":"Red dot mounts from American Defense offer the perfect mount for your red dot. They have aimpoint mounts, Trijicon MRO mounts, 30mm & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+American-Defense/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+American-Defense/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+American-Defense/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"American Defense Red Dot Mount","page_header":" ","meta_description":"Red dot mounts from American Defense offer the perfect mount fro your red dot. They have aimpoint mounts, trijicon mro mounts, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Daniel-Defense/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Daniel-Defense/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Daniel-Defense/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Daniel Defense Red Dot Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Red dot mounts and scope mounts from Daniel Defense. We carry these Daniel Defense red dot mounts so you can mount a red dot to your rifle","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Geissele-Automatics/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Geissele-Automatics/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Geissele-Automatics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Geissele Automatics Red Dot Mounts for Sale","page_header":" ","meta_description":"Geissele offers top tier products, including red dot mounts. Geissele red dot mounts are durable and long lasting. mounts for Trijicon MRO, Aimpoint T2 and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Glock/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Glock/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Glock/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Glock MOS Adapter Plate for sale | Primary Arms","page_header":" ","meta_description":"Add a red dot to your glock with the Glock MOS adapter plate. Works with popular Trijicon RMR, Sig romeo and deltapoint pro.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Holosun/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Holosun/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Holosun/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Holosun Red Dot Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Holosun qd mounts are here! Shop Holosun quick disconnect mounts for red dots. With these quick disconnect mount you will never be searching for a tool again.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Midwest-Industries/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Midwest-Industries/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Midwest-Industries/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Midwest Industries Red Dot Mounts | Primary Arms","page_header":" ","meta_description":"Shop red dot mounts from Midwest Industries. Red dot mounts for Trijicon RMR, Aimpoint T2 and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Midwest-Industries/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Midwest-Industries/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Midwest-Industries/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Midwest Industries Red Dot Mounts","page_header":" ","meta_description":"Shop Red dot Mounts from Midwest Industries. Red dot mounts for Trijicon RMR, Aimpoint T2 and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/2+With-ACSS/MCategories+Optics","urlPath":"1+Red-Dot-Sights/2+With-ACSS/MCategories+Optics","url":"1+Red-Dot-Sights/2+With-ACSS/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Holosun ACSS Red Dot for Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms and Holosun have partnered to bring you the HS503G with ACSS reticle. No red dot is more advanced. the ACSS reticle does the math for you.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Aimpoint/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Aimpoint/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Aimpoint/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Aimpoint Red Dot for Sale | Primary Arms","page_header":" ","meta_description":"Aimpoint red dot are among the best. They make many top of the line products such as the Aimpoint T2, the Aimpoint CompM5 and micro s1. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Burris-Optics/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Burris-Optics/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Burris-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Burris Optics - Red Dots for Sale | Primary Arms","page_header":" ","meta_description":"Shop for Burris Optics! We carry a wide selection of Burris Optics best red dot sights. Perfect for a pistol red dot.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Bushnell/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Bushnell/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Bushnell/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Bushnell Red Dot - for Sale | Primary Arms","page_header":" ","meta_description":"Shop our Selection of Bushnell red dot sights and you will sure to find the best red dots around. Perfect for an ar 15 build and many other platforms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Holosun/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Holosun/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Holosun/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Holosun Red Dot For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of  Holosun red dots and micro red dots. Primary Arms is proud to carry such a broad collection of holosun red dots.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Leapers--SLASH--UTG/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Leapers--SLASH--UTG/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Leapers--SLASH--UTG/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Leapers UTG Red Dot for Sale | Primary Arms","page_header":" ","meta_description":"Shop Leapers UTG red dots for sale at Primary Arms. Their fixed magnification red dots with qd mount are great for and ar15 build or upgrade.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Primary-Arms/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Primary-Arms/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Red Dots and Micro red Dot","page_header":" ","meta_description":"Primary Arms red dots and micro red dots feature 2 moa red dots, 1 moa red dots and come in several colors. The classic and SLx lines are fantastic.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Sig-Sauer/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Sig-Sauer/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Sig-Sauer/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Sig Sauer Red Dot Sights for Sale","page_header":" ","meta_description":"Shop all Sig red dots. including the Sig Romeo1, Romeo3 and reflex sights. Sig red dots are top of the line products, designed for durability and performance.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+SureFire/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+SureFire/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+SureFire/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"SureFire Red Dots for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of SureFire red dot sights. from Surefire weapon lights, to surefire red dots they make world class products we are proud to carry.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Trijicon/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Trijicon/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Trijicon/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Trijicon Red Dot Sights for Sale | Primary Arms","page_header":" ","meta_description":" Trijicon is the premier Micro red dot maker and we carry the Trijicon MRO, Trijicon SRO, and Trijicon RMR, in all their configurations.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Vortex-Optics/MCategories+Optics","urlPath":"1+Red-Dot-Sights/Brand+Vortex-Optics/MCategories+Optics","url":"1+Red-Dot-Sights/Brand+Vortex-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Vortex Optics for sale | Primary Arms","page_header":" ","meta_description":"Vortex Optics is among the best optics manufacturers. Vortex red dots, like the striekfire 2, crossfire 2, venom red dot and viper red dot sights.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Accessories/2+Scope-Levels/MCategories+Optics","urlPath":"1+Scope-Accessories/2+Scope-Levels/MCategories+Optics","url":"1+Scope-Accessories/2+Scope-Levels/MCategories+Optics","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/2+Scope-Levels/MCategories+Optics\"/>","page_title":"Scope Levels for Sale | Primary Arms","page_header":" ","meta_description":"You can find all of our scope levels here. Be sure you're level or know when you're not. These scope levels are easy to install; getting you back on target faster.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Accessories/Brand+Scopecoat/MCategories+Optics","urlPath":"1+Scope-Accessories/Brand+Scopecoat/MCategories+Optics","url":"1+Scope-Accessories/Brand+Scopecoat/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scopecoats for Sale | Primary Arms","page_header":" ","meta_description":"Always use a Scopecoat! keeping dust, rain and other stuff off your optic is an important part of maintenance. with a Scopecoat, you'll never have to worry again.  ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Accessories/MCategories+Optics","urlPath":"1+Scope-Accessories/MCategories+Optics","url":"1+Scope-Accessories/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scope Accessories for Sale | Primary Arms","page_header":" ","meta_description":"Every Scope accessory you need. Flip up scope covers, sun shades, anti reflective devices, scope levels and more. Scope Accessories for the best scopes here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/Brand+Geissele-Automatics/MCategories+Optics","urlPath":"1+Scope-Mounts/Brand+Geissele-Automatics/MCategories+Optics","url":"1+Scope-Mounts/Brand+Geissele-Automatics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Geissele Automatics Scope Mounts","page_header":" ","meta_description":"Geissele brings the best products to the market. Geissele scope mounts offer the same performance and durability as each of their other products.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/Brand+Leapers--SLASH--UTG/MCategories+Optics","urlPath":"1+Scope-Mounts/Brand+Leapers--SLASH--UTG/MCategories+Optics","url":"1+Scope-Mounts/Brand+Leapers--SLASH--UTG/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Leapers UTG Scope Mounts for Sale","page_header":" ","meta_description":"Leapers UTG offers fantastic performance with their ACCU SYNC scope mounts. Leapers UTG has a variety of configurations and color options to choose from.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+1","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+1","url":"1+Scope-Mounts/MCategories+Optics/OpticType+1","template":" ","addition_to_head":" ","page_title":"Rifle Scope Mounts 1\" | Primary Arms","page_header":" ","meta_description":"Shop our selection of 1 inch scope mounts! We carry 1\" scope mounts for your ar15 from top brands: Aero Precision, Burris Optics, Leapers UTG, Primary Arms & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+30mm","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+30mm","url":"1+Scope-Mounts/MCategories+Optics/OpticType+30mm","template":" ","addition_to_head":" ","page_title":"30mm Scope Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Shop all our 30mm scope mounts! Including quick detach scope mount, ar15 scope mounts, 1 piece scope mount. From Vortex, Aero Precision, Burris Optics, Geissele.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+34mm","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+34mm","url":"1+Scope-Mounts/MCategories+Optics/OpticType+34mm","template":" ","addition_to_head":" ","page_title":"34mm Scope Mounts for Sale | Primary Arms","page_header":" ","meta_description":"34mm scope mounts for your ar15 and long rifles. Shop the best selection of quick detach scope mounts. We carry Aero Precission, American Defense, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+35mm","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+35mm","url":"1+Scope-Mounts/MCategories+Optics/OpticType+35mm","template":" ","addition_to_head":" ","page_title":"30mm Scope Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Shop all our 35mm scope mounts here! Including quick detach scope mount, ar15 scope mounts, 1 piece scope mount and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+Aimpoint-T2","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+Aimpoint-T2","url":"1+Scope-Mounts/MCategories+Optics/OpticType+Aimpoint-T2","template":" ","addition_to_head":" ","page_title":"Aimpoint T2 Mount for Sale | Primary Arms","page_header":" ","meta_description":"Shop red dot mounts for the Aimpoint T2. We carry side mounts, top mounts and quick detach mounts for the Aimpoint T2. perfect for any ar15.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+Picatinny-Mount","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+Picatinny-Mount","url":"1+Scope-Mounts/MCategories+Optics/OpticType+Picatinny-Mount","template":" ","addition_to_head":" ","page_title":"Scope Mounts for Picatinny Rail | Primary Arms","page_header":" ","meta_description":"Shop our Selection of Scope mounts for a Picatinny rail. One piece scope mounts, quick detach mounts, 30mm mounts, 34mm mounts and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-ACOG-Compatible","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-ACOG-Compatible","url":"1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-ACOG-Compatible","template":" ","addition_to_head":" ","page_title":"Scope Mounts for Trijicon ACOG","page_header":" ","meta_description":"Shop Trijicon ACOG scope mounts here! Mount an ACOG to AR15, AR 308 and AK style rifles with these fantastic mounts from top brands.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-Mini~ACOG","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-Mini~ACOG","url":"1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-Mini~ACOG","template":" ","addition_to_head":" ","page_title":"Trijicon Mini-ACOG Mounts for Sale","page_header":" ","meta_description":"Mount a Trijicon Mini-ACOG to any AR15, AR10, AK rifle, mini-14, and other long rifles with these mounts for Trijicon Mini-ACOG. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/2+With-ACSS/MCategories+Optics","urlPath":"1+Scopes/2+With-ACSS/MCategories+Optics","url":"1+Scopes/2+With-ACSS/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms ACSS Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop here for all Primary Arms Optics with the ACSS reticle. From red dot, prism scopes, and rifle scopes. Our 1-4x, 1-8x, 4-14x, and 3-18x are certain to impress! ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Hakko-Precision-Optics/MCategories+Optics","urlPath":"1+Scopes/Brand+Hakko-Precision-Optics/MCategories+Optics","url":"1+Scopes/Brand+Hakko-Precision-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Hakko Scopes for Sale | Primary Arms","page_header":" ","meta_description":"We carry a wide selection of Hakko Scopes. Rifle scopes that are perfect for ar15, ak47, or other long guns. Hakko Scopes offer fantastic performance.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Leupold/MCategories+Optics","urlPath":"1+Scopes/Brand+Leupold/MCategories+Optics","url":"1+Scopes/Brand+Leupold/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Leupold Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Leupold scopes are durable and great for any ar15 or ar10. We carry their Vx freedom, and Mark ar mod 1 scope series. Shop Leupold scopes today!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Nikon/MCategories+Optics","urlPath":"1+Scopes/Brand+Nikon/MCategories+Optics","url":"1+Scopes/Brand+Nikon/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Nikon Rifle Scopes for Sale","page_header":" ","meta_description":"From camera lenses to rifle scopes, nikon make excellent glass. Primary Arms carry many Nikon rifle scopes. From their M-tactical, Black and more lines of rifle scope.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Primary-Arms/MCategories+Optics","urlPath":"1+Scopes/Brand+Primary-Arms/MCategories+Optics","url":"1+Scopes/Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Scopes and Scope Accessories","page_header":" ","meta_description":"Primary Arms complete catalog of rifle scopes. Featuring our ACSS reticle, we offer the most advanced optic that's also the easiest to use. Featuring wind holdover and rang finding.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Vortex-Optics/MCategories+Optics","urlPath":"1+Scopes/Brand+Vortex-Optics/MCategories+Optics","url":"1+Scopes/Brand+Vortex-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Vortex Optics Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Vortex Optics are among the best in the world. We carry many of Vortex optics best scopes. From Vortex red dots, Vortex prism, and Vortex variable scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Vortex-Optics/MCategories+Optics/magnification+1X-8X","urlPath":"1+Scopes/Brand+Vortex-Optics/MCategories+Optics/magnification+1X-8X","url":"1+Scopes/Brand+Vortex-Optics/MCategories+Optics/magnification+1X-8X","template":" ","addition_to_head":" ","page_title":"Vortex Optics 1-8x Scopes for Sale","page_header":" ","meta_description":"Primarry Arms is proud to offer a great selection of Vortex 1-8x scopes for sale. The Vortex Crossfire, Vortex Strike Eagle and Diamondback.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Vortex-Optics/MCategories+Scopes","urlPath":"1+Scopes/Brand+Vortex-Optics/MCategories+Scopes","url":"1+Scopes/Brand+Vortex-Optics/MCategories+Scopes","template":" ","addition_to_head":" ","page_title":"Vortex Optics Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Voortex Optics are among the best in the world. we are proud to carry many of Vortex optics best scopes. Vortex red dots, Vortex prism, and Vortex variable scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/custitem_optic_series+Classic","urlPath":"1+Scopes/MCategories+Optics/custitem_optic_series+Classic","url":"1+Scopes/MCategories+Optics/custitem_optic_series+Classic","template":" ","addition_to_head":" ","page_title":"Primary Arms Classic Scopes for Sale","page_header":" ","meta_description":"Primary Arms Classic Scopes offer clear glass and impeccable quality. When you want simple to use straightforward controls the Primary Arms classic series will be for you.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Thermal-Scopes/MCategories+Optics","urlPath":"1+Thermal-Scopes/MCategories+Optics","url":"1+Thermal-Scopes/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Thermal Scopes for Sale | Primary Arms","page_header":" ","meta_description":"A thermal scope can add a lot of functionality to your hunting setup. American Tech Network offers may great options for thermal scopes. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Anti~Reflection-Devices/MCategories+Optics","urlPath":"2+Anti~Reflection-Devices/MCategories+Optics","url":"2+Anti~Reflection-Devices/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Anti Reflective Devices for sale | Primary Arms","page_header":" ","meta_description":"Primary Arms offers a great selection of anti reflective devices. Perfect for any scope setup on ar15, ak47, ar10, and higher caliber rifles.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Cleaning-Kits-and-Brushes/MCategories+Optics","urlPath":"2+Cleaning-Kits-and-Brushes/MCategories+Optics","url":"2+Cleaning-Kits-and-Brushes/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Cleaning Kits for Scopes | Primary Arms","page_header":" ","meta_description":"Shop our lens pens and cleaning kits. from leupold cleaning kits and vortex cleaning kits, we have you covered. all the scope cleaning kits for sale","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Drivers/MCategories+Optics","urlPath":"2+Drivers/MCategories+Optics","url":"2+Drivers/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Driver Set for Scopes | Primary Arms","page_header":" ","meta_description":"screwdriver sets for your scopes, optics and more. gunsmith screwdriver sets are a great addition to any kit. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Flip-Caps/MCategories+Optics","urlPath":"2+Flip-Caps/MCategories+Optics","url":"2+Flip-Caps/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Flip Caps for Sale | Primary Arms","page_header":" ","meta_description":"scope caps or flip caps, are a need for almost any long range shooter. keep your scope glass clean with these great scope caps.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Lapping-Tool/MCategories+Optics","urlPath":"2+Lapping-Tool/MCategories+Optics","url":"2+Lapping-Tool/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Lapping Tools for sale | Primary Arms","page_header":" ","meta_description":"Purchase lapping tools here at primary arms for all your optics needs. From brands like Wheeler, you can e sure to get a great quality lapping tool set.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Offset-Mounts/MCategories+Optics","urlPath":"2+Offset-Mounts/MCategories+Optics","url":"2+Offset-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Offset Mounts for sale | Primary Arms","page_header":" ","meta_description":"Shop scope offset mounts and red dot offset mounts. We carry Quick detach options for top optics like warne, trijicon, vortex, and american defense.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Scope-Levels/MCategories+Optics","urlPath":"2+Scope-Levels/MCategories+Optics","url":"2+Scope-Levels/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scope Levels for Sale | Primary Arms","page_header":" ","meta_description":"You can find all of our scope levels here. Be sure you're level or know when you're not. These scope levels are easy to install; getting you back on target faster.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Shotgun-Optic-Mounts/MCategories+Optics","urlPath":"2+Shotgun-Optic-Mounts/MCategories+Optics","url":"2+Shotgun-Optic-Mounts/MCategories+Optics","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/2+Shotgun-Optic-Mounts/MCategories+Optics\"/>","page_title":"Shotgun Optic Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Shop optics mounts for shotguns here at primary arms. mount a red dot or a scope to a shotgun with ease using these great mounts.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Side-Mounts/MCategories+Optics","urlPath":"2+Side-Mounts/MCategories+Optics","url":"2+Side-Mounts/MCategories+Optics","template":" ","addition_to_head":"<link rel=\"canonical\" href=\"https://www.primaryarms.com/1+AK-Optic-Mounts/2+Side-Mounts/MCategories+Optics\"/>\n","page_title":"Scope Side Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Shop Side mounts for you scopes! Primary Arms carry lots of options to mount a scope an ak47, or for an offset red dot. From brands like Midwest industries, Leapers UTG and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Sight-Rails/MCategories+Optics","urlPath":"2+Sight-Rails/MCategories+Optics","url":"2+Sight-Rails/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Sight Rails for Sale | Primary Arms","page_header":" ","meta_description":"Sight rails for ak47! we carry many options to add a picatinny rail to an ak47. this makes it really easy to mount a red dot to an ak or mount a scope to an ak","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Slide-Adapter-Plates/MCategories+Optics","urlPath":"2+Slide-Adapter-Plates/MCategories+Optics","url":"2+Slide-Adapter-Plates/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Slide Adapter Plate for Red Dot | Primary Arms","page_header":" ","meta_description":"Add a red dot to your pistol! these red dot adapter plates let  you mount a red dot to a pistol slide. We carry mounting plates for the Trijicon RMR, Romeo1 & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Small-Parts-and-Components/MCategories+Optics","urlPath":"2+Small-Parts-and-Components/MCategories+Optics","url":"2+Small-Parts-and-Components/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Screws and Parts for Optics for Sale| Primary Arms","page_header":" ","meta_description":"All the Replacement Parts for your red dot or scope can be found here. Parts for Eotech, and other optic brands. Turret Caps, battery caps, battery caps and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Sun-Shades/MCategories+Optics","urlPath":"2+Sun-Shades/MCategories+Optics","url":"2+Sun-Shades/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Sunshades for Sale | Primary Arms","page_header":" ","meta_description":"Keep the sun out of your eyes, With these sunshades.  Help protect your eyes from harm. sunshades are great for shooters behind their rifle for a long period of time.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Throw-Levers/MCategories+Optics","urlPath":"2+Throw-Levers/MCategories+Optics","url":"2+Throw-Levers/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Throw Levers for Sale | Primary Arms","page_header":" ","meta_description":"Throw levers for you scope! with a throw lever, you can adjust magnification with ease and speed. Stay on target longer with these Throw levers. Shop now.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Throw-Levers/MCategories+Optics/magnification+1X-4X","urlPath":"2+Throw-Levers/MCategories+Optics/magnification+1X-4X","url":"2+Throw-Levers/MCategories+Optics/magnification+1X-4X","template":" ","addition_to_head":" ","page_title":"1-4x Throw Levers for Sale | Primary Arms","page_header":" ","meta_description":"Throw levers for your 1-4x scope! with a throw lever, you can adjust magnification with ease and speed. Stay on target longer with these Throw levers. \n\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Top-Covers/MCategories+Optics","urlPath":"2+Top-Covers/MCategories+Optics","url":"2+Top-Covers/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Top Covers for Sale | Primary Arms","page_header":" ","meta_description":"Shop top covers for ak47. with these top covers, you can use any pic mount accessory. red dots, scopes, iron sights, lights, thermal scopes, acog and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/Brand+Holosun/MCategories+Optics","urlPath":"2+With-ACSS/Brand+Holosun/MCategories+Optics","url":"2+With-ACSS/Brand+Holosun/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Holosun Red Dot with ACSS | Primary Arms","page_header":" ","meta_description":"Holosun Red Dot with ACSS reticle! Primary Arms and Holosun ave teamed up to merge Holosun red dot with Primary Arms ACSS for the matchup of the decade. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/Brand+Trijicon/MCategories+Optics","urlPath":"2+With-ACSS/Brand+Trijicon/MCategories+Optics","url":"2+With-ACSS/Brand+Trijicon/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Trijicon ACOG with ACSS for Sale | Primary Arms","page_header":" ","meta_description":"The Primary Arms acog! Trijicon has partnered with Primary Arms to bring you the durability of an acog with the performance of the Primary Arms ACSS reticle. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","urlPath":"2+With-ACSS/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","url":"2+With-ACSS/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","template":" ","addition_to_head":" ","page_title":"1-8x Magnification With ACSS scopes | Primary Arms","page_header":" ","meta_description":"Shop the whole catalog of ACSS reticle equipped scopes up to 8x. Fixed magnification prism scopes, 1-6x variable scopes and 1-8x variable scopes. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/MCategories+Optics/Magnification+1X-~-6X","urlPath":"2+With-ACSS/MCategories+Optics/Magnification+1X-~-6X","url":"2+With-ACSS/MCategories+Optics/Magnification+1X-~-6X","template":" ","addition_to_head":" ","page_title":"Primary Arms 1-6x Optics with ACSS  for Sale","page_header":" ","meta_description":"Primary Arms 1-6x Optics with ACSS! Let us do the math for you.  find our 1-6x zoom scopes here. ACSS Raptor, ACSS Predator, SFP and FFP,  Illuminated ACSS. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/MCategories+Optics/Magnification+1X-~-8X","urlPath":"2+With-ACSS/MCategories+Optics/Magnification+1X-~-8X","url":"2+With-ACSS/MCategories+Optics/Magnification+1X-~-8X","template":" ","addition_to_head":" ","page_title":"Primary Arms 1-8x Optics with ACSS for Sale","page_header":" ","meta_description":"Primary Arms 1-8x Optics with ACSS! Let us do the math for you. find our 1-8x zoom scopes here. ACSS Raptor, Acss Griffin, SFP and FFP models. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+DI-Optical/MCategories+Optics","urlPath":"Brand+DI-Optical/MCategories+Optics","url":"Brand+DI-Optical/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"DI-Optical for Sale | Primary Arms","page_header":" ","meta_description":"Shop our vast collection of DI-Optical scopes and accessories.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+ELCAN/MCategories+Optics","urlPath":"Brand+ELCAN/MCategories+Optics","url":"Brand+ELCAN/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"ELCAN Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of ELCAN Specter Scopes. Great for your ar15 or your ar10. enjoys ELCAN’s famous crystal-clear optics as well as a generous eye relief.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Geissele-Automatics/MCategories+Optics","urlPath":"Brand+Geissele-Automatics/MCategories+Optics","url":"Brand+Geissele-Automatics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Geissele Automatics Scope Mounts for Sale","page_header":" ","meta_description":"Geissele scope mounts are some of the best. Geissele scope mounts are here for the trijicon acog, mro, aimpoint t2, LPVO and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Holosun/MCategories+Optics","urlPath":"Brand+Holosun/MCategories+Optics","url":"Brand+Holosun/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Holosun Red Dot for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of Holosun red dots and micro red dots. Primary Arms is proud to carry a broad collection of holosun red dots. HS510C, HS503G, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Kinetic-Development-Group/MCategories+Optics","urlPath":"Brand+Kinetic-Development-Group/MCategories+Optics","url":"Brand+Kinetic-Development-Group/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Kinetic Development Mounts for Sale | Primary Arms","page_header":" ","meta_description":"shop for the best at Primary Arms. We carry Kinetic Development for a fantastic way to mount your red dot. They works with Aimpoint, Trijicon, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/custitem_magnification_range+High-Up-To-32X","urlPath":"MCategories+Optics/custitem_magnification_range+High-Up-To-32X","url":"MCategories+Optics/custitem_magnification_range+High-Up-To-32X","template":" ","addition_to_head":" ","page_title":"High Magnification Optics for Sale | Primary Arms","page_header":" ","meta_description":"Primary Arms is proud to carry these high magnification optics go up to 32x zoom. With brands like Primary Arms, Burris, Trijicon, Vortex, Vertex, Steiner. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","urlPath":"MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","url":"MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","template":" ","addition_to_head":" ","page_title":"Low Magnification Optics for Sale | Primary Arms","page_header":" ","meta_description":"We pride ourselves on offering these Low magnification optics up to 8x zoom. With brands like Primary Arms, Burris, Trijicon, Vortex, Vertex, Steiner, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/custitem_magnification_range+Mid-Up-to-18X","urlPath":"MCategories+Optics/custitem_magnification_range+Mid-Up-to-18X","url":"MCategories+Optics/custitem_magnification_range+Mid-Up-to-18X","template":" ","addition_to_head":" ","page_title":"3-18x Magnification Optics for Sale | Primary Arms","page_header":" ","meta_description":"We pride ourselves on offering these 3-18x and 4-14x magnification optics. With brands like Primary Arms, Burris, Trijicon, Vortex, Vertex, Steiner, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/custitem_optic_series+PLx","urlPath":"MCategories+Optics/custitem_optic_series+PLx","url":"MCategories+Optics/custitem_optic_series+PLx","template":" ","addition_to_head":" ","page_title":"Primary Arms PLx Series for Sale","page_header":" ","meta_description":"Shop our catalog of Primary Arms PLx scopes here. We are proud to bring to market these premium rifle scopes. Configurations include 1-8x, 6-30x,   and 1-8x.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/MCategories+Mini~14","urlPath":"MCategories+Optics/MCategories+Mini~14","url":"MCategories+Optics/MCategories+Mini~14","template":" ","addition_to_head":" ","page_title":"Mini 14 Parts for sale | Primary Arms","page_header":" ","meta_description":"Parts for mini 14 optics. Including Rifle mounts, bipod adapter studs, mini 14 magazines, and more. From ProMag, Harris, and Aimsport.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/Platform+M1A--SLASH--M14","urlPath":"MCategories+Optics/Platform+M1A--SLASH--M14","url":"MCategories+Optics/Platform+M1A--SLASH--M14","template":" ","addition_to_head":" ","page_title":"M1A and M14 scope mounts for Sale | Primary Arms","page_header":" ","meta_description":"Shop for M1A scope mounts  and M14 scope mounts. Scope mounts for the M21/M14 from A.R.M.S scope mounts and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X-4X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X-4X","url":"1+Scopes/MCategories+Optics/Magnification+1X-4X","template":" ","addition_to_head":" ","page_title":"1-4x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"We are proud of our scope selection. Shop our selection of 1-4x magnification scopes. compact rifle scopes, 4x prism scopes, 1-4x variable zoon scopes, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+2X-7X","urlPath":"1+Scopes/MCategories+Optics/Magnification+2X-7X","url":"1+Scopes/MCategories+Optics/Magnification+2X-7X","template":" ","addition_to_head":" ","page_title":"2-7x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 2-7x magnification scopes. compact rifle scopes, 2-7x variable zoon scopes, and more.\n\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+1X-8X","urlPath":"1+Scopes/MCategories+Optics/Magnification+1X-8X","url":"1+Scopes/MCategories+Optics/Magnification+1X-8X","template":" ","addition_to_head":" ","page_title":"1-8x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 1-8x magnification scopes. compact rifle scopes, 1-8x variable zoon scopes, and more. From brands like Vortex, Vertex, and primary arms.\n\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/Magnification+5X-~-20X.","urlPath":"1+Scopes/MCategories+Optics/Magnification+5X-~-20X.","url":"1+Scopes/MCategories+Optics/Magnification+5X-~-20X.","template":" ","addition_to_head":" ","page_title":"Shop 5-20X Scopes | Primary Arms","page_header":" ","meta_description":"Find the best deals on 5-20X scopes from top brands. Fast shipping & industry-leading customer service on AR 15 & rifle scopes at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS ANNOUNCES 2019 SALES AWARDS WINNERS","urlPath":"primary-arms-optics-announces-2019-sales-awards-winners","url":"primary-arms-optics-announces-2019-sales-awards-winners","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS OPTICS ANNOUNCES 2019 SALES AWARDS WINNERS","page_header":"PRIMARY ARMS OPTICS ANNOUNCES 2019 SALES AWARDS WINNERS","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Grey-Ghost-Precision","urlPath":"Brand+Grey-Ghost-Precision","url":"Brand+Grey-Ghost-Precision","template":" ","addition_to_head":" ","page_title":"Grey Ghost Precision Slides, Frames, Barrels | Primary Arms","page_header":" ","meta_description":"Grey Ghost Precision slides, frames, barrels, and more for your favorite handguns from Glock and SIG Sauer. GGP also makes AR-15 receivers and handguards.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rails--AND--Handguards/Brand+Geissele-Automatics","urlPath":"1+Rails--AND--Handguards/Brand+Geissele-Automatics","url":"1+Rails--AND--Handguards/Brand+Geissele-Automatics","template":" ","addition_to_head":" ","page_title":"Geissele Automatics Rails and Handguards | Primary Arms","page_header":" ","meta_description":"Geissele rails and geissele handguards for sale. Choose from our selection of geissele mk8, geissele mk4, and other geissele super modular rails.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+VLTOR","urlPath":"Brand+VLTOR","url":"Brand+VLTOR","template":" ","addition_to_head":" ","page_title":"VLTOR Weapon Systems | Primary Arms","page_header":" ","meta_description":"VLTOR Weapon Systems Enhanced Modstock, A5 buffers, Mod 3 AR-15 charging handles, MUR modular uppers and complete lowers for sale at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Accessories/MCategories+Optics","urlPath":"1+Red-Dot-Accessories/MCategories+Optics","url":"1+Red-Dot-Accessories/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Red Dot Accessories for Sale | Primary Arms","page_header":" ","meta_description":"Shop huge selection of red dot accessories. Red dot sight covers, battery caps, flip caps, red dot lens covers & more. For EOTech, Trijicon MRO, RMR, & ACOG.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/MCategories+Optics","url":"1+Red-Dot-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Red Dot Mount for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of red dot mounts. For EOTech, Trijicon, Aimpoint mount, & more. Shop for your micro red dot mount, magnifier, 30mm red dot mount, qd mount today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+B5-Systems","urlPath":"Brand+B5-Systems","url":"Brand+B5-Systems","template":" ","addition_to_head":" ","page_title":"B5 Systems for Sale","page_header":" ","meta_description":"B5 Systems SOPMOD stocks, BRAVO Stocks, Type 23 P-Grip, and all your favorite B5 Systems AR-15 parts and accessories for sale at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Magnifier-Mounts/MCategories+Optics","urlPath":"1+Magnifier-Mounts/MCategories+Optics","url":"1+Magnifier-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Magnifier Mount for Sale | Primary Arms","page_header":" ","meta_description":"View our Catalog of magnifier mounts! We carry mounts for the EOTech G33 & other flip mounts. From brands like American Defense, Burris, Scalarwoks and Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Magnifiers/MCategories+Optics","urlPath":"1+Magnifiers/MCategories+Optics","url":"1+Magnifiers/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Red Dot Magnifier for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of  red dot magnifiers! From the EOTech G33, Sig Sauer, Vortex 3x magnifier, Primary Arms magnifier & more. Tons of red dot magnifiers perfect for your build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/MCategories+Optics","urlPath":"1+Red-Dot-Sights/MCategories+Optics","url":"1+Red-Dot-Sights/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Red Dot Sights for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of red dot sights. We carry top red dot sight like Primary Arms, Sig Romeo1, Sig Romeo MSR, Trijicon MRO, Trijicon RMR, EOTech exps2, Deltapoint pro, & more!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Accessories/2+Offset-Mounts/MCategories+Optics","urlPath":"1+Scope-Accessories/2+Offset-Mounts/MCategories+Optics","url":"1+Scope-Accessories/2+Offset-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Offset Mounts for sale | Primary Arms","page_header":" ","meta_description":"Our Catalog of offset mounts. We carry mounts from many brands. Like the trijicon acog","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics","urlPath":"1+Scope-Mounts/MCategories+Optics","url":"1+Scope-Mounts/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scope Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of scope mount here. Trijicon scope mounts, Aero precision, American Defense, Geissele scope mounts & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Rings/MCategories+Optics","urlPath":"1+Scope-Rings/MCategories+Optics","url":"1+Scope-Rings/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scope Rings for Sale | Primary Arms","page_header":" ","meta_description":"Our catalog of scope rings. from brands like Primary Arms, Burris Optics, Vortex, Seekins precisions and more. we carry 30mm scope rings, 34mm scope rings.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics","urlPath":"1+Scopes/MCategories+Optics","url":"1+Scopes/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Rifle Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of Rifle Scopes. Find scopes from top brands: Primary Arms, Trijicon, Eotech, Vortex & more. Available in BDC, MOA, MIL, ACSS, FDE & Black.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/MCategories+Optics","urlPath":"2+With-ACSS/MCategories+Optics","url":"2+With-ACSS/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms ACSS Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of Primary Arms ACSS Scopes for sale. At Primary Arms we are proud to deliver the ACSS reticle. You can find it in our Prism scopes & variable zoom scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Muzzle-Devices","urlPath":"1+Muzzle-Devices","url":"1+Muzzle-Devices","template":" ","addition_to_head":" ","page_title":"Muzzle Devices for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of muzzle devices from brads such as KAK industries, VG6, Strike Industries, Surefire, and more. We carry the best Muzzle devices!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Magpul-UBR-GEN2-Collapsible-Stock-Black","urlPath":"Magpul-UBR-GEN2-Collapsible-Stock-Black","url":"Magpul-UBR-GEN2-Collapsible-Stock-Black","template":" ","addition_to_head":" ","page_title":"Magpul UBR GEN2 Collapsible Stock","page_header":" ","meta_description":"The Magpul ubr gen 2 is a fantastic collapsible stock! Designed to offer the strength and stability of a fixed stock with a consistent and comfortable cheek weld.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Ultimak","urlPath":"Brand+Ultimak","url":"Brand+Ultimak","template":" ","addition_to_head":" ","page_title":"UltiMAK optic mounts for Sale | Primary Arms","page_header":" ","meta_description":"ultimak make some of the best ak 47 mounts on the market. Ultimak also makes shotgun optic mounts, mini 30 scope mounts, and handguards for ak47.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /blog/red-dots-vs-1x-prism-scopes","urlPath":"blog/red-dots-vs-1x-prism-scopes","url":"blog/red-dots-vs-1x-prism-scopes","template":" ","addition_to_head":" ","page_title":"Red Dots vs Prism Scopes | Primary Arms","page_header":" ","meta_description":"Which is best, red dot or prism scope? find out, in the ultimate showdown of red dots and prism scopes. Why use a red dot? why use a prism scope? The answers to all your questions here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS ANNOUNCES ATTENDANCE FOR IWA OUTDOORCLASSICS AND ENFORCE TAC EXPO","urlPath":"primary-arms-optics-announces-attendance-for-iwa-outdoorclassics-and-enforce-tac-expo","url":"primary-arms-optics-announces-attendance-for-iwa-outdoorclassics-and-enforce-tac-expo","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS OPTICS ANNOUNCES ATTENDANCE FOR IWA OUTDOORCLASSICS AND ENFORCE TAC EXPO","page_header":"PRIMARY ARMS OPTICS ANNOUNCES ATTENDANCE FOR IWA OUTDOORCLASSICS AND ENFORCE TAC EXPO","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Primary-Arms","urlPath":"1+Red-Dot-Sights/Brand+Primary-Arms","url":"1+Red-Dot-Sights/Brand+Primary-Arms","template":" ","addition_to_head":" ","page_title":"Primary Arms Red Dot Sights for Sale","page_header":" ","meta_description":"The Primary Arms red dot catalog is here. With options like the Primary Arms SLx and Primary Arms Classic series, you'll be sure to find the best red dot for you.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/Brand+Primary-Arms","urlPath":"1+Scope-Mounts/Brand+Primary-Arms","url":"1+Scope-Mounts/Brand+Primary-Arms","template":" ","addition_to_head":" ","page_title":"Primary Arms Scope Mounts for Sale","page_header":" ","meta_description":"Primary Arms scope mounts are offered in a variety of sizes and colors. We have 30mm scope mounts. AR15 scope mounts and scope mounts for prism scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Nikon","urlPath":"1+Scopes/Brand+Nikon","url":"1+Scopes/Brand+Nikon","template":" ","addition_to_head":" ","page_title":"Nikon Rifle Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Our selection of Nikon scopes. We offer the Nikon M-Tactical, Nikon Black series of scopes. Including options for Mrad reticle, MOA reticle and BDC reticle.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Vortex-Optics","urlPath":"1+Red-Dot-Sights/Brand+Vortex-Optics","url":"1+Red-Dot-Sights/Brand+Vortex-Optics","template":" ","addition_to_head":" ","page_title":"Vortex Optics Red Dots for sale | Primary Arms","page_header":" ","meta_description":"Vortex optics red dots are among the best in the world. With the venom red dot, crossfire 2, vortex viper, strikefire 2 & more; you can be sure to find the vortex red dot for you","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Rings/MCategories+Optics/OpticType+34mm","urlPath":"1+Scope-Rings/MCategories+Optics/OpticType+34mm","url":"1+Scope-Rings/MCategories+Optics/OpticType+34mm","template":" ","addition_to_head":" ","page_title":"34mm Scope Rings for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 34mm scope rings from top brands. Steiner optics 34mm scope rings, Nightforce 34mm scope rings, seekings precision 34mm scope rings and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Vortex-Optics","urlPath":"1+Scopes/Brand+Vortex-Optics","url":"1+Scopes/Brand+Vortex-Optics","template":" ","addition_to_head":" ","page_title":"Vortex Optics for sale | Primary Arms","page_header":" ","meta_description":"Fantastic options for Vortex optics. We carry vortex scopes like the Diamondback tactical, strike eagle, spitfire prism scope, crossfire 2 and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Nikon/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","urlPath":"Brand+Nikon/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","url":"Brand+Nikon/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","template":" ","addition_to_head":" ","page_title":"Nikon 1-4x Scope for Sale | Primary Arms","page_header":" ","meta_description":"shop our vast collection of Nikon 1-4x rifle scopes here. You can find the nikon mtactical 1-4x among other great options from Nikon.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Primary-Arms","urlPath":"1+Red-Dot-Mounts/Brand+Primary-Arms","url":"1+Red-Dot-Mounts/Brand+Primary-Arms","template":" ","addition_to_head":" ","page_title":"Primary Arms Red Dot Mounts For Sale","page_header":" ","meta_description":"Primary Arms red dot mounts are available for absolute cowitness, 30mm mounts, Lower 1/3 cowitness, and more. will fit on standard pic rails. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Bushnell","urlPath":"1+Scopes/Brand+Bushnell","url":"1+Scopes/Brand+Bushnell","template":" ","addition_to_head":" ","page_title":"Bushnell Scopes for Sale | Primary Arms","page_header":" ","meta_description":"shop all Bushnell scopes! We carry Bushnell scopes for ar15, ar10 and more. featuring their dropzone reticle, bdc reticle, moa reticle, and more. we have the Bushnell optic for you.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Holosun","urlPath":"1+Red-Dot-Sights/Brand+Holosun","url":"1+Red-Dot-Sights/Brand+Holosun","template":" ","addition_to_head":" ","page_title":"Holosun Red Dot for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of Holosun red dot sights! we carry tons of options of holosun red dots. like the holosun hs503g, hs510c, he510c, hs403b, and many more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Burris-Optics","urlPath":"1+Scopes/Brand+Burris-Optics","url":"1+Scopes/Brand+Burris-Optics","template":" ","addition_to_head":" ","page_title":"Burris Optics Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Burris optics rifle scopes found here! shop burris optics msr, burris optics rt6, buttis xtr 2, mtac scope,  burris prism scope, and more scopes for your ar15 or rifle.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Vortex-Optics/MCategories+Optics/Magnification+1X-~-6X","urlPath":"Brand+Vortex-Optics/MCategories+Optics/Magnification+1X-~-6X","url":"Brand+Vortex-Optics/MCategories+Optics/Magnification+1X-~-6X","template":" ","addition_to_head":" ","page_title":"Vortex 1-6x Optics for Sale | Primary Arms","page_header":" ","meta_description":"shop for vortex 1-6x strike eagle, razor gen 2, viper pst, and more! These Vortex optics are among the best and come in MOA, BDC, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/FocalPlane+Prism-Scope/MCategories+Optics","urlPath":"2+With-ACSS/FocalPlane+Prism-Scope/MCategories+Optics","url":"2+With-ACSS/FocalPlane+Prism-Scope/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Prism Scopes With ACSS for Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of Prism scopes with acss reticle. at primary arms, we have partnered with trijicon to bring you our acss reticle in their acog scope. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","urlPath":"1+Scopes/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","url":"1+Scopes/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","template":" ","addition_to_head":" ","page_title":"Low Power Scopes for Sale | Primary Arms","page_header":" ","meta_description":"These scopes include LPVO, prism scopes and fixed zoom scopes. From top brands like Trijicon, Vortex, leupold, eotech, Primary Arms and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Leupold/Magnification+1.5X-~-4X","urlPath":"1+Scopes/Brand+Leupold/Magnification+1.5X-~-4X","url":"1+Scopes/Brand+Leupold/Magnification+1.5X-~-4X","template":" ","addition_to_head":" ","page_title":"Leupold 1.5-4x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Leupold is among the best optics makers in the world. these scopes offer a 1.5 - 4x magnification. Pig-Plex reticle, duplex reticle, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FocalPlane+First-Focal-Plane/MCategories+Optics/Magnification+4X-~-16X","urlPath":"FocalPlane+First-Focal-Plane/MCategories+Optics/Magnification+4X-~-16X","url":"FocalPlane+First-Focal-Plane/MCategories+Optics/Magnification+4X-~-16X","template":" ","addition_to_head":" ","page_title":"4-16x FFP Optics for Sale | Primary Arms","page_header":" ","meta_description":"FFP rifle scopes with 4-16x magnification found here. Offerings from Vortex, Nikon, and more. With MRAD, and MOA optics available, ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Primary-Arms/MCategories+Optics/Magnification+1X-~-4X","urlPath":"Brand+Primary-Arms/MCategories+Optics/Magnification+1X-~-4X","url":"Brand+Primary-Arms/MCategories+Optics/Magnification+1X-~-4X","template":" ","addition_to_head":" ","page_title":"Primary Arms 1-4x Optics for Sale","page_header":" ","meta_description":"Find here our extensive catalog of Prmary Arms 1-4x LPVO rifle scopes. These scopes offer clear glass, an illuminated duplex dot, and is Single focal plane. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Burris-Optics","urlPath":"1+Red-Dot-Sights/Brand+Burris-Optics","url":"1+Red-Dot-Sights/Brand+Burris-Optics","template":" ","addition_to_head":" ","page_title":"Burris Optics Red Dots for Sale | Primary Arms","page_header":" ","meta_description":"shop for burris optics red dots here. we carry only the best, including the Burris fastfire 3, burris fastfire 2, and more. including 3 moa, 4 moa, and 8 moa dots.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Vortex-Optics/MCategories+Optics/Magnification+4X-~-12X","urlPath":"Brand+Vortex-Optics/MCategories+Optics/Magnification+4X-~-12X","url":"Brand+Vortex-Optics/MCategories+Optics/Magnification+4X-~-12X","template":" ","addition_to_head":" ","page_title":"Vortex Optics 4-12x Optics for Sale","page_header":" ","meta_description":"Shop for Vortex optics 4-12x magnification scopes. Including their Crossfire 2 and diamondback models. they come in BDC, and VMR reticles.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Burris-Optics/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","urlPath":"Brand+Burris-Optics/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","url":"Brand+Burris-Optics/MCategories+Optics/custitem_magnification_range+Low-Up-To-8X","template":" ","addition_to_head":" ","page_title":"Burris Optics 1-8x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop these Burris optics scopes from 1-8x magnification. From burris LPVO and burris prism scopes. the Xtr2, rt-6, mtac, ar-536, ar-1x and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Magnifier-Mounts/2+Small-Parts-and-Components/MCategories+Optics","urlPath":"1+Magnifier-Mounts/2+Small-Parts-and-Components/MCategories+Optics","url":"1+Magnifier-Mounts/2+Small-Parts-and-Components/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"EOTech  Replacements Parts for Sale","page_header":" ","meta_description":"shop eotech magnifier mounting screw sets. Never be short a screw again. with these eotech magnifier mounting screw sets for the g23, and g33.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/magnification+1X-4X","urlPath":"1+Scopes/MCategories+Optics/magnification+1X-4X","url":"1+Scopes/MCategories+Optics/magnification+1X-4X","template":" ","addition_to_head":" ","page_title":"1-4x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"1-4x scopes for sale! including LPVO, prism and fixed zoom scopes. from Primary arms, trijicon,  burris, nikon, bushnell, eotech vortex and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/magnification+2X-7X","urlPath":"1+Scopes/MCategories+Optics/magnification+2X-7X","url":"1+Scopes/MCategories+Optics/magnification+2X-7X","template":" ","addition_to_head":" ","page_title":"2-7x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"shop all 2-7x magnification scopes. with Lpvo and prism scopes available. including top brands like primary arms, trijicon, nikon, bushnell, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Steiner-Optics/MCategories+Optics","urlPath":"Brand+Steiner-Optics/MCategories+Optics","url":"Brand+Steiner-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Steiner Optics for Sale | Primary Arms","page_header":" ","meta_description":"Steiner optics scopes and scope mounts. Included here are steiner prism scopes, steiner rifle scopes, steiner 30mm mounts and steiner micro reflex sights.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/magnification+1X-8X","urlPath":"1+Scopes/MCategories+Optics/magnification+1X-8X","url":"1+Scopes/MCategories+Optics/magnification+1X-8X","template":" ","addition_to_head":" ","page_title":"1-8x Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of LPVO, variable zoom scopes, and prism scopes up to 8x. We offer excellent brands such as trijicon, vortex, primary arms, nikon and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Optics/custitem_optic_series+GLx","urlPath":"MCategories+Optics/custitem_optic_series+GLx","url":"MCategories+Optics/custitem_optic_series+GLx","template":" ","addition_to_head":" ","page_title":"GLx Scopes for sale | Primary Arms","page_header":" ","meta_description":"Our top of the line Primary arms Glx scope is here. Enjoy clear glass and optimal performance from the Primary arms Glx series.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Leapers--SLASH--UTG/MCategories+Optics","urlPath":"Brand+Leapers--SLASH--UTG/MCategories+Optics","url":"Brand+Leapers--SLASH--UTG/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Leapers UTG Scope for sale | Primary Arms","page_header":" ","meta_description":"our catalog of Leapers UTG scopes, leapers utg scope mount, and leapers utg red dots are all here. from their accu-sync mounts, to their ak side mounts, we carry what you need.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Sun-Shades/Brand+Primary-Arms/MCategories+Optics","urlPath":"2+Sun-Shades/Brand+Primary-Arms/MCategories+Optics","url":"2+Sun-Shades/Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Sun Shades for Sale","page_header":" ","meta_description":"We carry a wide variety of sun shades from primary arms. offering great sun shades for 4-14x scopes, and glx scopes. you can find the perfect sunshade here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+Optics/custitem_optic_series+SLx","urlPath":"1+Scopes/MCategories+Optics/custitem_optic_series+SLx","url":"1+Scopes/MCategories+Optics/custitem_optic_series+SLx","template":" ","addition_to_head":" ","page_title":"Primary Arms SLx Scopes for Sale","page_header":" ","meta_description":"View our SLx scopes here! We offer scopes in 1-6x, 1-8x, 4-14x, 3x, 5x, and more. with the ACSS reticle, you cant go wrong. choose between LPVO and our Prism scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+AK-Optic-Mounts/MCategories+Optics/OpticType+Aimpoint-T2","urlPath":"1+AK-Optic-Mounts/MCategories+Optics/OpticType+Aimpoint-T2","url":"1+AK-Optic-Mounts/MCategories+Optics/OpticType+Aimpoint-T2","template":" ","addition_to_head":" ","page_title":"AK Mount for Aimpoint T2 | Primary Arms","page_header":" ","meta_description":"mounts for an AK are hard to come by. We have the solution for you with AK mount for Aimoint T2 from RS regulate, midwest industries, and century arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Burris-Optics/MCategories+Optics","urlPath":"1+Scopes/Brand+Burris-Optics/MCategories+Optics","url":"1+Scopes/Brand+Burris-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Burris Optics Scopes for Sale | Primary Arms","page_header":" ","meta_description":"Shop Burris Optics scopes! ncluding their RT-6, XTR, eliminator and Burris optics prism scopes. perfect for your ar15 or rifle.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Accessories/Brand+Primary-Arms/MCategories+Optics","urlPath":"1+Scope-Accessories/Brand+Primary-Arms/MCategories+Optics","url":"1+Scope-Accessories/Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Scope Accessories for Sale","page_header":" ","meta_description":"Primary Arms throw lever, sun shades, anti-reflective device for scopes, and more! shop these great scope accessories from Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/Brand+Nightforce-Optics/MCategories+Optics","urlPath":"1+Scopes/Brand+Nightforce-Optics/MCategories+Optics","url":"1+Scopes/Brand+Nightforce-Optics/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Nightforce Optics for Sale | Primary Arms","page_header":" ","meta_description":"Shop nightforce optics! we carry nightfore beast, nightforce nx8, nightforce nxs, and more! some of the best scopes on the market can be found here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-VCOG","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-VCOG","url":"1+Scope-Mounts/MCategories+Optics/OpticType+Trijicon-VCOG","template":" ","addition_to_head":" ","page_title":"Trijicon VCOG Scope Mount for Sale","page_header":" ","meta_description":"shop these mounts for the Trijicon VCOG scope here! Trijicon make some of the words best optics, so have the best mount for your VCOG.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS ANNOUNCES NEW AFFILIATE PROGRAM FOR CONTENT CREATORS","urlPath":"primary-arms-announces-new-affiliate-program-for-content-creators","url":"primary-arms-announces-new-affiliate-program-for-content-creators","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS ANNOUNCES NEW AFFILIATE PROGRAM FOR CONTENT CREATORS","page_header":"PRIMARY ARMS ANNOUNCES NEW AFFILIATE PROGRAM FOR CONTENT CREATORS","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/Brand+NcSTAR/MCategories+Optics","urlPath":"1+Scope-Mounts/Brand+NcSTAR/MCategories+Optics","url":"1+Scope-Mounts/Brand+NcSTAR/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"NcStar Scope Mounts","page_header":" ","meta_description":"AR15 and M16 optics rails from ncstar. shop their extensive collection of optics rails and raiser rails. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/Brand+Sig-Sauer/MCategories+Optics","urlPath":"1+Scope-Mounts/Brand+Sig-Sauer/MCategories+Optics","url":"1+Scope-Mounts/Brand+Sig-Sauer/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Sig Sauer Scope Mounts for Sale","page_header":" ","meta_description":"Shop SIG Sauer Alpha One scope mounts here at Primary arms. we carry the alpha one 34mm, and alpha one 30 mm scope mounts.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scope-Mounts/MCategories+Optics/OpticType+Primary-Arms-1X-Prism-Scope","urlPath":"1+Scope-Mounts/MCategories+Optics/OpticType+Primary-Arms-1X-Prism-Scope","url":"1+Scope-Mounts/MCategories+Optics/OpticType+Primary-Arms-1X-Prism-Scope","template":" ","addition_to_head":" ","page_title":"Primary Arms Prism Scope Mounts for Sale","page_header":" ","meta_description":"Shop Primary Arms Prism scope mounts here. scope mounts in black and FDE scope mounts. ar15 Mounts for prism scopes.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+With-ACSS/Brand+Primary-Arms/MCategories+Optics","urlPath":"2+With-ACSS/Brand+Primary-Arms/MCategories+Optics","url":"2+With-ACSS/Brand+Primary-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Primary Arms Optics with ACSS for Sale","page_header":" ","meta_description":"Shop the whole catalog of Primary Arms optics with ACSS. 1-6x zoom, 1-8x zoom, prism scopes and more. The Acss Raptor, acss cyclops, and more can all be found here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Sights/Brand+Aimpoint/MCategories+Optics/magnification+5X","urlPath":"1+Red-Dot-Sights/Brand+Aimpoint/MCategories+Optics/magnification+5X","url":"1+Red-Dot-Sights/Brand+Aimpoint/MCategories+Optics/magnification+5X","template":" ","addition_to_head":" ","page_title":"Aimpoint Red Dot Sight for Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of Aimpoint optics! form the aimpoint t2, aimpoint mircro s1, aimpoint acro p1m, and more. We offer some of aimpoints best red dots. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Accessories/Brand+Trijicon/MCategories+Optics","urlPath":"1+Red-Dot-Accessories/Brand+Trijicon/MCategories+Optics","url":"1+Red-Dot-Accessories/Brand+Trijicon/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Trijicon Red Dot Accessories for Sale","page_header":" ","meta_description":"Shop our selection of trijicon accessories for red dot sights, like scopecoats, anti reflective devices, and battery caps.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Accessories/Brand+Scopecoat/MCategories+Optics","urlPath":"1+Red-Dot-Accessories/Brand+Scopecoat/MCategories+Optics","url":"1+Red-Dot-Accessories/Brand+Scopecoat/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scopecoats for Sale | Primary Arms","page_header":" ","meta_description":"Scopecoats for EOtech g33, scopecoats for aimpoint comp and scopecoats for other magnifiers. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Trijicon/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Trijicon/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Trijicon/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Trijicon Red Dot Mounting Plates for Sale | Primary Arms","page_header":" ","meta_description":"Mounting plates for trijicon red dots. inlcuding the trijicon rmr, trijicon mro, trijicon acog and more. from trijicon rmr qd mounts and rmr ar15 mounts.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Agency-Arms/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Agency-Arms/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Agency-Arms/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Agency Arms Red Dot Mounts for Sale | Primary Arms","page_header":" ","meta_description":"Agency Arms glock cover plate for trijicon rmr, trijicon rmo, deltapoint pro, and more. shop slide cover plates from agency arms for the most popular red dot sights availible.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Bobro-Engineering/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Bobro-Engineering/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Bobro-Engineering/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Bobro Engineering Red Dot Mounts for Sale","page_header":" ","meta_description":"bobro engineering aimpoint t1 mounts for red dot sights. aimpoint 30mm cantilever mount and more can be found here. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Arisaka-Defense/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Arisaka-Defense/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Arisaka-Defense/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Arisaka Defense Red Dot Mounts for Sale","page_header":" ","meta_description":"Shop our huge variety of arisaka red dot mounts. arisaka mounts for trijicon, deltapoint pro, aimpoint micro and more. we also offer arisaka offset mounts!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Red-Dot-Mounts/Brand+Scalarworks/MCategories+Optics","urlPath":"1+Red-Dot-Mounts/Brand+Scalarworks/MCategories+Optics","url":"1+Red-Dot-Mounts/Brand+Scalarworks/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Scalarworks Red Dot Mounts for Sale","page_header":" ","meta_description":"scalarworks red dot mounts! we carry scalarworks leap mounts for aimpoint t2, trijicon rmr, and many more. check out all the best scalarworks mounts here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /AdName+Clearance/MCategories+Optics","urlPath":"AdName+Clearance/MCategories+Optics","url":"AdName+Clearance/MCategories+Optics","template":" ","addition_to_head":" ","page_title":"Optics on Sale | Primary Arms","page_header":" ","meta_description":"Discounts on a ll your favorite optics brands. with these savings you sure can find the optic for you. rifle scopes, red dots, prism scopes, LPVO, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-308-Muzzle-Devices","urlPath":"MCategories+AR-308-Muzzle-Devices","url":"MCategories+AR-308-Muzzle-Devices","template":" ","addition_to_head":" ","page_title":"308 Muzzle Brakes For Sale | Primary Arms","page_header":" ","meta_description":"308 Muzzle Brakes and other AR 308 Muzzle Devices for sale. Get the best AR 10 Muzzle Brake for your money at Primary Arms. Flash Hiders also available.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Barreled-Assemblies/Brand+Ghost-Firearms/MCategories+AR-15","urlPath":"1+Upper-Barreled-Assemblies/Brand+Ghost-Firearms/MCategories+AR-15","url":"1+Upper-Barreled-Assemblies/Brand+Ghost-Firearms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Ghost Firearms AR15 Upper Receivers For Sale","page_header":" ","meta_description":"Shop our Selection of Ghost Firearms upper receivers. Complete Upper Receiver available in a variety of calibers. Ghost uppers also available in Black ,Blue, Burnt Bronze & more colors.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Complete-Assemblies/Brand+Radical-Firearms/MCategories+AR-15","urlPath":"1+Upper-Complete-Assemblies/Brand+Radical-Firearms/MCategories+AR-15","url":"1+Upper-Complete-Assemblies/Brand+Radical-Firearms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Radical Firearms Upper Receivers for Sale","page_header":" ","meta_description":"Radical Firearms stripped, barreled, & complete AR15 upper receivers for sale at Primary Arms. Best prices, fast shipping, leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Assembly+Stripped/MCategories+AR-15","urlPath":"1+Upper-Receivers/Assembly+Stripped/MCategories+AR-15","url":"1+Upper-Receivers/Assembly+Stripped/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Stripped Upper Receiver for Sale | Primary Arms","page_header":" ","meta_description":"AR 15 Stripped Upper Receivers for sale at Primary Arms. Get yours while they last and build your dream AR. We've got billet and forged stripped uppers.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Aero-Precision/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Aero-Precision/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Aero-Precision/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Aero Precision Upper Receiver For Sale","page_header":" ","meta_description":"Shop our selection of Aero Precision Upper for sale. Stripped uppers like their M4E1 Enhanced upper, AR15 upper, & more. They come in Black, Burnt Bronze & FDE.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Anderson-Manufacturing/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Anderson-Manufacturing/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Anderson-Manufacturing/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Anderson Manufacturing Upper For Sale","page_header":" ","meta_description":"Shop our Vast selection of Anderson manufacturing upper receivers! An Anderson Manufacturing AR15 upper receiver is a great place to start a new build. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Bravo-Company-Manufacturing/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Bravo-Company-Manufacturing/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Bravo-Company-Manufacturing/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Bravo Company Manufacturing Upper For Sale","page_header":" ","meta_description":"Shop our vast selection of BCM AR 15 upper receivers! When you want to build the best, a BCM upper are a great place to start! ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"COVID19","urlPath":"covid19","url":"covid19","template":" ","addition_to_head":" ","page_title":"COVID19","page_header":"COVID19","meta_description":"covid19","meta_keywords":"covid19","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Colt/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Colt/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Colt/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Colt AR15 Uppers For Sale","page_header":" ","meta_description":"Shop our wide selection of Colt AR15 Upper receivers! Many lengths including 11.5 ar upper, 12.5 ar upper & more.  We offer low prices and fantastic customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Cross-Machine-Tool/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Cross-Machine-Tool/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Cross-Machine-Tool/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Cross Machine Tool Uppers For Sale","page_header":" ","meta_description":"Shop our Store for the best selection of Cross Machine Tool uppers. AR15 upper that are left handed, billet upper, without forward assist and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Daniel-Defense/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Daniel-Defense/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Daniel-Defense/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Daniel Defense Upper For Sale","page_header":" ","meta_description":"Shop our selection of Daniel Defense upper here. We carry AR15 upper that are the perfect addition to your arsenal or AR15 build. MK18, DDM4v7,  & more From Daniel Defense.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Diamondhead-USA/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Diamondhead-USA/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Diamondhead-USA/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Diamondhead USA Upper For Sale","page_header":" ","meta_description":"Shop our selection of Diamondhead-USA upper here. We carry AR15 upper that are the perfect addition to your AR15 build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+EDC-Tactical/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+EDC-Tactical/MCategories+AR-15","url":"1+Upper-Receivers/Brand+EDC-Tactical/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"EDC Tactical Upper For Sale","page_header":" ","meta_description":"Shop our selection of EDC Tactical upper here. We carry AR15 upper that are the perfect addition to your AR15 build. Primary Arms offers great prices & top class customer service.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Fortis-Manufacturing/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Fortis-Manufacturing/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Fortis-Manufacturing/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Fortis Manufacturing Upper For Sale","page_header":" ","meta_description":"Shop our vast selection of Fortis upper! Fortis billet upper, is a fantastic option for your next ar15 upper! Primary Arms offers great prices & great customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Geissele-Automatics/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Geissele-Automatics/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Geissele-Automatics/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Geissele AR15 Uppers | Complete, Stripped, and Barreled","page_header":" ","meta_description":"Shop our selection of Geissele uppers here. We carry AR15 uppers including the USASOC improved, URGI & Super Duty upper receivers From Geissele Automatics.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+GG-AND-G/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+GG-AND-G/MCategories+AR-15","url":"1+Upper-Receivers/Brand+GG-AND-G/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"GG And G Upper For Sale","page_header":" ","meta_description":"Shop our selection of GG and G upper here. We carry AR15 upper that are the perfect addition to your arsenal or AR15 build.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Guntec-USA/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Guntec-USA/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Guntec-USA/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Guntec USA Upper For Sale","page_header":" ","meta_description":"Shop our wide selection of Guntec USA upper receivers. Perfect for your next AR15 upper build or AR9 build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Kinetic-Development-Group/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Kinetic-Development-Group/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Kinetic-Development-Group/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Kinetic Development Upper For Sale","page_header":" ","meta_description":"Shop our vast selection of Kinetic Development Upper receivers! We carry their best AR15 upper at the best prices. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Lewis-Machine--AND--Tool/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Lewis-Machine--AND--Tool/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Lewis-Machine--AND--Tool/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"LMT Upper For Sale","page_header":" ","meta_description":"Shop our wide selection of Lewis Machine & Tool upper receivers. LMT 10.5 upper, LMT mpr upper, mlc upper & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Matrix-Arms/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Matrix-Arms/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Matrix-Arms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Matrix Arms Upper For Sale","page_header":" ","meta_description":"Shop our selection of Matrix Arms upper receivers here! We offer many of their best AR15 upper receivers at the best prices.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+New-Frontier-Armory/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+New-Frontier-Armory/MCategories+AR-15","url":"1+Upper-Receivers/Brand+New-Frontier-Armory/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"New Frontier Armory Upper For Sale","page_header":" ","meta_description":"Shop our selection of New Frontier upper here! We offer low pricing on all New Frontier uppers. The C9 upper is fantastic for a new AR9 build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Noveske-Rifleworks/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Noveske-Rifleworks/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Noveske-Rifleworks/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Noveske Upper For Sale","page_header":" ","meta_description":"Shop our selection of Noveske Rifleworks upper receivers. We carry their best products like the N4 stripped upper, 300 blackout upper, 10.5 upper, & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Odin-Works/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Odin-Works/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Odin-Works/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Odin Works Upper For Sale","page_header":" ","meta_description":"Shop our selection of Odin Works uppers for sale. We offer Odin Works billet uppers, Ar15 uppers, AR9 uppers & many more. In both Black and FDE upper.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Radical-Firearms/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Radical-Firearms/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Radical-Firearms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Radical Firearms Upper For Sale","page_header":" ","meta_description":"Shop our selection of Radical Firearms upper receivers! Complete uppers, 11.5 upper, 6.8 pistol upper, hbar upper, 11.5 upper & more. The best prices and be selection found here.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Rise-Armament/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Rise-Armament/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Rise-Armament/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Rise Armament Upper For Sale","page_header":" ","meta_description":"Shop our selection of Rise Armament upper receivers for sale. Rise Armament offers amazing choices for your next AR15 build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Rock-River-Arms/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Rock-River-Arms/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Rock-River-Arms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Rock River Arms Upper For Sale","page_header":" ","meta_description":"Shop our selection of Rock River Arms! We are proud to offer Rock River Arms uppers for your AR15 at great prices and with amazing customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Seekins-Precision/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Seekins-Precision/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Seekins-Precision/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Seekins Precision Upper For Sale","page_header":" ","meta_description":"Shop our selection of Seekins Precision upper receivers here! We offer many of their best AR15 upper receivers at the best prices.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Spikes-Tactical/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Spikes-Tactical/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Spikes-Tactical/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Spikes Tactical Upper For Sale","page_header":" ","meta_description":"Shop our selection of Spikes Tactical upper receivers here! We offer many of their best AR15 upper receivers at the best prices.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Tiger-Rock/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Tiger-Rock/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Tiger-Rock/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Tiger Rock Upper For Sale","page_header":" ","meta_description":"Shop our selection of Tiger Rock upper receivers here! We offer many of their best AR15 upper receivers at the best prices.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Troy-Industries/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Troy-Industries/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Troy-Industries/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Troy Industries Upper For Sale","page_header":" ","meta_description":"Shop our selection of Troy Industries upper receivers here! We offer many of their best AR15 upper receivers at the best prices.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+VLTOR/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+VLTOR/MCategories+AR-15","url":"1+Upper-Receivers/Brand+VLTOR/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"VLTOR Upper For Sale","page_header":" ","meta_description":"Shop our selection of VLTOR upper receivers here! We offer many of their best AR15 upper receivers at the best prices.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+.450-Bushmaster/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+.450-Bushmaster/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+.450-Bushmaster/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":".450 Bushmaster Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of .450 buchmaster ar 15 uppers. We offer 450 uppers from brands like Radical firearms and more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+.458-SOCOM/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+.458-SOCOM/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+.458-SOCOM/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":".458 SOCOM Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our wide selection of .458 SOCOM upper. We carry top brands like KAK industries, Anderson Manufacturing and more. Find the perfect .458 SOCOM upper for AR15 today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+300-BLK_2/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+300-BLK_2/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+300-BLK_2/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"300 BLK Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 300 blackout upper. We carry complete AR15 upper,  300 blk pistol upper,  & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+556-NATO/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+556-NATO/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+556-NATO/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"556 NATO Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 5.56 upper receivers. AR15 upper chambered in 556 are the most popular. We carry top brands like Aero Precision, Ruger, Sig, HK, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+6.5-Grendel-Type-2/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+6.5-Grendel-Type-2/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+6.5-Grendel-Type-2/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"6.5 Grendal Type 2 Upper | Primary Arms","page_header":" ","meta_description":"Shop our Selection of 6.5 Grendal Type 2 Uppers. We carry AR15 Uppers for 6.5 Grendal from top brands Radical Firearms and Odin Works.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+762X39mm/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+762X39mm/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+762X39mm/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"7.62x39 Chambered AR15 Upper | Primary Arms","page_header":" ","meta_description":"Shop our selection of Barreled Uppers for AR15. These Barreled uppers are chambered in 7.62x39. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/CaliberGauge+9mm-Luger/MCategories+AR-15","urlPath":"1+Upper-Receivers/CaliberGauge+9mm-Luger/MCategories+AR-15","url":"1+Upper-Receivers/CaliberGauge+9mm-Luger/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"9mm Upper For Sale | Primary Arms","page_header":" ","meta_description":"9mm AR Upper Receivers For Sale at Primary Arms. Shop our selection of Complete 9mm Upper Receivers from a variety of brands like CMMG.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/MCategories+AR-15","urlPath":"1+Upper-Receivers/MCategories+AR-15","url":"1+Upper-Receivers/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Upper Receiver For Sale | Primary Arms","page_header":" ","meta_description":"Shop our Selection of AR15 upper receivers. We carry uppers from top brands like Anderson Manufacturing, Radical Firearms, Aero Precision, Colt, CMMG, Bravo Company, & More. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/BarrelLength+13.7%22/MCategories+AR-15","urlPath":"1+Upper-Receivers/BarrelLength+13.7%22/MCategories+AR-15","url":"1+Upper-Receivers/BarrelLength+13.7%22/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"13.7 Barreled Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 13.7 Barreled Uppers for AR15. We carry a vast selection so you can find the perfect 13.7 barreled upper for your next AR15 build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/BarrelLength+18%22/MCategories+AR-15","urlPath":"1+Upper-Receivers/BarrelLength+18%22/MCategories+AR-15","url":"1+Upper-Receivers/BarrelLength+18%22/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"18 Barreled AR15 Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 18 Barreled Uppers for AR15. We carry a vast selection so you can find the perfect 18 barreled upper for your next AR15 build.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/BarrelLength+8.25%22/MCategories+AR-15","urlPath":"1+Upper-Receivers/BarrelLength+8.25%22/MCategories+AR-15","url":"1+Upper-Receivers/BarrelLength+8.25%22/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"8.25 Barreled AR15 Upper For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of 8.25 Barreled Uppers for AR15. We carry a vast selection so you can find the perfect 8.25 barreled upper for your next AR15 build.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/2+Front-Sight-Posts/MCategories+AR-15","urlPath":"1+Back-Up--SLASH--Iron-Sights/2+Front-Sight-Posts/MCategories+AR-15","url":"1+Back-Up--SLASH--Iron-Sights/2+Front-Sight-Posts/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Front Sight Posts for AR15 Back up Iron Sights","page_header":" ","meta_description":"Shop our selection of AR15 front site posts. We carry BUIS front sight replacements from top brands like KNS, Night Fision, & more. With Tritium front sight posts, you can see great at night.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/2+Front-Sights/MCategories+AR-15","urlPath":"1+Back-Up--SLASH--Iron-Sights/2+Front-Sights/MCategories+AR-15","url":"1+Back-Up--SLASH--Iron-Sights/2+Front-Sights/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Front AR15 Sights For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR15 iron sights for sale. With these AR15 front sight, you'll never miss again. We offer top brands like Leapers, Magpul MBUS, Troy Industries, Daniel Defense, & more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/2+Offset-Sights/MCategories+AR-15","urlPath":"1+Back-Up--SLASH--Iron-Sights/2+Offset-Sights/MCategories+AR-15","url":"1+Back-Up--SLASH--Iron-Sights/2+Offset-Sights/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Offset Iron Sights For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of offset iron sights! We offer AR15 offset sights from top brands like Troy Industries, Strike Idustries, & more. 45 degree iron sights are great for any AR 308.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/2+Rear-Sights/MCategories+AR-15","urlPath":"1+Back-Up--SLASH--Iron-Sights/2+Rear-Sights/MCategories+AR-15","url":"1+Back-Up--SLASH--Iron-Sights/2+Rear-Sights/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Rear Sight for Sale | Primary Arms","page_header":" ","meta_description":"Shop our wide selection of AR15 rear sight. We carry rear iron sights from top brands like Magpul MBUS, Leapers UTG, Troy Industries, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/2+Sight-Sets/MCategories+AR-15","urlPath":"1+Back-Up--SLASH--Iron-Sights/2+Sight-Sets/MCategories+AR-15","url":"1+Back-Up--SLASH--Iron-Sights/2+Sight-Sets/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Iron Sights! | Best Iron Sights For Sale | Primary Arms","page_header":" ","meta_description":"Shop our huge selection of ar15 iron sights. We carry sights from top brands like Guntec, Magpul, Troy Industries & more. Including offset Iron sights.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Back-Up--SLASH--Iron-Sights/MCategories+AR-15","urlPath":"1+Back-Up--SLASH--Iron-Sights/MCategories+AR-15","url":"1+Back-Up--SLASH--Iron-Sights/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Iron Sights! | Best Iron Sights For Sale | Primary Arms","page_header":" ","meta_description":"Shop our huge selection of ar15 iron sights. We carry sights from top brands like Guntec, Magpul, Troy Industries & more. Including offset Iron sights.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Parts-and-Kits/2+Lower-Parts-Kits/MCategories+AR-15-Upper-Parts","urlPath":"1+Lower-Parts-and-Kits/2+Lower-Parts-Kits/MCategories+AR-15-Upper-Parts","url":"1+Lower-Parts-and-Kits/2+Lower-Parts-Kits/MCategories+AR-15-Upper-Parts","template":" ","addition_to_head":" ","page_title":"Lower Parts Kits For Sale | Primary Arms","page_header":" ","meta_description":"Shop our huge selection of AR15 upper parts kits. We offer ar upper parts kits from top brands like WMD Guns & more. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Parts-and-Kits/MCategories+AR-15","urlPath":"1+Lower-Parts-and-Kits/MCategories+AR-15","url":"1+Lower-Parts-and-Kits/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Lower Parts For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR15 lower parts kits. We offer a wide selection of lower kits from top brands like Expo Arms, Magpul, Aero Precision, Strike Industries and more.  ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Sight-Parts/2+Front-Sight-Posts/MCategories+AR-15-Upper-Parts","urlPath":"1+Sight-Parts/2+Front-Sight-Posts/MCategories+AR-15-Upper-Parts","url":"1+Sight-Parts/2+Front-Sight-Posts/MCategories+AR-15-Upper-Parts","template":" ","addition_to_head":" ","page_title":"Front Sight Posts for AR15 Back up Iron Sights","page_header":" ","meta_description":"Shop our selection of AR15 front site posts. We carry BUIS front sight replacements from top brands like KNS, Night Fision, & more. With Tritium front sight posts, you can see great at night.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Sight-Parts/2+Small-Parts-and-Components/MCategories+AR-15","urlPath":"1+Sight-Parts/2+Small-Parts-and-Components/MCategories+AR-15","url":"1+Sight-Parts/2+Small-Parts-and-Components/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Sight Parts For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR15 sight parts. The best sights deserve the best care. With these Sight parts kits, you'll be sure to get the best.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Sight-Parts/MCategories+AR-15-Upper-Parts","urlPath":"1+Sight-Parts/MCategories+AR-15-Upper-Parts","url":"1+Sight-Parts/MCategories+AR-15-Upper-Parts","template":" ","addition_to_head":" ","page_title":"AR15 Sight Parts For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR15 sight parts. The best sights deserve the best care. With these Sight parts kits, you'll be sure to get the best.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/2+Delta-Rings/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Delta-Rings/MCategories+AR-15","url":"1+Upper-Parts/2+Delta-Rings/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Delta Ring For Sale | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR15 Delta rings for all your delta ring needs. We carry may options from companies like DS Arms and many more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/2+Ejection-Port-Covers/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Ejection-Port-Covers/MCategories+AR-15","url":"1+Upper-Parts/2+Ejection-Port-Covers/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Shop Ejection Port Cover [AR 15 Dust Cover] | Primary Arms","page_header":" ","meta_description":"Shop our selection of AR15 ejection port covers. We carry top brands like Bravo Company, Aero Precision, Strike Industries and more. Find the perfect dust cover here. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/2+Forward-Assists/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Forward-Assists/MCategories+AR-15","url":"1+Upper-Parts/2+Forward-Assists/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Forward Assist For Sale | Primary Arms","page_header":" ","meta_description":"Shop our catalog of forward assist. We offer AR15 forward assist from many top brands like Strike Industries, Aero Precision, American Defense, BCM and more. Find the best forward assist here. ","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/2+Handguard-Caps/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Handguard-Caps/MCategories+AR-15","url":"1+Upper-Parts/2+Handguard-Caps/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Handguard Caps For Sale | Primary Arms","page_header":" ","meta_description":"Shop our vast selection of handguard caps. We offer AR15 handguard caps from top brands at the lowest prices.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW GLX OPTICS","urlPath":"primary-arms-optics-opens-pre-orders-for-new-glx-optics","url":"primary-arms-optics-opens-pre-orders-for-new-glx-optics","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW GLX OPTICS","page_header":"PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW GLX OPTICS","meta_description":"PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW GLX OPTICS","meta_keywords":"PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW GLX OPTICS","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES MIRANDA COOK AS DIRECTOR OF MARKETING","urlPath":"primary-arms-announces-miranda-cook-as-director-of-marketing","url":"primary-arms-announces-miranda-cook-as-director-of-marketing","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES MIRANDA COOK AS DIRECTOR OF MARKETING","page_header":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES MIRANDA COOK AS DIRECTOR OF MARKETING","meta_description":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES MIRANDA COOK AS DIRECTOR OF MARKETING","meta_keywords":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES MIRANDA COOK AS DIRECTOR OF MARKETING","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES DINA SANDERS AS BRAND MARKETING MANAGER","urlPath":"primary-arms-announces-dina-sanders-as-brand-marketing-manager","url":"primary-arms-announces-dina-sanders-as-brand-marketing-manager","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES DINA SANDERS AS BRAND MARKETING MANAGER","page_header":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES DINA SANDERS AS BRAND MARKETING MANAGER","meta_description":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES DINA SANDERS AS BRAND MARKETING MANAGER","meta_keywords":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES DINA SANDERS AS BRAND MARKETING MANAGER","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS OPTICS RELEASES PLx 6-30x56FFP WITH REFINED MIL-DOT RETICLE","urlPath":"press-release-primary-arms-optics-releases-plx-6-30x56ffp-with-refined-mil-dot-reticle","url":"press-release-primary-arms-optics-releases-plx-6-30x56ffp-with-refined-mil-dot-reticle","template":" default","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS® OPTICS RELEASES PLx 6-30x56FFP WITH REFINED MIL-DOT RETICLE","page_header":"PRESS RELEASE: PRIMARY ARMS® OPTICS RELEASES PLx 6-30x56FFP WITH REFINED MIL-DOT RETICLE","meta_description":"PRESS RELEASE: PRIMARY ARMS® OPTICS RELEASES PLx 6-30x56FFP WITH REFINED MIL-DOT RETICLE","meta_keywords":"PRESS RELEASE: PRIMARY ARMS® OPTICS RELEASES PLx 6-30x56FFP WITH REFINED MIL-DOT RETICLE","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRESS RELEASE: PRIMARY ARMS® OPTICS SCORE GOLD WITH NATIONAL TACTICAL OFFICERS ASSOCIATION","urlPath":"primary-arms-optics-score-gold-with-national-tactical-officers-association","url":"primary-arms-optics-score-gold-with-national-tactical-officers-association","template":" ","addition_to_head":" ","page_title":"press-release-primary-arms-optics-score-gold-with-national-tactical-officers-association","page_header":"PRESS RELEASE: PRIMARY ARMS® OPTICS SCORE GOLD WITH NATIONAL TACTICAL OFFICERS ASSOCIATION","meta_description":"PRESS RELEASE: PRIMARY ARMS® OPTICS SCORE GOLD WITH NATIONAL TACTICAL OFFICERS ASSOCIATION","meta_keywords":"PRESS RELEASE: PRIMARY ARMS® OPTICS SCORE GOLD WITH NATIONAL TACTICAL OFFICERS ASSOCIATION","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS OPTICS BEST-SELLER SPOTLIGHT","urlPath":"primary-arms-optics-best-seller-spotlight","url":"primary-arms-optics-best-seller-spotlight","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS OPTICS BEST-SELLER SPOTLIGHT","page_header":"PRESS RELEASE: PRIMARY ARMS OPTICS BEST-SELLER SPOTLIGHT","meta_description":"PRESS RELEASE: PRIMARY ARMS OPTICS BEST-SELLER SPOTLIGHT","meta_keywords":"PRESS RELEASE: PRIMARY ARMS OPTICS BEST-SELLER SPOTLIGHT","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: INTRODUCING: THE ACSS® AURORA® RETICLE","urlPath":"introducing-the-acss-aurora-reticle","url":"introducing-the-acss-aurora-reticle","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: INTRODUCING: THE ACSS® AURORA® RETICLE","page_header":"PRESS RELEASE: INTRODUCING: THE ACSS® AURORA® RETICLE","meta_description":"PRESS RELEASE: INTRODUCING: THE ACSS® AURORA® RETICLE","meta_keywords":"PRESS RELEASE: INTRODUCING: THE ACSS® AURORA® RETICLE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: ANNOUNCES NEW PLx 3-18x50FFP SCOPES WITH ACSS® HUD DMR .308 AND ACSS® HUD DMR 5.56 RETICLES","urlPath":"press-release-announces-new-plx-3-18x50ffp-scopes-with-acss-hud-dmr-308-and-acss-hud-dmr-5-56-reticles","url":"press-release-announces-new-plx-3-18x50ffp-scopes-with-acss-hud-dmr-308-and-acss-hud-dmr-5-56-reticles","template":" default","addition_to_head":" ","page_title":"PRESS RELEASE: ANNOUNCES NEW PLx 3-18x50FFP SCOPES WITH ACSS® HUD DMR .308 AND ACSS® HUD DMR 5.56  RETICLES","page_header":"PRESS RELEASE: ANNOUNCES NEW PLx 3-18x50FFP SCOPES WITH ACSS® HUD DMR .308 AND ACSS® HUD DMR 5.56 RETICLES","meta_description":"PRESS RELEASE: ANNOUNCES NEW PLx 3-18x50FFP SCOPES WITH ACSS® HUD DMR .308 AND ACSS® HUD DMR 5.56  RETICLES","meta_keywords":"PRESS RELEASE: ANNOUNCES NEW PLx 3-18x50FFP SCOPES WITH ACSS® HUD DMR .308 AND ACSS® HUD DMR 5.56  RETICLES","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRESS RELEASE: INTRODUCING THE SLx 1X PRIMS SCOPE WITH ACSS® CYCLOPS™ RETICLE","urlPath":"introducing-1x-prism-scope-acss-cyclops-reticle","url":"introducing-1x-prism-scope-acss-cyclops-reticle","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: INTRODUCING THE SLx 1X PRIMS SCOPE WITH ACSS® CYCLOPS™ RETICLE","page_header":"PRESS RELEASE: INTRODUCING THE SLx 1X PRIMS SCOPE WITH ACSS® CYCLOPS™ RETICLE","meta_description":"PRESS RELEASE: INTRODUCING THE SLx 1X PRIMS SCOPE WITH ACSS® CYCLOPS™ RETICLE","meta_keywords":"PRESS RELEASE: INTRODUCING THE SLx 1X PRIMS SCOPE WITH ACSS® CYCLOPS™ RETICLE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: INTRODUCING SLx 3X GEN II & 5X GEN II PRISM SCOPES","urlPath":"introducing-gen-ii-3x-5x-prism-scopes","url":"introducing-gen-ii-3x-5x-prism-scopes","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: INTRODUCING SLx 3X GEN II & 5X GEN II PRISM SCOPES","page_header":"PRESS RELEASE: INTRODUCING SLx 3X GEN II & 5X GEN II PRISM SCOPES","meta_description":"PRESS RELEASE: INTRODUCING SLx 3X GEN II & 5X GEN II PRISM SCOPES","meta_keywords":"PRESS RELEASE: INTRODUCING SLx 3X GEN II & 5X GEN II PRISM SCOPES","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW MD-ADS-FDE MICRO DOT SIGHT","urlPath":"press-release-primary-arms-announces-new-md-ads-fde-micro-dot-sight","url":"press-release-primary-arms-announces-new-md-ads-fde-micro-dot-sight","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW MD-ADS-FDE MICRO DOT SIGHT","page_header":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW MD-ADS-FDE MICRO DOT SIGHT","meta_description":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW MD-ADS-FDE MICRO DOT SIGHT","meta_keywords":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW MD-ADS-FDE MICRO DOT SIGHT","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: NEW 1-6×24 FIRST FOCAL PLANE ACSS® RAPTOR™ SCOPE","urlPath":"introducing-primary-arms-announces-new-1-6x24-first-focal-plane-acss-raptor-scope","url":"introducing-primary-arms-announces-new-1-6x24-first-focal-plane-acss-raptor-scope","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: NEW 1-6×24 FIRST FOCAL PLANE ACSS® RAPTOR™ SCOPE","page_header":"PRESS RELEASE: NEW 1-6×24 FIRST FOCAL PLANE ACSS® RAPTOR™ SCOPE","meta_description":"PRESS RELEASE: NEW 1-6×24 FIRST FOCAL PLANE ACSS® RAPTOR™ SCOPE","meta_keywords":"PRESS RELEASE: NEW 1-6×24 FIRST FOCAL PLANE ACSS® RAPTOR™ SCOPE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: NEW SLx 1-6×24 SECOND FOCAL PLANE SCOPE with ACSS® PREDATOR™ HUNTING RETICLE","urlPath":"introducing-1-6x24-sfp-scope-new-acss-predator-hunting-reticle","url":"introducing-1-6x24-sfp-scope-new-acss-predator-hunting-reticle","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: NEW SLx 1-6×24 SECOND FOCAL PLANE SCOPE with ACSS® PREDATOR™ HUNTING RETICLE","page_header":"PRESS RELEASE: NEW SLx 1-6×24 SECOND FOCAL PLANE SCOPE with ACSS® PREDATOR™ HUNTING RETICLE","meta_description":"PRESS RELEASE: NEW SLx 1-6×24 SECOND FOCAL PLANE SCOPE with ACSS® PREDATOR™ HUNTING RETICLE","meta_keywords":"PRESS RELEASE: NEW SLx 1-6×24 SECOND FOCAL PLANE SCOPE with ACSS® PREDATOR™ HUNTING RETICLE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: NEW OPTIC SLx 1-6×24 SECOND FOCAL PLANE SCOPE WITH GRIFFIN MIL RETICLE","urlPath":"introducing-1-6x24-sfp-scope-new-acss-griffin-mil-reticle","url":"introducing-1-6x24-sfp-scope-new-acss-griffin-mil-reticle","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: NEW OPTIC SLx 1-6×24 SECOND FOCAL PLANE SCOPE WITH GRIFFIN MIL RETICLE","page_header":"PRESS RELEASE: NEW OPTIC SLx 1-6×24 SECOND FOCAL PLANE SCOPE WITH GRIFFIN MIL RETICLE","meta_description":"PRESS RELEASE: NEW OPTIC SLx 1-6×24 SECOND FOCAL PLANE SCOPE WITH GRIFFIN MIL RETICLE","meta_keywords":"PRESS RELEASE: NEW OPTIC SLx 1-6×24 SECOND FOCAL PLANE SCOPE WITH GRIFFIN MIL RETICLE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW SLx 4-14×44 FFP SCOPE with ARC-2 MOA RETICLE","urlPath":"primary-arms-announces-new-slx-4-14x44-ffp-scope-with-arc-2-moa-reticle","url":"primary-arms-announces-new-slx-4-14x44-ffp-scope-with-arc-2-moa-reticle","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW SLx 4-14×44 FFP SCOPE with ARC-2 MOA RETICLE","page_header":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW SLx 4-14×44 FFP SCOPE with ARC-2 MOA RETICLE","meta_description":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW SLx 4-14×44 FFP SCOPE with ARC-2 MOA RETICLE","meta_keywords":"PRESS RELEASE: PRIMARY ARMS ANNOUNCES NEW SLx 4-14×44 FFP SCOPE with ARC-2 MOA RETICLE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE: PRIMARY ARMS OPTICS ANNOUNCES NEW 1X COMPACT PRISM SCOPE WITH ACSS CYCLOPS RETICLE","urlPath":"press-release-1x-compact-prism","url":"press-release-1x-compact-prism","template":" ","addition_to_head":" ","page_title":"PRESS RELEASE: PRIMARY ARMS OPTICS ANNOUNCES NEW 1X COMPACT PRISM SCOPE WITH ACSS CYCLOPS RETICLE","page_header":"PRESS RELEASE: PRIMARY ARMS OPTICS ANNOUNCES NEW 1X COMPACT PRISM SCOPE WITH ACSS CYCLOPS RETICLE","meta_description":"PRESS RELEASE: PRIMARY ARMS OPTICS ANNOUNCES NEW 1X COMPACT PRISM SCOPE WITH ACSS CYCLOPS RETICLE","meta_keywords":"PRESS RELEASE: PRIMARY ARMS OPTICS ANNOUNCES NEW 1X COMPACT PRISM SCOPE WITH ACSS CYCLOPS RETICLE","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRESS RELEASE:PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW SLX OPTICS","urlPath":"primary-arms-optics-opens-pre-orders-for-new-slx-optics","url":"primary-arms-optics-opens-pre-orders-for-new-slx-optics","template":"default","addition_to_head":" ","page_title":"PRESS RELEASE:PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW SLX OPTICS","page_header":"PRESS RELEASE:PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW SLX OPTICS","meta_description":"PRESS RELEASE:PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW SLX OPTICS","meta_keywords":"PRESS RELEASE:PRIMARY ARMS OPTICS OPENS PRE-ORDERS FOR NEW SLX OPTICS","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /1+Upper-Parts/2+Front-Sight-Posts/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Front-Sight-Posts/MCategories+AR-15","url":"1+Upper-Parts/2+Front-Sight-Posts/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Front Sight Posts For Sale | Primary Arms","page_header":" ","meta_description":"Shop our complete selection of Front Sight Posts. Find the best selection of brands for at Primary Arms, with best prices and fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/2+Gas-Tubes/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Gas-Tubes/MCategories+AR-15","url":"1+Upper-Parts/2+Gas-Tubes/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Gas Tubes For Sale | Primary Arms","page_header":" ","meta_description":"Shop from our selection of AR 15 Gas Tubes. Here you will find industry-leading customer service at best prices & fast shipping!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Bear-Creek-Arsenal/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+Bear-Creek-Arsenal/MCategories+AR-15","url":"1+Upper-Receivers/Brand+Bear-Creek-Arsenal/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Bear Creek Arsenal AR-15 Upper Receivers | Primary Arms","page_header":" ","meta_description":"Find the best products on a Bear Creek Arsenal Upper For Sale at Primary Arms. We offer top customer service & ship fast.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/2+Flash-Hiders/MCategories+AR-15","urlPath":"1+Upper-Parts/2+Flash-Hiders/MCategories+AR-15","url":"1+Upper-Parts/2+Flash-Hiders/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR15 Flash Hider For Sale | Primary Arms","page_header":" ","meta_description":"Find top brands on AR 15 flash hider For Sale at Primary Arms. We offer industry-leading customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/Brand+Strike-Industries/MCategories+AR-15","urlPath":"1+Upper-Parts/Brand+Strike-Industries/MCategories+AR-15","url":"1+Upper-Parts/Brand+Strike-Industries/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Brand Strike Industries Upper Receiver Parts For Sale","page_header":" ","meta_description":"Find the best Strike Industries Upper Receiver parts selection For Sale at Primary Arms. We offer the best prices, top customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Radian-Weapons/MCategories+AR-15","urlPath":"Brand+Radian-Weapons/MCategories+AR-15","url":"Brand+Radian-Weapons/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Radian Weapons Charging Handle & Parts","page_header":" ","meta_description":"Shop Radian Weapons AR-15 charging handle, lower parts, stock components, & more. Primary Arms offers best prices, top customer service & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Muzzle-Devices/MCategories+AR-15","urlPath":"1+Muzzle-Devices/MCategories+AR-15","url":"1+Muzzle-Devices/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Muzzle Devices For Sale | Primary Arms","page_header":" ","meta_description":"Shop our AR-15 Muzzle Devices form top brands. Find Muzzle Brakes, Flash Hiders, Compensators & more! Primary Arms offers the best prices & fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Advanced-Armament-Corp./MCategories+AR-15","urlPath":"Brand+Advanced-Armament-Corp./MCategories+AR-15","url":"Brand+Advanced-Armament-Corp./MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Advanced Armament Corp AR-15 For Sale | Primary Arms","page_header":" ","meta_description":"Find Advanced Armament Corp AR15 parts For Sale at Primary Arms. We offer top customer service & ship fast.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/Brand+KAK-Industry/MCategories+AR-15","urlPath":"1+Upper-Parts/Brand+KAK-Industry/MCategories+AR-15","url":"1+Upper-Parts/Brand+KAK-Industry/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"KAK Industry AR-15 Upper Parts For Sale | Primary Arms","page_header":" ","meta_description":"Find KAK Industry AR15 upper parts For Sale at Primary Arms. We offer top customer service,  fast shipment & the best prices.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Barrels--AND--Accessories/MCategories+AR-15","urlPath":"1+Barrels--AND--Accessories/MCategories+AR-15","url":"1+Barrels--AND--Accessories/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Barrels For Sale | Primary Arms","page_header":" ","meta_description":"We have the best prices & fast shipping on AR15 barrels from top manufacturers. All backed by our industry-leading customer service. Buy Today and get shooting.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Phase-5-Tactical/MCategories+AR-15","urlPath":"Brand+Phase-5-Tactical/MCategories+AR-15","url":"Brand+Phase-5-Tactical/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Phase 5 Tactical AR-15 For Sale | Primary Arms","page_header":" ","meta_description":"Find Phase 5 Tactical AR15 For Sale at Primary Arms. We offer top customer service,  fast shipment & the best prices.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Rear-Sights/Brand+Anderson-Manufacturing/MCategories+AR-15","urlPath":"2+Rear-Sights/Brand+Anderson-Manufacturing/MCategories+AR-15","url":"2+Rear-Sights/Brand+Anderson-Manufacturing/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Anderson Manufacturing  AR-15 Rear-Sights For Sale","page_header":" ","meta_description":"Find Anderson Manufacturing  AR-15 Rear-Sights For Sale at Primary Arms. We offer top customer service,  fast shipment & the best prices.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/Brand+CMC-Triggers/MCategories+AR-15","urlPath":"1+Upper-Parts/Brand+CMC-Triggers/MCategories+AR-15","url":"1+Upper-Parts/Brand+CMC-Triggers/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"CMC Triggers AR-15 Upper-Parts For Sale | Primary Arms","page_header":" ","meta_description":"Find CMC Trigger AR-15 Upper Parts For Sale at Primary Arms. We offer top customer service,  fast shipment & the best prices.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/BarrelLength+11.5%22/MCategories+AR-15","urlPath":"1+Upper-Receivers/BarrelLength+11.5%22/MCategories+AR-15","url":"1+Upper-Receivers/BarrelLength+11.5%22/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"11.5 Upper-Receivers [AR-15] For Sale | Primary Arms","page_header":" ","meta_description":"Shop our AR-15 11.5 Upper-Receivers from top brands. Primary Arms offers fast shipping, industry-leading customer service &  the best prices on the AR 11.5 upper.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+CMMG/MCategories+AR-15","urlPath":"1+Upper-Receivers/Brand+CMMG/MCategories+AR-15","url":"1+Upper-Receivers/Brand+CMMG/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"CMMG AR-15 Upper Receiver For Sale | Primary Arms","page_header":" ","meta_description":"Browse our selection of CMMG AR-15 Upper Receivers. At Primary Arms we offer fast shipping, top customer service &  the best prices for your favorite upper.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/BarrelLength+10.3%22/MCategories+AR-15","urlPath":"1+Upper-Receivers/BarrelLength+10.3%22/MCategories+AR-15","url":"1+Upper-Receivers/BarrelLength+10.3%22/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 10.3\" Upper-Receivers For Sale | Primary Arms","page_header":" ","meta_description":"Browse our selection of AR-15 10.3\" Upper-Receivers. At Primary Arms we offer fast shipping, top customer service &  the best prices for your favorite upper.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/AdName+Clearance/MCategories+AR-15","urlPath":"1+Upper-Receivers/AdName+Clearance/MCategories+AR-15","url":"1+Upper-Receivers/AdName+Clearance/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Clearance! AR-15 Upper Receivers On Sale at Primary Arms ","page_header":" ","meta_description":"Clearance at Primary Arms. Find AR-15 upper Receivers on Sale now! Besides the best prices, Primary Arms offers fast shipping and top customer service on uppers.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+DS-Arms/MCategories+AR-15","urlPath":"Brand+DS-Arms/MCategories+AR-15","url":"Brand+DS-Arms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"DS Arms | Lower & Upper Parts  For Sale at Primary Arms","page_header":" ","meta_description":"Browse our selection of DS Arms Upper and Lower parts and Kits. At Primary Arms we offer fast shipping, top customer service &  the best prices for your favorite upper.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Scopes/MCategories+AR-15","urlPath":"1+Scopes/MCategories+AR-15","url":"1+Scopes/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Scopes For Sale [Best Industry Assortment]","page_header":" ","meta_description":"Find a fantastic selection of AR-15 Scopes from the most trusted brands. At Primary Arms, you have the best prices & fast shipping in your next AR15 Scope.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Primary Arms April Rifle Giveaway","urlPath":"primary-arms-april-rifle-giveaway","url":"primary-arms-april-rifle-giveaway","template":" ","addition_to_head":" ","page_title":"Primary Arms April Rifle Giveaway","page_header":"Primary Arms April Rifle Giveaway","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Primary Arms: Protective Measures Against COVID-19","urlPath":"primary-arms-protective-measures-against-covid-19","url":"primary-arms-protective-measures-against-covid-19","template":" ","addition_to_head":" ","page_title":"Primary Arms: Protective Measures Against COVID-19","page_header":"Primary Arms: Protective Measures Against COVID-19","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS GOVERNMENT NAMES MAJOR MATHIS AS US LAW ENFORCEMENT SALES MANAGER","urlPath":"primary-arms-government-names-major-mathis-as-us-law-enforcement-sales-manager","url":"primary-arms-government-names-major-mathis-as-us-law-enforcement-sales-manager","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS GOVERNMENT NAMES MAJOR MATHIS AS US LAW ENFORCEMENT SALES MANAGER","page_header":"PRIMARY ARMS GOVERNMENT NAMES MAJOR MATHIS AS US LAW ENFORCEMENT SALES MANAGER","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS PARTNERS WITH STRIKE INDUSTRIES FOR EXCLUSIVE SENTINEL AND SENTINEL ELITE AR15s","urlPath":"primary-arms-partners-with-strike-industries-for-exclusive-sentinel-and-sentinel-elite-ar15s","url":"primary-arms-partners-with-strike-industries-for-exclusive-sentinel-and-sentinel-elite-ar15s","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS PARTNERS WITH STRIKE INDUSTRIES FOR EXCLUSIVE SENTINEL AND SENTINEL ELITE AR15s","page_header":"PRIMARY ARMS PARTNERS WITH STRIKE INDUSTRIES FOR EXCLUSIVE SENTINEL AND SENTINEL ELITE AR15s","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS ANNOUNCES 12 NEW GEAR AND ACCESSORY BRANDS FOR RETAIL SITE","urlPath":"primary-arms-announces-12-new-gear-and-accessory-brands-for-retail-site","url":"primary-arms-announces-12-new-gear-and-accessory-brands-for-retail-site","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS ANNOUNCES 12 NEW GEAR AND ACCESSORY BRANDS FOR RETAIL SITE","page_header":"PRIMARY ARMS ANNOUNCES 12 NEW GEAR AND ACCESSORY BRANDS FOR RETAIL SITE","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS ANNOUNCES 9 NEW FIREARMS BRANDS FOR RETAIL SITE","urlPath":"primary-arms-announces-9-new-firearms-brands-for-retail-site","url":"primary-arms-announces-9-new-firearms-brands-for-retail-site","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS ANNOUNCES 9 NEW FIREARMS BRANDS FOR RETAIL SITE","page_header":"PRIMARY ARMS ANNOUNCES 9 NEW FIREARMS BRANDS FOR RETAIL SITE","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Assembly+Barreled-Assemblies/MCategories+AR-15","urlPath":"1+Upper-Receivers/Assembly+Barreled-Assemblies/MCategories+AR-15","url":"1+Upper-Receivers/Assembly+Barreled-Assemblies/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Barreled Assembly Upper Receiver For Sale","page_header":" ","meta_description":"AR-15 Barreled upper assemblies get you closer to completing your rifle with the flexibility of choosing your own Barreled Upper at Primary Arms.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Parts/MCategories+AR-15","urlPath":"1+Upper-Parts/MCategories+AR-15","url":"1+Upper-Parts/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Upper Parts & Kits for Sale | Primary Arms","page_header":" ","meta_description":"Best deals on AR 15 Upper Receiver Parts & Kits from top brands! Fast shipping & industry-leading customer service on your next AR15 upper parts.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Glock-Blue-Label","urlPath":"MCategories+Glock-Blue-Label","url":"MCategories+Glock-Blue-Label","template":" ","addition_to_head":" ","page_title":"Glock Blue Label | Glock Blue Label Program | Primary Arms","page_header":" ","meta_description":"Glock Blue Label Program is for all those on the front lines ensuring our safety. Check out the best Glock Blue Label selection at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS IS NOW SHIPPING NEW GLX RIFLE SCOPES","urlPath":"primary-arms-optics-is-now-shipping-new-glx-rifle-scopes","url":"primary-arms-optics-is-now-shipping-new-glx-rifle-scopes","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS OPTICS IS NOW SHIPPING NEW GLX RIFLE SCOPES","page_header":"PRIMARY ARMS OPTICS IS NOW SHIPPING NEW GLX RIFLE SCOPES","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS GOVERNMENT PARTNERS WITH GLOCK INC. AS ONE OF THE LAW ENFORCEMENT DISTRIBUTORS FOR TEXAS","urlPath":"primary-arms-government-partners-with-glock-inc-as-one-of-the-law-enforcement-distributors-for-texas","url":"primary-arms-government-partners-with-glock-inc-as-one-of-the-law-enforcement-distributors-for-texas","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS GOVERNMENT PARTNERS WITH GLOCK INC. AS ONE OF THE LAW ENFORCEMENT DISTRIBUTORS FOR TEXAS","page_header":"PRIMARY ARMS GOVERNMENT PARTNERS WITH GLOCK INC. AS ONE OF THE LAW ENFORCEMENT DISTRIBUTORS FOR TEXAS","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS PARTNERS WITH THE TRUTH ABOUT GUNS BLOG FOR JUNE FATHER’S DAY GIVEAWAY","urlPath":"primary-arms-partners-with-the-truth-about-guns-blog-for-june-fathers-day-giveaway","url":"primary-arms-partners-with-the-truth-about-guns-blog-for-june-fathers-day-giveaway","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS PARTNERS WITH THE TRUTH ABOUT GUNS BLOG FOR JUNE FATHER’S DAY GIVEAWAY","page_header":"PRIMARY ARMS PARTNERS WITH THE TRUTH ABOUT GUNS BLOG FOR JUNE FATHER’S DAY GIVEAWAY","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/MCategories+AR-15","urlPath":"1+Lower-Receivers/MCategories+AR-15","url":"1+Lower-Receivers/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Find a great selection of AR-15 lower receiver & get a head start on your next rifle or pistol build. Primary Arms has industry-lead customer service for your next AR lower.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Anderson-Manufacturing/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Anderson-Manufacturing/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Anderson-Manufacturing/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Anderson Manufacturing AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Find Anderson Manufacturing AR-15 Lower Receiver either stripped or complete assemblies with stock. Fast shipping & top customer service with Primary Arms.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Assembly+Stripped/MCategories+AR-15","urlPath":"1+Lower-Receivers/Assembly+Stripped/MCategories+AR-15","url":"1+Lower-Receivers/Assembly+Stripped/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Stripped Lower Receivers | Primary Arms","page_header":" ","meta_description":"Buy an AR 15 Stripped Lower Receiver with the best prices, fast shipping, industry-leading customer service, & top AR stripped lower brands at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Spikes-Tactical/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Spikes-Tactical/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Spikes-Tactical/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Spikes Tactical AR 15 Lower Receivers For Sale | Primary Arms","page_header":" ","meta_description":"Spikes Tactical Lower Receiver Groups for AR-15 Rifles come either stripped or complete assemblies with stock. Fast shipping with Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Assembly+Complete-Assemblies/MCategories+AR-15","urlPath":"1+Lower-Receivers/Assembly+Complete-Assemblies/MCategories+AR-15","url":"1+Lower-Receivers/Assembly+Complete-Assemblies/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Complete Lower Receiver for Sale | Primary Arms","page_header":" ","meta_description":"Buy an AR-15 Complete Lower Receiver with the best prices, fast shipping, industry-leading customer service, & top AR complete lower brands at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Aero-Precision/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Aero-Precision/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Aero-Precision/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR-15 Complete Lower Receiver for Sale | Primary Arms","page_header":" ","meta_description":"Buy an AR-15 Complete Lower Receiver with the best prices, fast shipping, industry-leading customer service, & the top AR complete lower brands at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Receiver-Sets/MCategories+AR-15","urlPath":"1+Receiver-Sets/MCategories+AR-15","url":"1+Receiver-Sets/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Receiver Sets for Sale | Primary Arms","page_header":" ","meta_description":"Buy an AR 15 receiver set at Primary Arms. You will find the best prices, fast shipping, prestigious customer service with the best AR lower brands.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+CMMG/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+CMMG/MCategories+AR-15","url":"1+Lower-Receivers/Brand+CMMG/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"CMMG AR 15 Lower Receivers For Sale | Primary Arms","page_header":" ","meta_description":"CCMG AR-15 Lower Receiver, either stripped or complete assemblies, for sale at Primary Arms. Find the best prices and fast shipping for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+EDC-Tactical/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+EDC-Tactical/MCategories+AR-15","url":"1+Lower-Receivers/Brand+EDC-Tactical/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"EDC AR-15 Lower Receivers For Sale | Primary Arms","page_header":" ","meta_description":"EDC AR-15 Lower Receiver for sale at Primary Arms. Find the best prices & fast shipping for your new AR15 lower with the industry leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Centurion-Arms/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Centurion-Arms/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Centurion-Arms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Centurion Arms AR-15 Lower Receivers For Sale | Primary Arms","page_header":" ","meta_description":"Centurion Arms Lower Receiver for sale at Primary Arms. Find the best prices & fast shipping for your new AR15 lower with the industry leading customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Ambidextrous+Ambidextrous/MCategories+AR-15","urlPath":"1+Lower-Receivers/Ambidextrous+Ambidextrous/MCategories+AR-15","url":"1+Lower-Receivers/Ambidextrous+Ambidextrous/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Ambidextrous Lower Receiver | AR -15  Ambi Complete Lower","page_header":" ","meta_description":"Buy from a selection of Ambidextrous AR 15 lower receivers at Primary Arms. You will find the best prices, fast shipping, & the best customer service.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Ghost-Firearms/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Ghost-Firearms/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Ghost-Firearms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Ghost Firearms AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Ghost Fireamrs AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Cross-Machine-Tool/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Cross-Machine-Tool/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Cross-Machine-Tool/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Cross Machine Tool AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Cross Machine Tool AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS HIRES JEFF SCHEIDER AS OPTICS SALES REPRESENTATIVE FOR SOUTHEAST U.S.","urlPath":"primary-arms-hires-jeff-scheider-as-optics-sales-representative-for-southeast-us","url":"primary-arms-hires-jeff-scheider-as-optics-sales-representative-for-southeast-us","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS HIRES JEFF SCHEIDER AS OPTICS SALES REPRESENTATIVE FOR SOUTHEAST U.S.","page_header":"PRIMARY ARMS HIRES JEFF SCHEIDER AS OPTICS SALES REPRESENTATIVE FOR SOUTHEAST U.S.","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers//Brand+Troy-Industries/MCategories+AR-15","urlPath":"1+Lower-Receivers//Brand+Troy-Industries/MCategories+AR-15","url":"1+Lower-Receivers//Brand+Troy-Industries/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Troy Industries AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Troy Industries AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Lewis-Machine--AND--Tool/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Lewis-Machine--AND--Tool/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Lewis-Machine--AND--Tool/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Lewis Machine and Tool AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Lewis Machine and Tool AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/CaliberMarking+9mm-Luger/MCategories+AR-15","urlPath":"1+Lower-Receivers/CaliberMarking+9mm-Luger/MCategories+AR-15","url":"1+Lower-Receivers/CaliberMarking+9mm-Luger/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 9mm Lower Receiver for Sale | Primary Arms","page_header":" ","meta_description":"Shop from our selection of AR 15 9mm Luger Lower Receiver. At Primary Arms you will find the best prices, fast shipping, & industry-leading customer service.\n","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Radical-Firearms/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Radical-Firearms/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Radical-Firearms/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Radical Firearms AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Radical Firearms AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Tapco/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Tapco/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Tapco/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Tapco AR-15 Lower Receivers for Sale | Primary Arms","page_header":" ","meta_description":"Tapco AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Black-Rain-Ordnance/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Black-Rain-Ordnance/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Black-Rain-Ordnance/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Black Rain Ordnance AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Black Rain Ordnance AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS HIRES JUSTIN STEWART FOR INTERNAL ADVERTISING SALES MANAGER","urlPath":"primary-arms-hires-justin-stewart-for-internal-advertising-sales-manager","url":"primary-arms-hires-justin-stewart-for-internal-advertising-sales-manager","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS HIRES JUSTIN STEWART FOR INTERNAL ADVERTISING SALES MANAGER","page_header":"PRIMARY ARMS HIRES JUSTIN STEWART FOR INTERNAL ADVERTISING SALES MANAGER","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+JP-Enterprises/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+JP-Enterprises/MCategories+AR-15","url":"1+Lower-Receivers/Brand+JP-Enterprises/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"JP Enterprises AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"JP Enterprises AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Shreveport-Tactical/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Shreveport-Tactical/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Shreveport-Tactical/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Shreveport Tactical AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Shreveport Tactical AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Battle-Arms-Development/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Battle-Arms-Development/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Battle-Arms-Development/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Battle Arms Development AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Battle Arms Development AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Rise-Armamen/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Rise-Armamen/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Rise-Armamen/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Rise Armament AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Rise Armament AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+GG-AND-G/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+GG-AND-G/MCategories+AR-15","url":"1+Lower-Receivers/Brand+GG-AND-G/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"GG and G AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"GG and G AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Lower-Receivers/Brand+Foxtrot-Mike-Products/MCategories+AR-15","urlPath":"1+Lower-Receivers/Brand+Foxtrot-Mike-Products/MCategories+AR-15","url":"1+Lower-Receivers/Brand+Foxtrot-Mike-Products/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Foxtrot Mike AR-15 Lower Receivers | Primary Arms","page_header":" ","meta_description":"Foxtrot Mike AR-15 Lower Receiver for sale at Primary Arms. Find the best prices, fast shipping & top customer service for your new AR15 lower.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS ANNOUNCES JUNE DOUBLE RIFLE GIVEAWAY FOR FATHER’S DAY","urlPath":"primary-arms-announces-june-double-rifle-giveaway-for-fathers-day","url":"primary-arms-announces-june-double-rifle-giveaway-for-fathers-day","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS ANNOUNCES JUNE DOUBLE RIFLE GIVEAWAY FOR FATHER’S DAY","page_header":"PRIMARY ARMS ANNOUNCES JUNE DOUBLE RIFLE GIVEAWAY FOR FATHER’S DAY","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS SUPPORTS SCHOLASTIC ACTION SHOOTING PROGRAM 2020 NATIONAL CHAMPIONSHIPS WITH SILVER SPONSORSHIP","urlPath":"primary-arms-supports-scholastic-action-shooting-program-2020-national-championships-with-silver-sponsorship","url":"primary-arms-supports-scholastic-action-shooting-program-2020-national-championships-with-silver-sponsorship","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS SUPPORTS SCHOLASTIC ACTION SHOOTING PROGRAM 2020 NATIONAL CHAMPIONSHIPS WITH SILVER SPONSORSHIP","page_header":"PRIMARY ARMS SUPPORTS SCHOLASTIC ACTION SHOOTING PROGRAM 2020 NATIONAL CHAMPIONSHIPS WITH SILVER SPONSORSHIP","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Blog","urlPath":"blog","url":"blog","template":"default","addition_to_head":"","page_title":"The Primary Arms Blog | Primary Arms","page_header":"Blog","meta_description":"Your Primary Source for firearms content! Read our latest blog posts or browse our archives. Read more...","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Terms and Conditions Bonus Bucks","urlPath":"terms-and-conditions-bonus-bucks","url":"terms-and-conditions-bonus-bucks","template":" ","addition_to_head":" ","page_title":"Terms and Conditions Bonus Bucks","page_header":"Terms and Conditions Bonus Bucks","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS GOVERNMENT HIRES MATTHEW FOUST AS LAW ENFORCEMENT SALES AGENT","urlPath":"primary-arms-government-hires-matthew-foust-as-law-enforcement-sales-agent","url":"primary-arms-government-hires-matthew-foust-as-law-enforcement-sales-agent","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS GOVERNMENT HIRES MATTHEW FOUST AS LAW ENFORCEMENT SALES AGENT","page_header":"PRIMARY ARMS GOVERNMENT HIRES MATTHEW FOUST AS LAW ENFORCEMENT SALES AGENT","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+300-Blackout/MCategories+AR-15-Pistols","urlPath":"CaliberGauge+300-Blackout/MCategories+AR-15-Pistols","url":"CaliberGauge+300-Blackout/MCategories+AR-15-Pistols","template":" ","addition_to_head":" ","page_title":"300 Blackout Pistols For Sale | Primary Arms","page_header":" ","meta_description":"300 Blackout Pistols for sale at the best prices at Primary Arms. We have a large selection of 300 Blackout AR Pistols from all the popular brands.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+556-NATO/MCategories+AR-15-Barrels","urlPath":"CaliberGauge+556-NATO/MCategories+AR-15-Barrels","url":"CaliberGauge+556-NATO/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"AR-15 556 Barrels for Sale | Primary Arms","page_header":" ","meta_description":"5.56 Barrels for AR-15 Rifles for sale at Primary Arms. Huge selection of AR-15 Barrels chambered in 5.56 for your carbine, DMR, or pistol build.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+223-Wylde/MCategories+AR-15-Barrels","urlPath":"CaliberGauge+223-Wylde/MCategories+AR-15-Barrels","url":"CaliberGauge+223-Wylde/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"223 Wylde Barrels for Sale | Primary Arms ","page_header":" ","meta_description":".223 Wylde Barrels are a great way to enjoy the consistent accuracy of .223 Remington and the affordability of 5.56 NATO safely in your AR-15 rifle.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Polymer-80","urlPath":"Brand+Polymer-80","url":"Brand+Polymer-80","template":" ","addition_to_head":" ","page_title":"Polymer 80 Frames For Sale | Primary Arms","page_header":" ","meta_description":"Polymer 80 Glock 19 frames and jigs for building your own pistol. 80% and fully finished frame kits available. Shop Polymer80 today and start your build!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Handguns-Weapon-Lights","urlPath":"MCategories+Handguns-Weapon-Lights","url":"MCategories+Handguns-Weapon-Lights","template":" ","addition_to_head":" ","page_title":"Pistol Lights For Sale | Primary Arms","page_header":" ","meta_description":"Huge selection of the best pistol lights for sale at Primary Arms with great prices. Handgun weapon lights are a must for your home defense setup.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Aero-Precision/MCategories+AR-15-Complete-Guns","urlPath":"Brand+Aero-Precision/MCategories+AR-15-Complete-Guns","url":"Brand+Aero-Precision/MCategories+AR-15-Complete-Guns","template":" ","addition_to_head":" ","page_title":"Aero Precision AR15 Complete Rifles | Primary Arms","page_header":" ","meta_description":"Shop Aero Precision AR 15 Rifles and get a high quality and reliable gun with a ton of features at an affordable price. Get an Aero AR-15 today!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Gas-Tubes/MCategories+AR-15","urlPath":"2+Gas-Tubes/MCategories+AR-15","url":"2+Gas-Tubes/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Gas Tube For Sale | Primary Arms","page_header":" ","meta_description":"Shop AR15 mid length gas tubes, carbine length, rifle length, and pistol length for your new AR 15 build. We've got full gas systems and parts available.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Online Gun Store | Primary Arms","urlPath":"online-gun-store","url":"online-gun-store","template":"default","addition_to_head":" ","page_title":"Online Gun Store | Primary Arms","page_header":"Online Gun Store","meta_description":"Welcome to your favorite one-stop-shop online gun store!  AR 15, AK47, hunting rifles, pistols, SBRs, shotguns, & handguns! Best service among online gun stores!","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced /Brand+Colt","urlPath":"Brand+Colt","url":"Brand+Colt","template":" ","addition_to_head":" ","page_title":"Colt Firearms For Sale | Primary Arms","page_header":" ","meta_description":"Check out all the popular Colt firearms we have for sale at Primary Arms like the Python Revolver, LE6920 Rifle, or the Colt 45 1911 pistol.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rifle~Style-Pistols/MCategories+AK-47-Complete-Guns","urlPath":"1+Rifle~Style-Pistols/MCategories+AK-47-Complete-Guns","url":"1+Rifle~Style-Pistols/MCategories+AK-47-Complete-Guns","template":" ","addition_to_head":" ","page_title":"AK47 Pistol For Sale | Primary Arms","page_header":" ","meta_description":"Shop for a new AK Pistol to add to your collection from the Mini Draco to the M92 ZPAP. Complete AK 47 Pistols for sale with or without an arm brace.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+300-Blackout/MCategories+AR-15-Barrels","urlPath":"CaliberGauge+300-Blackout/MCategories+AR-15-Barrels","url":"CaliberGauge+300-Blackout/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"300 Blackout Barrel For Sale | Primary Arms","page_header":" ","meta_description":"300 Blackout Barrels for sale at Primary Arms from a variety of popular brands like BCM. Get your .300 BLK barrel and build your AR pistol today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Handgun-Slides/MCategories+Handguns","urlPath":"1+Handgun-Slides/MCategories+Handguns","url":"1+Handgun-Slides/MCategories+Handguns","template":" ","addition_to_head":" ","page_title":"Pistol Slide For Sale | Primary Arms","page_header":" ","meta_description":"Custom Pistol Slides for sale for upgrading your Glock, SIG P320, or M&P Handgun. Improve your handgun with a custom slide milled for red dot sights.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Upper-Receivers/Brand+Aero-Precision","urlPath":"1+Upper-Receivers/Brand+Aero-Precision","url":"1+Upper-Receivers/Brand+Aero-Precision","template":" ","addition_to_head":" ","page_title":"Aero Precision Upper Receiver For Sale | Primary Arms","page_header":" ","meta_description":"Aero Precision Upper Receivers come in a variety of styles like stripped, complete, and barreled assemblies, so you can build your dream AR with ease.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AK-47-Muzzle-Devices","urlPath":"MCategories+AK-47-Muzzle-Devices","url":"MCategories+AK-47-Muzzle-Devices","template":" ","addition_to_head":" ","page_title":"AK Muzzle Brake For Sale | Primary Arms","page_header":" ","meta_description":"AK47 Muzzle Brakes, Flash Hiders, and Compensators for sale for your favorite AK platform rifle. Find the best AK 47 muzzle brake at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+AR-15-Muzzle-Devices","urlPath":"MCategories+AR-15-Muzzle-Devices","url":"MCategories+AR-15-Muzzle-Devices","template":" ","addition_to_head":" ","page_title":"AR 15 Muzzle Devices For Sale | Primary Arms","page_header":" ","meta_description":"AR 15 Muzzle Brakes, Flash Hiders, and Compensators for sale for your favorite AR platform rifle. Find the best AR15 muzzle brake at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Ejection-Port-Covers/MCategories+AR-15","urlPath":"2+Ejection-Port-Covers/MCategories+AR-15","url":"2+Ejection-Port-Covers/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"AR 15 Dust Covers For Sale | Primary Arms","page_header":" ","meta_description":"Shop AR 15 Ejection Port Dust Covers with custom engravings and designs machined from billet, molded from polymer, or stamped from sheet metal.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS CELEBRATES INDEPENDENCE DAY WITH JULY FN SCAR20S GIVEAWAY","urlPath":"primary-arms-celebrates-independence-day-with-july-fn-scar20s-giveaway","url":"primary-arms-celebrates-independence-day-with-july-fn-scar20s-giveaway","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS CELEBRATES INDEPENDENCE DAY WITH JULY FN SCAR20S GIVEAWAY","page_header":"PRIMARY ARMS CELEBRATES INDEPENDENCE DAY WITH JULY FN SCAR20S GIVEAWAY","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rails--AND--Handguards/Brand+Midwest-Industries","urlPath":"1+Rails--AND--Handguards/Brand+Midwest-Industries","url":"1+Rails--AND--Handguards/Brand+Midwest-Industries","template":" ","addition_to_head":" ","page_title":"Midwest Industries Handguard For Sale | Primary Arms","page_header":" ","meta_description":"Midwest Industries Handguards and Rails for sale for AR15 and AK47 rifles. Free float and drop in handguards with M-LOK, KeyMod, and quad rail designs.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Sons-of-Liberty-Gun-Works","urlPath":"Brand+Sons-of-Liberty-Gun-Works","url":"Brand+Sons-of-Liberty-Gun-Works","template":" ","addition_to_head":" ","page_title":"Sons of Liberty Gun Works For Sale | Primary Arms","page_header":" ","meta_description":"Shop Sons of Liberty Gun Works Products like the Nox flash hider, Mil-Spec BCG, high quality barrels, uppers, Exo-2 Handguard, and complete AR-15s.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Lewis-Machine--AND--Tool","urlPath":"Brand+Lewis-Machine--AND--Tool","url":"Brand+Lewis-Machine--AND--Tool","template":" ","addition_to_head":" ","page_title":"Lewis Machine And Tool For Sale | Primary Arms","page_header":" ","meta_description":"Lewis Machine and Tool Rifles for sale including MARS-L, MWS, and Defender lower receivers. Shop our full selection of LMT Mil-Spec parts and accessories.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Handgun-Frames/MCategories+Handguns","urlPath":"1+Handgun-Frames/MCategories+Handguns","url":"1+Handgun-Frames/MCategories+Handguns","template":" ","addition_to_head":" ","page_title":"Pistol Frames For Sale | Primary Arms","page_header":" ","meta_description":"Pistol Frames for sale, so you can upgrade your pistol whether you have a Glock, SIG, or even a 1911. Build your dream gun with a custom handgun frame.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Sig-Sauer/MCategories+AR-15","urlPath":"Brand+Sig-Sauer/MCategories+AR-15","url":"Brand+Sig-Sauer/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"SIG Sauer AR 15 Rifles For Sale | Primary Arms","page_header":" ","meta_description":"Shop SIG Sauer AR 15 Rifles For Sale including the M400 TREAD and the AR style MCX Virtus rifles. Including stocks, braces, uppers, and accessories.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+SLR-Rifleworks","urlPath":"Brand+SLR-Rifleworks","url":"Brand+SLR-Rifleworks","template":" ","addition_to_head":" ","page_title":"SLR Rifleworks Products For Sale | Primary Arms","page_header":" ","meta_description":"SLR Rifleworks Products for sale including handguards, adjustable gas blocks, flared magazine wells, and a variety of other AR and pistol upgrades.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /MCategories+Shotgun-Accessories","urlPath":"MCategories+Shotgun-Accessories","url":"MCategories+Shotgun-Accessories","template":" ","addition_to_head":" ","page_title":"Shotgun Accessories For Sale | Primary Arms","page_header":" ","meta_description":"Shotgun Accessories and Shotgun Parts available for sale at Primary Arms. Whether you are looking for a stock, shell holder or magazine tube extension.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /FrameSize+AK-Pistol/MCategories+AK-47-Complete-Guns","urlPath":"FrameSize+AK-Pistol/MCategories+AK-47-Complete-Guns","url":"FrameSize+AK-Pistol/MCategories+AK-47-Complete-Guns","template":" ","addition_to_head":" ","page_title":"AK Pistol For Sale | Primary Arms","page_header":" ","meta_description":"Shop AK Pistols for sale at Primary Arms including the Micro Draco and M92 ZPAP. Click now and check out our other popular AK47 Pistols with brace.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Ruger/MCategories+AR-15","urlPath":"Brand+Ruger/MCategories+AR-15","url":"Brand+Ruger/MCategories+AR-15","template":" ","addition_to_head":" ","page_title":"Ruger AR 15 556 For Sale | Primary Arms","page_header":" ","meta_description":"Shop Ruger AR15 556 for a high quality and affordable sporting rifle. Great for the first time or experienced AR-15 buyer. Get your Ruger AR 556 today.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Stock-Adapters/MCategories+AR-15-Stock-Component","urlPath":"2+Stock-Adapters/MCategories+AR-15-Stock-Component","url":"2+Stock-Adapters/MCategories+AR-15-Stock-Component","template":" ","addition_to_head":" ","page_title":"AR15 Folding Stock Adapter For Sale | Primary Arms","page_header":" ","meta_description":"Shop AR15 Folding Stock Adapters that allow you to use a standard buffer tube and carbine stock while being able to fold it to the side for storage.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS SUPPORTS A GIRL AND A GUN FALL FESTIVAL WITH SILVER SPONSORSHIP","urlPath":"primary-arms-supports-a-girl-and-a-gun-fall-festival-with-silver-sponsorship","url":"primary-arms-supports-a-girl-and-a-gun-fall-festival-with-silver-sponsorship","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS SUPPORTS A GIRL AND A GUN FALL FESTIVAL WITH SILVER SPONSORSHIP","page_header":"PRIMARY ARMS SUPPORTS A GIRL AND A GUN FALL FESTIVAL WITH SILVER SPONSORSHIP","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /2+Trigger-Pins/MCategories+AR-15-Lower-Parts","urlPath":"2+Trigger-Pins/MCategories+AR-15-Lower-Parts","url":"2+Trigger-Pins/MCategories+AR-15-Lower-Parts","template":" ","addition_to_head":" ","page_title":"AR 15 Anti Walk Pins For Sale | Primary Arms","page_header":" ","meta_description":"AR 15 Anti Walk Trigger Pins are a great way to improve the reliability of your AR15. Anti rotation and anti walk pins ensure they won't fall out.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Aero-Precision/MCategories+AR-308","urlPath":"Brand+Aero-Precision/MCategories+AR-308","url":"Brand+Aero-Precision/MCategories+AR-308","template":" ","addition_to_head":" ","page_title":"Aero Precision AR10 & 308 | Primary Arms","page_header":" ","meta_description":"Aero Precision AR10 M5 complete lowers and AR 308 uppers for sale as well as a variety of AR-10 parts, handguards, and M5E1 6.5 Creedmoor uppers.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Arisaka-Defense","urlPath":"Brand+Arisaka-Defense","url":"Brand+Arisaka-Defense","template":" ","addition_to_head":" ","page_title":"Arisaka Defense For Sale | Primary Arms","page_header":" ","meta_description":"Get Arisaka Defense Vertical grips, Lights, Scout Mounts, and any other AR accessory you could want at the best prices here at Primary Arms.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+CMMG","urlPath":"Brand+CMMG","url":"Brand+CMMG","template":" ","addition_to_head":" ","page_title":"CMMG Firearms For Sale | Primary Arms","page_header":" ","meta_description":"CMMG Firearms and Rifle Style Pistols For Sale like the Banshee, Mutant MK47, Guard, and Resolute including barrels, lowers, uppers, and more.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+762X39mm/MCategories+AR-15-Complete-Guns","urlPath":"CaliberGauge+762X39mm/MCategories+AR-15-Complete-Guns","url":"CaliberGauge+762X39mm/MCategories+AR-15-Complete-Guns","template":" ","addition_to_head":" ","page_title":"7.62x39 AR 15 Rifles For Sale | Primary Arms","page_header":" ","meta_description":"7.62x39 AR 15 Rifles for sale at Primary Arms. These rifles take the popular AR-15 platform and are chambered to shoot the larger 762x39 AK-47 round.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+.458-SOCOM/MCategories+AR-15-Barrels","urlPath":"CaliberGauge+.458-SOCOM/MCategories+AR-15-Barrels","url":"CaliberGauge+.458-SOCOM/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"458 SOCOM Barrels For Sale | Primary Arms","page_header":" ","meta_description":"458 SOCOM Barrels designed for the AR 15 platform allow you to reliably shoot this big bore caliber with semi automatic capability and AR familiarity.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Cloud-Defensive","urlPath":"Brand+Cloud-Defensive","url":"Brand+Cloud-Defensive","template":" ","addition_to_head":" ","page_title":"Cloud Defensive For Sale | Primary arms","page_header":" ","meta_description":"Cloud Defensive OWL Optimized Weapon Lights for sale including Accessories like pressure pad mounts and M-LOK handguard rails.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+Zastava/MCategories+AK-47-Complete-Guns","urlPath":"Brand+Zastava/MCategories+AK-47-Complete-Guns","url":"Brand+Zastava/MCategories+AK-47-Complete-Guns","template":" ","addition_to_head":" ","page_title":"Zastava Arms USA AK47 For Sale | Primary Arms","page_header":" ","meta_description":"Shop Zastava AK Rifles at Primary Arms for the best selection, prices, and customer service in the industry. Check out the M91 and ZPAP AK-47 rifles!","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /CaliberGauge+762X39mm/MCategories+AR-15-Barrels","urlPath":"CaliberGauge+762X39mm/MCategories+AR-15-Barrels","url":"CaliberGauge+762X39mm/MCategories+AR-15-Barrels","template":" ","addition_to_head":" ","page_title":"7.62x39 AR Barrels For Sale | Primary Arms","page_header":" ","meta_description":"Shop 7.62x39 AR 15 Barrels and build your dream rifle today. We've got 10\", 10.5\", and 16\" variants from popular and reputable brands.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /Brand+5.11-Tactical","urlPath":"Brand+5.11-Tactical","url":"Brand+5.11-Tactical","template":" ","addition_to_head":" ","page_title":"5.11 Tactical Gear For Sale | Primary Arms","page_header":" ","meta_description":"511 Tactical Gear, Bags, and Tools for sale att Primary Arms. Check out our growing collection of 5.11 products at the best prices with fast shipping.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced /1+Rifle~Style-Pistols/Brand+CMMG","urlPath":"1+Rifle~Style-Pistols/Brand+CMMG","url":"1+Rifle~Style-Pistols/Brand+CMMG","template":" ","addition_to_head":" ","page_title":"CMMG Rifle Style Pistols For Sale | Primary Arms","page_header":" ","meta_description":"CMMG Rifle Style Pistols chambered in 9mm, 5.7x28mm, 45 Acp, and even 10mm all using their radial delayed blowback system for a reliable firearm.","meta_keywords":" ","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Optics Dealers","urlPath":"optics-dealers","url":"optics-dealers","template":"default","addition_to_head":"","page_title":"Optics Dealers Scopes | Primary Arms","page_header":"Optics Dealers","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS OPTICS RELEASES NEW GLX 30MM AND 34MM CANTILEVER RIFLESCOPE MOUNTS","urlPath":"primary-arms-optics-releases-new-glx-30mm-and-34mm-cantilever-riflescope-mounts","url":"primary-arms-optics-releases-new-glx-30mm-and-34mm-cantilever-riflescope-mounts","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS RELEASES NEW GLX 30MM AND 34MM CANTILEVER RIFLESCOPE MOUNTS","page_header":"PRIMARY ARMS OPTICS RELEASES NEW GLX 30MM AND 34MM CANTILEVER RIFLESCOPE MOUNTS","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS ANNOUNCES ‘ALWAYS READY’ GEISSELE AR15 GIVEAWAY","urlPath":"primary-arms-announces-always-ready-geissele-ar15-giveaway","url":"primary-arms-announces-always-ready-geissele-ar15-giveaway","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS ANNOUNCES ‘ALWAYS READY’ GEISSELE AR15 GIVEAWAY","page_header":"PRIMARY ARMS ANNOUNCES ‘ALWAYS READY’ GEISSELE AR15 GIVEAWAY","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® SUPPORTS NATIONAL SHOOTING SPORTS MONTH WITH ‘TRUCK GUN’ GEARBOX GIVEAWAY","urlPath":"primary-arms-supports-national-shooting-sports-month-with-truck-gun-gearbox-giveaway","url":"primary-arms-supports-national-shooting-sports-month-with-truck-gun-gearbox-giveaway","template":" ","addition_to_head":" ","page_title":"PRIMARY ARMS® SUPPORTS NATIONAL SHOOTING SPORTS MONTH WITH ‘TRUCK GUN’ GEARBOX GIVEAWAY","page_header":"PRIMARY ARMS® SUPPORTS NATIONAL SHOOTING SPORTS MONTH WITH ‘TRUCK GUN’ GEARBOX GIVEAWAY","meta_description":" ","meta_keywords":" ","customrecorddata":"","type":1,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Shooting Safety Rules","urlPath":"shooting-safety-rules","url":"shooting-safety-rules","template":"default","addition_to_head":"","page_title":"Shooting Safety Rules","page_header":"Shooting Safety Rules","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® INTRODUCES ‘BONUS BUCKS’ PROMOTIONAL REWARDS PROGRAM","urlPath":"primary-arms-introduces-bonus-bucks-promotional-rewards-program","url":"primary-arms-introduces-bonus-bucks-promotional-rewards-program","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® INTRODUCES ‘BONUS BUCKS’ PROMOTIONAL REWARDS PROGRAM","page_header":"PRIMARY ARMS® INTRODUCES ‘BONUS BUCKS’ PROMOTIONAL REWARDS PROGRAM","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS OPTICS RELEASES NEW SLx® 1-6x24mm SFP RIFLE SCOPE WITH PATENTED ACSS® AURORA™ 5.56 M RETICLE","urlPath":"pao-releases-new-slx-1-6x24mm-sfp-rifle-scope","url":"pao-releases-new-slx-1-6x24mm-sfp-rifle-scope","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS RELEASES NEW SLx® 1-6x24mm SFP RIFLE SCOPE WITH PATENTED ACSS® AURORA™ 5.56 M RETICLE","page_header":"PRIMARY ARMS OPTICS RELEASES NEW SLx® 1-6x24mm SFP RIFLE SCOPE WITH PATENTED ACSS® AURORA™ 5.56 M RETICLE","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS HIRES KENNETH ROSS AS SENIOR CREATIVE MANAGER","urlPath":"primary-arms-hires-kenneth-ross-as-senior-creative-manager","url":"primary-arms-hires-kenneth-ross-as-senior-creative-manager","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS HIRES KENNETH ROSS AS SENIOR CREATIVE MANAGER","page_header":"PRIMARY ARMS HIRES KENNETH ROSS AS SENIOR CREATIVE MANAGER","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® NOW OFFERS FULL LINE OF 5.56 CHF AND BUTTON-RIFLED AR15 BARRELS FROM FN AMERICA","urlPath":"primary-arms-now-offers-full-line-from-fn-america","url":"primary-arms-now-offers-full-line-from-fn-america","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® NOW OFFERS FULL LINE OF 5.56 CHF AND BUTTON-RIFLED AR15 BARRELS FROM FN AMERICA","page_header":"PRIMARY ARMS® NOW OFFERS FULL LINE OF 5.56 CHF AND BUTTON-RIFLED AR15 BARRELS FROM FN AMERICA","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced Page","urlPath":"blog/best-handgun-for-self-defense","url":"blog/best-handgun-for-self-defense","template":"default","addition_to_head":"","page_title":"Building the Best Handgun for Self Defense | Primary Arms","page_header":"","meta_description":"The best handgun combines a variety of high-quality components that improve key performance characteristics under the stresses of combat.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced Page","urlPath":"Brand+Spikes-Tactical/MCategories+AR-15-Complete-Guns","url":"Brand+Spikes-Tactical/MCategories+AR-15-Complete-Guns","template":"default","addition_to_head":"","page_title":"Spikes Tactical AR15 For Sale | Primary Arms","page_header":"","meta_description":"Spikes Tactical AR 15 Rifles for sale at competitive prices. Get your new premium sporting rifle built with quality parts from a reputable brand today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced Page","urlPath":"Brand+Ameriglo/MCategories+Sights","url":"Brand+Ameriglo/MCategories+Sights","template":"default","addition_to_head":"","page_title":"AmeriGlo Night Sights For Sale | Primary Arms","page_header":"","meta_description":"<meta name=\"description\" content=\"AmeriGlo Sights available for sale for a variety of handguns whether you are looking for Tritium night sights, Suppressor Height, I-Dot, or Hackathorn styles.\">","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced Page","urlPath":"blog/best-shooting-ear-protection","url":"blog/best-shooting-ear-protection","template":"default","addition_to_head":"","page_title":"Best Shooting Ear Protection | Primary Arms","page_header":"","meta_description":"When a gunshot's sound can cause permanent hearing damage, you should always have the best shooting ear protection possible. Check out our tips to choose yours.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Trijicon RMRcc Launch | Primary Arms","urlPath":"trijicon-rmrcc","url":"trijicon-rmrcc","template":"default","addition_to_head":"","page_title":"Trijicon RMRcc Launch | Primary Arms","page_header":"Trijicon RMRcc Launch | Primary Arms","meta_description":"The Trijicon RMRcc is a slimmer take on the standard RMR. The RMRcc is available in either 3.25 or 6.5 MOA dot & mounting for glock, sig sauer, s&W & more.","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® ONLINE NOW SELLING NEW TRIJICON® RMRcc® MINI REFLEX SIGHTS","urlPath":"primary-arms-online-now-selling-new-trijicon-rmrcc-mini-reflex-sights","url":"primary-arms-online-now-selling-new-trijicon-rmrcc-mini-reflex-sights","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® ONLINE NOW SELLING NEW TRIJICON® RMRcc® MINI REFLEX SIGHTS","page_header":"PRIMARY ARMS® ONLINE NOW SELLING NEW TRIJICON® RMRcc® MINI REFLEX SIGHTS","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced Page","urlPath":"blog/pdw-personal-defense-weapon","url":"blog/pdw-personal-defense-weapon","template":"default","addition_to_head":"","page_title":"PDW [Personal Defense Weapon] AR Style 9mm Pistol Giveaway","page_header":"","meta_description":"AR-style 9mm pistol is a perfect PDW (personal defense weapon) for self-defense in close quarters. We’ve also included a suite of upgrades for our September Giveaway.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® OPTICS RESTOCKS GLx® 4-16x50 FFP ACSS® HUD® DMR 308 AND GLx 6-24x50 FFP ATHENA® BPR MIL RIFLE SCOPES","urlPath":"primary-arms-optics-restocks-glx-4-16x50-ffp-acss-hud-dmr-308-and-glx-6-24x50-ffp-athena-bpr-mil-rifle-scopes","url":"primary-arms-optics-restocks-glx-4-16x50-ffp-acss-hud-dmr-308-and-glx-6-24x50-ffp-athena-bpr-mil-rifle-scopes","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS RESTOCKS GLx® 4-16x50 FFP ACSS® HUD® DMR 308 AND GLx 6-24x50 FFP ATHENA® BPR MIL RIFLE SCOPES","page_header":"PRIMARY ARMS® OPTICS RESTOCKS GLx® 4-16x50 FFP ACSS® HUD® DMR 308 AND GLx 6-24x50 FFP ATHENA® BPR MIL RIFLE SCOPES","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® ONLINE ANNOUNCES SEPTEMBER ‘STAY PREPARED’ FM9 PDW GIVEAWAY","urlPath":"primary-arms-online-announces-september-stay-prepared-fm9-pdw-giveaway","url":"primary-arms-online-announces-september-stay-prepared-fm9-pdw-giveaway","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® ONLINE ANNOUNCES SEPTEMBER ‘STAY PREPARED’ FM9 PDW GIVEAWAY","page_header":"PRIMARY ARMS® ONLINE ANNOUNCES SEPTEMBER ‘STAY PREPARED’ FM9 PDW GIVEAWAY","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® OPTICS NOW SHIPPING NEW SLx® GEN III PRISM SCOPES","urlPath":"primary-arms-optics-now-shipping-new-slx-gen-iii-prism-scopes","url":"primary-arms-optics-now-shipping-new-slx-gen-iii-prism-scopes","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS NOW SHIPPING NEW SLx® GEN III PRISM SCOPES","page_header":"PRIMARY ARMS® OPTICS NOW SHIPPING NEW SLx® GEN III PRISM SCOPES","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced Page","urlPath":"1+Handgun-Sights/MCategories+Sights","url":"1+Handgun-Sights/MCategories+Sights","template":"default","addition_to_head":"","page_title":"Pistol Sights For Sale [Handgun] - Primary Arms","page_header":"","meta_description":"Pistol Sights For Sale from a variety of brands to upgrade your handgun whether you want Tritium, Fiber Optic, or Suppressor height. Best prices.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Cadet Program","urlPath":"cadet-program","url":"cadet-program","template":"default","addition_to_head":"","page_title":"Cadet Program | Primary Arms","page_header":"Cadet Program","meta_description":"To support America’s police cadets, Primary Arms offers a specialty purchase program, providing discounted rifles, pistols, & accessories to your cadets.","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Enhanced Page","urlPath":"MCategories+Handguns-Magwells","url":"MCategories+Handguns-Magwells","template":"default","addition_to_head":"","page_title":"Handgun Magwells For Sale | Primary Arms","page_header":"","meta_description":"Shop Handgun Magwells for your Glock, Polymer 80, and other popular pistols. Flared magazine wells are easy to install and help improve your reload speeds.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"Enhanced Page","urlPath":"Brand+Odin-Works/MCategories+AR-15-Barrels","url":"Brand+Odin-Works/MCategories+AR-15-Barrels","template":"default","addition_to_head":"","page_title":"Odin Works Barrels For Sale | Primary Arms","page_header":"","meta_description":"Odin Works Barrels for AR15 rifles come in a huge variety of calibers, lengths, and profiles including unique fluted options for 3 gun. Shop today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS PROMOTES WILSON CALIL TO DIRECTOR OF INBOUND MARKETING","urlPath":"primary-arms-promotes-wilson-calil-to-director-of-inbound-marketing","url":"primary-arms-promotes-wilson-calil-to-director-of-inbound-marketing","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS PROMOTES WILSON CALIL TO DIRECTOR OF INBOUND MARKETING","page_header":"PRIMARY ARMS PROMOTES WILSON CALIL TO DIRECTOR OF INBOUND MARKETING","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® OPTICS EARNS 6 NEW RECOMMENDED RATINGS BY NATIONAL TACTICAL OFFICERS ASSOCIATION  ","urlPath":"primary-arms-optics-earns-6-new-recommended-ratings-by-national-tactical-officers-association","url":"primary-arms-optics-earns-6-new-recommended-ratings-by-national-tactical-officers-association","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS EARNS 6 NEW RECOMMENDED RATINGS BY NATIONAL TACTICAL OFFICERS ASSOCIATION  ","page_header":"PRIMARY ARMS® OPTICS EARNS 6 NEW RECOMMENDED RATINGS BY NATIONAL TACTICAL OFFICERS ASSOCIATION  ","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS NAMES MATT OKUN AS NEW HARD-LINES MERCHANDISING MANAGER","urlPath":"primary-arms-names-matt-okun-as-new-hard-lines-merchandising-manager","url":"primary-arms-names-matt-okun-as-new-hard-lines-merchandising-manager","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS NAMES MATT OKUN AS NEW HARD-LINES MERCHANDISING MANAGER","page_header":"PRIMARY ARMS NAMES MATT OKUN AS NEW HARD-LINES MERCHANDISING MANAGER","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS NAMES AARON WHATLEY AS NEW DIRECTOR OF MERCHANDISING","urlPath":"primary-arms-names-aaron-whatley-as-new-director-of-merchandising","url":"primary-arms-names-aaron-whatley-as-new-director-of-merchandising","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS NAMES AARON WHATLEY AS NEW DIRECTOR OF MERCHANDISING","page_header":"PRIMARY ARMS NAMES AARON WHATLEY AS NEW DIRECTOR OF MERCHANDISING","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® OPTICS NAMES ANTONIO TORRES AS U.S. INSIDE SALES & OPERATIONS MANAGER","urlPath":"primary-arms-optics-names-antonio-torres-as-us-inside-sales-operations-manager","url":"primary-arms-optics-names-antonio-torres-as-us-inside-sales-operations-manager","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS NAMES ANTONIO TORRES AS U.S. INSIDE SALES & OPERATIONS MANAGER","page_header":"PRIMARY ARMS® OPTICS NAMES ANTONIO TORRES AS U.S. INSIDE SALES & OPERATIONS MANAGER","meta_description":"Antonio Torres","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/CaliberGauge+556-NATO/MCategories+AR-15-Complete-Guns","urlPath":"CaliberGauge+556-NATO/MCategories+AR-15-Complete-Guns","url":"CaliberGauge+556-NATO/MCategories+AR-15-Complete-Guns","template":"default","addition_to_head":"","page_title":"AR 15 5.56 Rifles For Sale | Primary Arms","page_header":"","meta_description":"AR-15 556 Complete Rifles for sale at Primary Arms from top brands like Geissele, Sons of Liberty Gun Works, Smith and Wesson, and more!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/1+Rails--AND--Handguards/MCategories+AK-47-Rails--AND--Handguards","urlPath":"1+Rails--AND--Handguards/MCategories+AK-47-Rails--AND--Handguards","url":"1+Rails--AND--Handguards/MCategories+AK-47-Rails--AND--Handguards","template":"default","addition_to_head":"","page_title":"AK Handguards For Sale | Primary Arms","page_header":"","meta_description":"AK47 Handguards and rail systems available for a wide variety of AK platform rifles including M-LOK, KeyMod, and free float models to improve your AK-47.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+FN-America/MCategories+AR-15-Barrels","urlPath":"Brand+FN-America/MCategories+AR-15-Barrels","url":"Brand+FN-America/MCategories+AR-15-Barrels","template":"default","addition_to_head":"","page_title":"FN Barrels For AR 15 For Sale | Primary Arms","page_header":"","meta_description":"FN America AR 15 Barrels are cold hammer forged and chrome lined for the ultimate in long term durability. Get your FNH barrel today and never upgrade again.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/BarrelLength+11.5%2522/MCategories+AR-15-Barrels","urlPath":"BarrelLength+11.5%2522/MCategories+AR-15-Barrels","url":"BarrelLength+11.5%2522/MCategories+AR-15-Barrels","template":"default","addition_to_head":"","page_title":"11.5 AR Barrel - 5.56 | Primary Arms","page_header":"","meta_description":"An 11.5 AR Barrel is the perfect length for building an SBR or pistol without sacrificing reliability. Get an AR-15 Barrel 11.5 inch today for better handling.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/CaliberGauge+223-Wylde/MCategories+AR-15-Complete-Guns","urlPath":"CaliberGauge+223-Wylde/MCategories+AR-15-Complete-Guns","url":"CaliberGauge+223-Wylde/MCategories+AR-15-Complete-Guns","template":"default","addition_to_head":"","page_title":"223 Wylde AR15 Rifles For Sale | Primary Arms","page_header":"","meta_description":"223 Wylde AR15 complete rifles are designed for use with .223 Rem and 5.56 NATO ammunition, so you can get the best of both worlds. Shop now today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS HIRES BETH SINGLETARY AS SOFT-LINES MERCHANDISING MANAGER","urlPath":"primary-arms-hires-beth-singletary-as-soft-lines-merchandising-manager","url":"primary-arms-hires-beth-singletary-as-soft-lines-merchandising-manager","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS HIRES BETH SINGLETARY AS SOFT-LINES MERCHANDISING MANAGER","page_header":"PRIMARY ARMS HIRES BETH SINGLETARY AS SOFT-LINES MERCHANDISING MANAGER","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/blog/long-range-rifle-scopes","urlPath":"blog/long-range-rifle-scopes","url":"blog/long-range-rifle-scopes","template":"default","addition_to_head":"","page_title":"Buyer’s Guide to Long Range Rifle Scopes","page_header":"","meta_description":"If you’re shopping for Long Range Rifle Scopes, this guide will help you identify the most important features, so you can get the best optic for your budget.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"","customrecordscriptid":"","cmscreatable":false},{"name":"/BarrelLength+16%2522/MCategories+AR-15-Barrels","urlPath":"BarrelLength+16%2522/MCategories+AR-15-Barrels","url":"BarrelLength+16%2522/MCategories+AR-15-Barrels","template":"default","addition_to_head":"","page_title":"16 Inch Barrel AR15 | Primary Arms","page_header":"","meta_description":"Get your 16 inch AR 15 midlength barrel for your next build. We also have 16 inch barrels with carbine gas systems and M4 profiles along with many other styles.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/1+Charging-Handles/MCategories+AR-308","urlPath":"1+Charging-Handles/MCategories+AR-308","url":"1+Charging-Handles/MCategories+AR-308","template":"default","addition_to_head":"","page_title":"AR 308 Charging Handle [AR10] | Primary Arms","page_header":"","meta_description":"Get an AR 308 Charging Handle for your next AR10 build whether you are looking for a standard Mil-Spec or extended latch ambidextrous handle.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® OPTICS ANNOUNCES TERRY MEARS AS DIRECTOR OF PRODUCT MARKETING","urlPath":"primary-arms-optics-announces-terry-mears-as-director-of-product-marketing","url":"primary-arms-optics-announces-terry-mears-as-director-of-product-marketing","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS ANNOUNCES TERRY MEARS AS DIRECTOR OF PRODUCT MARKETING","page_header":"PRIMARY ARMS® OPTICS ANNOUNCES TERRY MEARS AS DIRECTOR OF PRODUCT MARKETING","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/2+Flash-Hiders/MCategories+AR-15","urlPath":"2+Flash-Hiders/MCategories+AR-15","url":"2+Flash-Hiders/MCategories+AR-15","template":"default","addition_to_head":"","page_title":"AR15 Flash Hiders For Sale | Primary Arms","page_header":"","meta_description":"An AR15 Flash Hider, otherwise known as a flash suppressor is designed to reduce the fireball coming out of your AR 15. Great for shooting in low light.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/1+Rails--AND--Handguards/MCategories+AR-308-Rails--AND--Handguards","urlPath":"1+Rails--AND--Handguards/MCategories+AR-308-Rails--AND--Handguards","url":"1+Rails--AND--Handguards/MCategories+AR-308-Rails--AND--Handguards","template":"default","addition_to_head":"","page_title":"AR 308 Handguard [AR10 Handguard] - Primary Arms","page_header":"","meta_description":"AR 308 Handguards and AR 10 handguards come in a variety of styles from free float to drop in, and M-LOK to KeyMod. Including DPMS high and low profile.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS ANNOUNCES ATTENDANCE AND SILVER SPONSORSHIP FOR KALASH BASH TEXAS","urlPath":"primary-arms-optics-announces-attendance-and-silver-sponsorship-for-kalash-bash-texas","url":"primary-arms-optics-announces-attendance-and-silver-sponsorship-for-kalash-bash-texas","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS ANNOUNCES ATTENDANCE AND SILVER SPONSORSHIP FOR KALASH BASH TEXAS","page_header":"PRIMARY ARMS OPTICS ANNOUNCES ATTENDANCE AND SILVER SPONSORSHIP FOR KALASH BASH TEXAS","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Rails--AND--Handguards/Brand+Aero-Precision/MCategories+AR-308-Rails--AND--Handguards","urlPath":"1+Rails--AND--Handguards/Brand+Aero-Precision/MCategories+AR-308-Rails--AND--Handguards","url":"1+Rails--AND--Handguards/Brand+Aero-Precision/MCategories+AR-308-Rails--AND--Handguards","template":"default","addition_to_head":"","page_title":"","page_header":"","meta_description":"","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"Product Demo Days","urlPath":"product-demo-days","url":"product-demo-days","template":"default","addition_to_head":"","page_title":"Product Demo Days","page_header":"Product Demo Days","meta_description":"Primary Arms Product Demo Days are the perfect way for your department to test out all the latest & greatest gear from top brands before you buy.","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Lower-Receivers/Brand+Aero-Precision","urlPath":"1+Lower-Receivers/Brand+Aero-Precision","url":"1+Lower-Receivers/Brand+Aero-Precision","template":"default","addition_to_head":"","page_title":"Aero Precision Lower Receivers For Sale | Primary Arms","page_header":"","meta_description":"Aero Precision Lower Receivers are made from high quality materials with care, so you can get the best AR lower for the money. Get your Aero lower today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® ONLINE ANNOUNCES GHOSTLY HALLOWEEN PISTOL GIVEAWAY","urlPath":"primary-arms-online-announces-ghostly-halloween-pistol-giveaway","url":"primary-arms-online-announces-ghostly-halloween-pistol-giveaway","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® ONLINE ANNOUNCES GHOSTLY HALLOWEEN PISTOL GIVEAWAY","page_header":"PRIMARY ARMS® ONLINE ANNOUNCES GHOSTLY HALLOWEEN PISTOL GIVEAWAY","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® OPTICS RELEASES SLx® 1x20 PRISM SCOPE WITH GREEN-ILLUMINATED ACSS® CYCLOPS® RETICLE","urlPath":"primary-arms-optics-releases-slx-1x20-prism-scope-with-green-illuminated-acss-cyclops-reticle","url":"primary-arms-optics-releases-slx-1x20-prism-scope-with-green-illuminated-acss-cyclops-reticle","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS RELEASES SLx® 1x20 PRISM SCOPE WITH GREEN-ILLUMINATED ACSS® CYCLOPS® RETICLE","page_header":"PRIMARY ARMS® OPTICS RELEASES SLx® 1x20 PRISM SCOPE WITH GREEN-ILLUMINATED ACSS® CYCLOPS® RETICLE","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Rails--AND--Handguards/Brand+Daniel-Defense","urlPath":"1+Rails--AND--Handguards/Brand+Daniel-Defense","url":"1+Rails--AND--Handguards/Brand+Daniel-Defense","template":"default","addition_to_head":"","page_title":"Daniel Defense Rails & Handguards For Sale | Primary Arms","page_header":"","meta_description":"Daniel Defense Quad Rail Handguards and free float rails available for your AR15 offer a ton of improvements like durability and modularity. Upgrade today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS INTRODUCES ‘EXPO ARMS’ BRAND OF US-MADE AR15 PARTS AND ACCESSORIES","urlPath":"primary-arms-introduces-expo-arms-brand-of-us-made-ar15-parts-and-accessories","url":"primary-arms-introduces-expo-arms-brand-of-us-made-ar15-parts-and-accessories","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS INTRODUCES ‘EXPO ARMS’ BRAND OF US-MADE AR15 PARTS AND ACCESSORIES","page_header":"PRIMARY ARMS INTRODUCES ‘EXPO ARMS’ BRAND OF US-MADE AR15 PARTS AND ACCESSORIES","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS SUPPORTS ‘BACK THE BLUE’ IDAHO POLICE RALLY WITH PLATINUM SPONSORSHIP","urlPath":"primary-arms-supports-back-the-blue-idaho-police-rally-with-platinum-sponsorship","url":"primary-arms-supports-back-the-blue-idaho-police-rally-with-platinum-sponsorship","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS SUPPORTS ‘BACK THE BLUE’ IDAHO POLICE RALLY WITH PLATINUM SPONSORSHIP","page_header":"PRIMARY ARMS SUPPORTS ‘BACK THE BLUE’ IDAHO POLICE RALLY WITH PLATINUM SPONSORSHIP","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/Brand+Criterion-Barrels-Inc.","urlPath":"Brand+Criterion-Barrels-Inc.","url":"Brand+Criterion-Barrels-Inc.","template":"default","addition_to_head":"","page_title":"Criterion Barrels For Sale | Primary Arms","page_header":"","meta_description":"Criterion Barrels for your AR-15 or AR-10 are made from high quality materials and designed to be as accurate as possible. Get yours today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"Tactical Clothing Sales","urlPath":"tactical-clothing-sales","url":"tactical-clothing-sales","template":"default","addition_to_head":"","page_title":"Tactical Clothing Sales","page_header":"Tactical Clothing Sales","meta_description":"Tactical clothing on sale now at Primary Arms. View our new collection of clothing from top brands, Vertx, Nine Line, Propper, Under Armour & Tru Spec.","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/MCategories+AR-15-Magazines/custitem_magazine_capacity+20","urlPath":"MCategories+AR-15-Magazines/custitem_magazine_capacity+20","url":"MCategories+AR-15-Magazines/custitem_magazine_capacity+20","template":"default","addition_to_head":"","page_title":"20 Round AR Mags For Sale | Primary Arms","page_header":"","meta_description":"20 Round AR 15 Magazines for sale at Primary Arms from all the popular brands whether you want steel, aluminum, or polymer mags.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS EXPANDS OFFERINGS WITH NEW FOCUS ON APPAREL AND TACTICAL GEAR","urlPath":"primary-arms-expands-offerings-with-new-focus-on-apparel-and-tactical-gear","url":"primary-arms-expands-offerings-with-new-focus-on-apparel-and-tactical-gear","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS EXPANDS OFFERINGS WITH NEW FOCUS ON APPAREL AND TACTICAL GEAR","page_header":"PRIMARY ARMS EXPANDS OFFERINGS WITH NEW FOCUS ON APPAREL AND TACTICAL GEAR","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS GOVERNMENT NAMES RICHARD EVANS AS GOVERNMENT LE SALES AGENT FOR US CENTRAL REGION","urlPath":"primary-arms-government-names-richard-evans-as-government-le-sales-agent-for-us-central-region","url":"primary-arms-government-names-richard-evans-as-government-le-sales-agent-for-us-central-region","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS GOVERNMENT NAMES RICHARD EVANS AS GOVERNMENT LE SALES AGENT FOR US CENTRAL REGION","page_header":"PRIMARY ARMS GOVERNMENT NAMES RICHARD EVANS AS GOVERNMENT LE SALES AGENT FOR US CENTRAL REGION","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® OPTICS ANNOUNCES PLATINUM SPONSORSHIP FOR 2020 SHOOTER SYMPOSIUM","urlPath":"primary-arms-optics-announces-platinum-sponsorship-for-2020-shooter-symposium","url":"primary-arms-optics-announces-platinum-sponsorship-for-2020-shooter-symposium","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS ANNOUNCES PLATINUM SPONSORSHIP FOR 2020 SHOOTER SYMPOSIUM","page_header":"PRIMARY ARMS® OPTICS ANNOUNCES PLATINUM SPONSORSHIP FOR 2020 SHOOTER SYMPOSIUM","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/Brand+Geissele-Automatics/MCategories+AR-15-Charging-Handles","urlPath":"Brand+Geissele-Automatics/MCategories+AR-15-Charging-Handles","url":"Brand+Geissele-Automatics/MCategories+AR-15-Charging-Handles","template":"default","addition_to_head":"","page_title":"Geissele Charging Handles For Sale | Primary Arms","page_header":"","meta_description":"Geissele Automatics Charging Handles are precision machined from high quality aluminum and come in FDE or black. Get your super charging handle today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/1+Muzzle-Devices/MCategories+Handguns-Barrels","urlPath":"1+Muzzle-Devices/MCategories+Handguns-Barrels","url":"1+Muzzle-Devices/MCategories+Handguns-Barrels","template":"default","addition_to_head":"","page_title":"Pistol Compensator [Handgun Muzzle Devices] Primary Arms","page_header":"","meta_description":"9mm Pistol Compensators help to reduce recoil on your handgun by directing excess gas upward to help keep the barrel down. They are threaded 1/2x28.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Scalarworks","urlPath":"Brand+Scalarworks","url":"Brand+Scalarworks","template":"default","addition_to_head":"","page_title":"Scalarworks Mounts For Sale | Primary Arms","page_header":"","meta_description":"Scalarworks Mounts are perfect whether you are mouning a red dot, scope, or magnifier. The Scalarworks Leap mounts are designed to be durable and light.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Trijicon","urlPath":"Brand+Trijicon","url":"Brand+Trijicon","template":"default","addition_to_head":"","page_title":"Trijicon Scopes For Sale | Primary Arms","page_header":"","meta_description":"Trijicon Scopes like the ACOG, red dots like the RMR, night sights, mounts, and more for sale whether you are mounting it to your AR 15 or AK47.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Bravo-Company-Manufacturing/MCategories+AR-15-Rails--AND--Handguards","urlPath":"Brand+Bravo-Company-Manufacturing/MCategories+AR-15-Rails--AND--Handguards","url":"Brand+Bravo-Company-Manufacturing/MCategories+AR-15-Rails--AND--Handguards","template":"default","addition_to_head":"","page_title":"BCM Handguards For Sale | Primary Arms","page_header":"","meta_description":"BCM Handguards for sale like the Bravo Company MCMR 15 inch rail with M-LOK attachment slots. Get the best AR15 handguards when you shop at Primary Arms.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® SLx® 1-5x24mm FFP RIFLE SCOPE EARNS SILVER-MEDAL RATING FROM NTOA","urlPath":"primary-arms-slx-1-5x24mm-ffp-rifle-scope-earns-silver-medal-rating-from-ntoa","url":"primary-arms-slx-1-5x24mm-ffp-rifle-scope-earns-silver-medal-rating-from-ntoa","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® SLx® 1-5x24mm FFP RIFLE SCOPE EARNS SILVER-MEDAL RATING FROM NTOA","page_header":"PRIMARY ARMS® SLx® 1-5x24mm FFP RIFLE SCOPE EARNS SILVER-MEDAL RATING FROM NTOA","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/CaliberGauge+6-5-Creedmoor/MCategories+AR-308-Upper-Receivers","urlPath":"CaliberGauge+6-5-Creedmoor/MCategories+AR-308-Upper-Receivers","url":"CaliberGauge+6-5-Creedmoor/MCategories+AR-308-Upper-Receivers","template":"default","addition_to_head":"","page_title":"6.5 Creedmoor Upper For Sale | Primary Arms","page_header":"","meta_description":"6.5 Creedmoor Upper Receivers are great for making your AR accurate out to a mile. Get an 18 inch barrel or even all the way up to a 24 inch.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Lancer-Systems/MCategories+Magazines","urlPath":"Brand+Lancer-Systems/MCategories+Magazines","url":"Brand+Lancer-Systems/MCategories+Magazines","template":"default","addition_to_head":"","page_title":"Lancer Magazines For Sale | Primary Arms","page_header":"","meta_description":"Lancer Magazines combine the lightweight durability of polymer with the long lasting strength of steel for the feed lips. Get your Lancer Systems Mags today.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS GOVERNMENT ANNOUNCES PROMOTION OF JASMINE JOHNSON TO INSIDE SALES AND ACQUISITIONS MANAGER","urlPath":"primary-arms-government-announces-promotion-of-jasmine-johnson-to-inside-sales-and-acquisitions-manager","url":"primary-arms-government-announces-promotion-of-jasmine-johnson-to-inside-sales-and-acquisitions-manager","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS GOVERNMENT ANNOUNCES PROMOTION OF JASMINE JOHNSON TO INSIDE SALES AND ACQUISITIONS MANAGER","page_header":"PRIMARY ARMS GOVERNMENT ANNOUNCES PROMOTION OF JASMINE JOHNSON TO INSIDE SALES AND ACQUISITIONS MANAGER","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/CaliberGauge+22-LR/MCategories+AR-15","urlPath":"CaliberGauge+22-LR/MCategories+AR-15","url":"CaliberGauge+22-LR/MCategories+AR-15","template":"default","addition_to_head":"","page_title":"22LR AR15 Rifles and Accessories | Primary Arms","page_header":"","meta_description":"22LR AR15 rifles and accessories for sale at Primary Arms. Get the perfect plinking rifle in .22 LR for fun or training new shooters on the AR platform.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS GOVERNMENT BECOMES NEW DISTRIBUTOR FOR ASP LAW ENFORCEMENT PRODUCTS","urlPath":"primary-arms-government-becomes-new-distributor-for-asp-law-enforcement-products","url":"primary-arms-government-becomes-new-distributor-for-asp-law-enforcement-products","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS GOVERNMENT BECOMES NEW DISTRIBUTOR FOR ASP LAW ENFORCEMENT PRODUCTS","page_header":"PRIMARY ARMS GOVERNMENT BECOMES NEW DISTRIBUTOR FOR ASP LAW ENFORCEMENT PRODUCTS","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/MCategories+AR-15-Magazines/custitem_magazine_capacity+10","urlPath":"MCategories+AR-15-Magazines/custitem_magazine_capacity+10","url":"MCategories+AR-15-Magazines/custitem_magazine_capacity+10","template":"default","addition_to_head":"","page_title":"AR 15 Magazine 10 Round | Primary Arms","page_header":"","meta_description":"AR15 10 Round Magazines are great for shooting prone or off of a bench. Check out our wide selection of 10rd AR mags and find the right one for you.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/1+Muzzle-Devices/Brand+Daniel-Defense","urlPath":"1+Muzzle-Devices/Brand+Daniel-Defense","url":"1+Muzzle-Devices/Brand+Daniel-Defense","template":"default","addition_to_head":"","page_title":"Daniel Defense Muzzle Devices For Sale | Primary Arms","page_header":"","meta_description":"Daniel Defense Muzzle Brakes and Flash Hiders available for sale along with other muzzle devices, so you can choose the perfect upgrade for your rifle.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® ONLINE AND GUNSAMERICA PARTNER WITH BRAND AVALACHE FOR $10,000 ‘GIVING THANKS GUNS & GEAR GIVEAWAY’","urlPath":"primary-arms-online-and-gunsamerica-partner-with-brand-avalache-for-10000-giving-thanks-guns-gear-giveaway","url":"primary-arms-online-and-gunsamerica-partner-with-brand-avalache-for-10000-giving-thanks-guns-gear-giveaway","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® ONLINE AND GUNSAMERICA PARTNER WITH BRAND AVALACHE FOR $10,000 ‘GIVING THANKS GUNS & GEAR GIVEAWAY’","page_header":"PRIMARY ARMS® ONLINE AND GUNSAMERICA PARTNER WITH BRAND AVALACHE FOR $10,000 ‘GIVING THANKS GUNS & GEAR GIVEAWAY’","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® ONLINE AND GUNSAMERICA PARTNER WITH BRAND AVALACHE FOR $10,000 ‘GIVING THANKS GUNS & GEAR GIVEAWAY","urlPath":"primary-arms-online-and-gunsamerica-partner-with-brand-avalache-for-10000-giving-thanks-guns-and-gear-giveaway","url":"primary-arms-online-and-gunsamerica-partner-with-brand-avalache-for-10000-giving-thanks-guns-and-gear-giveaway","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® ONLINE AND GUNSAMERICA PARTNER WITH BRAND AVALACHE FOR $10,000 ‘GIVING THANKS GUNS & GEAR GIVEAWAY","page_header":"PRIMARY ARMS® ONLINE AND GUNSAMERICA PARTNER WITH BRAND AVALACHE FOR $10,000 ‘GIVING THANKS GUNS & GEAR GIVEAWAY","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS OPTICS SPONSORS VETERAN’S DAY ‘LEGACY JUMP’ FUNDRAISING EVENT","urlPath":"primary-arms-optics-sponsors-veterans-day-legacy-jump-fundraising-event","url":"primary-arms-optics-sponsors-veterans-day-legacy-jump-fundraising-event","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS SPONSORS VETERAN’S DAY ‘LEGACY JUMP’ FUNDRAISING EVENT","page_header":"PRIMARY ARMS OPTICS SPONSORS VETERAN’S DAY ‘LEGACY JUMP’ FUNDRAISING EVENT","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Handgun-Parts/MCategories+Handguns","urlPath":"1+Handgun-Parts/MCategories+Handguns","url":"1+Handgun-Parts/MCategories+Handguns","template":"default","addition_to_head":"","page_title":"Handguns - Handgun Parts For Sale | Primary Arms","page_header":"","meta_description":"Keep you handgun running reliably with our huge selection of parts  For Sale at Primary Arm. We offer industry-leading customer service & fast shipping.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"coupon-sign-up-success","urlPath":"coupon-sign-up-success","url":"coupon-sign-up-success","template":"default","addition_to_head":"","page_title":"coupon-sign-up-success","page_header":"coupon-sign-up-success","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Could not process your request","urlPath":"could-not-process-your-request","url":"could-not-process-your-request","template":"default","addition_to_head":"","page_title":"Could not process your request","page_header":"Could not process your request","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Government Procurement Program","urlPath":"government-procurement-program","url":"government-procurement-program","template":"default","addition_to_head":"","page_title":"Procurement Support","page_header":"Government Procurement Program","meta_description":"Primary Arms Government is a full-service organization that connects the best Vendors with Law Enforcement, Government Agencies, & Military Channels.","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS OPTICS RELEASES NEW GLx MICRODOT RISER MOUNTS","urlPath":"primary-arms-optics-releases-new-glx-microdot-riser-mounts","url":"primary-arms-optics-releases-new-glx-microdot-riser-mounts","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS RELEASES NEW GLx MICRODOT RISER MOUNTS","page_header":"PRIMARY ARMS OPTICS RELEASES NEW GLx MICRODOT RISER MOUNTS","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS ONLINE NOW CARRIES APPAREL PRODUCTS FROM 5.11 TACTICAL","urlPath":"primary-arms-online-now-carries-apparel-products-from-511-tactical","url":"primary-arms-online-now-carries-apparel-products-from-511-tactical","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS ONLINE NOW CARRIES APPAREL PRODUCTS FROM 5.11 TACTICAL","page_header":"PRIMARY ARMS ONLINE NOW CARRIES APPAREL PRODUCTS FROM 5.11 TACTICAL","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Barrels--AND--Accessories/MCategories+6-5-Grendel","urlPath":"1+Barrels--AND--Accessories/MCategories+6-5-Grendel","url":"1+Barrels--AND--Accessories/MCategories+6-5-Grendel","template":"default","addition_to_head":"","page_title":"6.5 Grendel Barrels For Sale | Primary Arms","page_header":"","meta_description":"Shop 6.5 Grendel Barrels for your next AR15 build at Primary Arms. Get the best prices from the best brands for your long range build.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Aero-Precision/MCategories+AR-308-Upper-Receivers","urlPath":"Brand+Aero-Precision/MCategories+AR-308-Upper-Receivers","url":"Brand+Aero-Precision/MCategories+AR-308-Upper-Receivers","template":"default","addition_to_head":"","page_title":"Aero Precision M5 308 Uppers For Sale | Primary Arms","page_header":"","meta_description":"Aero Precision M5 308 Upper Receivers feature a ton of enhancements like DPMS compatibility and oerfect fitment. Available barreled or complete.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/1+NFA-Short-Barreled-Rifles/MCategories+AR-15-Complete-Guns","urlPath":"1+NFA-Short-Barreled-Rifles/MCategories+AR-15-Complete-Guns","url":"1+NFA-Short-Barreled-Rifles/MCategories+AR-15-Complete-Guns","template":"default","addition_to_head":"","page_title":"SBR AR15 Short Barrel Rifles For Sale - Primary Arms","page_header":"","meta_description":"Short Barrel AR15 Rifles for sale at Primary Arms. Click now to order your new SBR today. We've got the resources to teach you the process to get yours.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS DONATES 2021 SHOT SHOW REFUND TO NATIONAL SHOOTING SPORTS FOUNDATION","urlPath":"primary-arms-optics-donates-2021-shot-show-refund-to-national-shooting-sports-foundation","url":"primary-arms-optics-donates-2021-shot-show-refund-to-national-shooting-sports-foundation","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS DONATES 2021 SHOT SHOW REFUND TO NATIONAL SHOOTING SPORTS FOUNDATION","page_header":"PRIMARY ARMS OPTICS DONATES 2021 SHOT SHOW REFUND TO NATIONAL SHOOTING SPORTS FOUNDATION","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS ANNOUNCES ’12 DAYS OF CHRISTMAS’ GIVEAWAY SERIES","urlPath":"primary-arms-announces-12-days-of-christmas-giveaway-series","url":"primary-arms-announces-12-days-of-christmas-giveaway-series","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS ANNOUNCES ’12 DAYS OF CHRISTMAS’ GIVEAWAY SERIES","page_header":"PRIMARY ARMS ANNOUNCES ’12 DAYS OF CHRISTMAS’ GIVEAWAY SERIES","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/Brand+Midwest-Industries/MCategories+AK-47-Optic-Mounts","urlPath":"Brand+Midwest-Industries/MCategories+AK-47-Optic-Mounts","url":"Brand+Midwest-Industries/MCategories+AK-47-Optic-Mounts","template":"default","addition_to_head":"","page_title":"Midwest Industries AK Mount For Sale | Primary Arms","page_header":"","meta_description":"Midwest Industries AK Mounts come in a variety of styles to fit any AK47 and a variety of red dots and scopes. MI AK-47 side rails are extremely durable.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/MCategories+Handguns-Slides--AND--Frames/Platform+SIG-Sauer-Handguns","urlPath":"MCategories+Handguns-Slides--AND--Frames/Platform+SIG-Sauer-Handguns","url":"MCategories+Handguns-Slides--AND--Frames/Platform+SIG-Sauer-Handguns","template":"default","addition_to_head":"","page_title":"SIG Handgun Slides and Frames For Sale | Primary Arms","page_header":"","meta_description":"SIG Sauer Handgun Slides and Frames for sale for the P320 and P356 pistols. Shop now at Primary Arms and upgrade your gun today.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Rise-Armament/MCategories+AR-15-Triggers","urlPath":"Brand+Rise-Armament/MCategories+AR-15-Triggers","url":"Brand+Rise-Armament/MCategories+AR-15-Triggers","template":"default","addition_to_head":"","page_title":"Rise Armament Triggers For Sale | Primary Arms","page_header":"","meta_description":"Rise Armament Triggers for AR15 and AR10 rifles feature a drop in all-in-one design that is reliable and easy to install. Shop now for the best.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+SLR-Rifleworks/MCategories+AR-15-Rails--AND--Handguards","urlPath":"Brand+SLR-Rifleworks/MCategories+AR-15-Rails--AND--Handguards","url":"Brand+SLR-Rifleworks/MCategories+AR-15-Rails--AND--Handguards","template":"default","addition_to_head":"","page_title":"SLR Rifleworks Handguards For Sale | Primary Arms","page_header":"","meta_description":"SLR Rifleworks AR 15 Handguards come in a varriety of lengths and styles to suit the exact needs for your rifle build. Get your SLR rail today.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Blue-Force-Gear","urlPath":"Brand+Blue-Force-Gear","url":"Brand+Blue-Force-Gear","template":"default","addition_to_head":"","page_title":"Blue Force Gear For Sale | Primary Arms","page_header":"","meta_description":"Blue Force Gear Sling, Belts, Pouches, Trauma Kits, and much more for sale at primary Arms where we offer the best prices and customer service.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Glock/MCategories+Complete-Handguns","urlPath":"Brand+Glock/MCategories+Complete-Handguns","url":"Brand+Glock/MCategories+Complete-Handguns","template":"default","addition_to_head":"","page_title":"Glock Pistols For Sale - Primary Arms","page_header":"","meta_description":"Glock Pistols for sale and in stock at Primary Arms. Check out our huge selection and get the perfect handgun for you at the best possible prices.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+TRUE-Precision","urlPath":"Brand+TRUE-Precision","url":"Brand+TRUE-Precision","template":"default","addition_to_head":"","page_title":"","page_header":"","meta_description":"True Precision Barrels and other pistol accessories available for sale at Primary Arms. Upgrade your favorite pistol and build your dream gun today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS ONLINE NOW CARRIES STREETWEAR ASSORTMENT FROM VICTORWRENCH","urlPath":"primary-arms-online-now-carries-streetwear-assortment-from-victorwrench","url":"primary-arms-online-now-carries-streetwear-assortment-from-victorwrench","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS ONLINE NOW CARRIES STREETWEAR ASSORTMENT FROM VICTORWRENCH","page_header":"PRIMARY ARMS ONLINE NOW CARRIES STREETWEAR ASSORTMENT FROM VICTORWRENCH","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"NTOA | Primary Arms Awards","urlPath":"ntoa","url":"ntoa","template":"default","addition_to_head":"","page_title":"NTOA | Primary Arms Awards","page_header":"NTOA | Primary Arms Awards","meta_description":"The NTOA has awarded Primary Arms Optics many Silver & Gold awards in 2019 & 2020. Here, you’ll find our NTOA rifle scopes, prism scopes, & red dots.","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Request Scope Caps","urlPath":"request-scope-caps","url":"request-scope-caps","template":"default","addition_to_head":"<meta name=”robots” content=”noindex, follow”>","page_title":"Request Scope Caps","page_header":"Request Scope Caps","meta_description":"Request Scope Caps","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS GOVERNMENT HOSTS HOLIDAY GIFT DRIVE WITH HOUSTON POLICE DEPARTMENT’S BLUE SANTA PROGRAM","urlPath":"primary-arms-government-hosts-holiday-gift-drive-with-houston-police-departments-blue-santa-program","url":"primary-arms-government-hosts-holiday-gift-drive-with-houston-police-departments-blue-santa-program","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS GOVERNMENT HOSTS HOLIDAY GIFT DRIVE WITH HOUSTON POLICE DEPARTMENT’S BLUE SANTA PROGRAM","page_header":"PRIMARY ARMS GOVERNMENT HOSTS HOLIDAY GIFT DRIVE WITH HOUSTON POLICE DEPARTMENT’S BLUE SANTA PROGRAM","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS ONLINE NOW CARRIES VIKTOS TACTICAL APPAREL","urlPath":"primary-arms-online-now-carries-viktos-tactical-apparel","url":"primary-arms-online-now-carries-viktos-tactical-apparel","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS ONLINE NOW CARRIES VIKTOS TACTICAL APPAREL","page_header":"PRIMARY ARMS ONLINE NOW CARRIES VIKTOS TACTICAL APPAREL","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/CaliberGauge+22-LR/MCategories+AR-15-Bolt-Carriers","urlPath":"CaliberGauge+22-LR/MCategories+AR-15-Bolt-Carriers","url":"CaliberGauge+22-LR/MCategories+AR-15-Bolt-Carriers","template":"default","addition_to_head":"","page_title":"22LR Bolt Carrier Group For AR15 - Primary Arms","page_header":"","meta_description":"22LR AR15 Bolt Carrier Groups For Sale, so you can turn your AR into the ultimate plinking machine. Get your AR15 22LR BCG today to save money on ammo.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/MCategories+Ammo-In-Stock","urlPath":"MCategories+Ammo-In-Stock","url":"MCategories+Ammo-In-Stock","template":"default","addition_to_head":"","page_title":"","page_header":"","meta_description":"Ammo in stock at Primary Arms. Pick up some ammunition in all your favorite calibers whether you are looking to buy in bulk or even looking to reload.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"Primary Arms 2021 New Products","urlPath":"primary-arms-2021-new-products","url":"primary-arms-2021-new-products","template":"default","addition_to_head":"","page_title":"Primary Arms 2021 New Products","page_header":"Primary Arms 2021 New Products","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/CaliberGauge+300-Blackout/MCategories+AR-15-Complete-Guns","urlPath":"CaliberGauge+300-Blackout/MCategories+AR-15-Complete-Guns","url":"CaliberGauge+300-Blackout/MCategories+AR-15-Complete-Guns","template":"default","addition_to_head":"","page_title":"300 Blackout AR 15 Rifles For Sale | Primary Arms","page_header":"","meta_description":"300 Blackout AR Rifles are great for hog hunting, home defense, and are a perfect suppressor host. Stop by Primary Arms and get your 300 BLK AR15 today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/2+Bolt-Catches/MCategories+AR-15-Lower-Parts","urlPath":"2+Bolt-Catches/MCategories+AR-15-Lower-Parts","url":"2+Bolt-Catches/MCategories+AR-15-Lower-Parts","template":"default","addition_to_head":"","page_title":"AR15 Bolt Catch For Sale | Primary Arms","page_header":"","meta_description":"AR15 Bolt Catch, also known as a bolt release, is an integral part to your AR-15 rifle. Shop our huge in stock selection of affordable and quality parts.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"/Brand+Zastava","urlPath":"Brand+Zastava","url":"Brand+Zastava","template":"default","addition_to_head":"","page_title":"Zastava Arms USA AK For Sale | Primary Arms","page_header":"","meta_description":"Zastava Arms USA AK47 Rifles For Sale at Primary Arms. Get your M70 ZPAP, M92, or ZPAP85 in pistol or rifle form today! We have a huge selection in stock!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS® OPTICS ANNOUNCES NEW SLX MD-20 MICRO RED DOT SIGHT","urlPath":"primary-arms-optics-announces-new-slx-md-20-micro-red-dot-sight","url":"primary-arms-optics-announces-new-slx-md-20-micro-red-dot-sight","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS ANNOUNCES NEW SLX MD-20 MICRO RED DOT SIGHT","page_header":"PRIMARY ARMS® OPTICS ANNOUNCES NEW SLX MD-20 MICRO RED DOT SIGHT","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"Become A Primary Arms Dealer","urlPath":"become-a-primary-arms-dealer","url":"become-a-primary-arms-dealer","template":"default","addition_to_head":"","page_title":"Become A Primary Arms Dealer","page_header":"Become A Primary Arms Dealer","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS ONLINE NOW SELLING ALEXO ATHLETICA WOMEN’S APPAREL","urlPath":"primary-arms-online-now-selling-alexo-athletica-womens-apparel","url":"primary-arms-online-now-selling-alexo-athletica-womens-apparel","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS ONLINE NOW SELLING ALEXO ATHLETICA WOMEN’S APPAREL","page_header":"PRIMARY ARMS ONLINE NOW SELLING ALEXO ATHLETICA WOMEN’S APPAREL","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Shotgun-Furniture/Brand+Magpul","urlPath":"1+Shotgun-Furniture/Brand+Magpul","url":"1+Shotgun-Furniture/Brand+Magpul","template":"default","addition_to_head":"","page_title":"Magpul Shotgun Furniture For Sale - Primary Arms","page_header":"","meta_description":"Magpul Shotgun Furniture like stocks forends for sale for all of your favorite shotguns like the 500, 590, 870, and more at primary Arms.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"Primary Arms Government 2021 New Products","urlPath":"primary-arms-government-2021-new-products","url":"primary-arms-government-2021-new-products","template":"default","addition_to_head":"","page_title":"Primary Arms Government 2021 New Products","page_header":"Primary Arms Government 2021 New Products","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Bolt-Carrier-Groups-and-Parts/MCategories+AR-15","urlPath":"1+Bolt-Carrier-Groups-and-Parts/MCategories+AR-15","url":"1+Bolt-Carrier-Groups-and-Parts/MCategories+AR-15","template":"default","addition_to_head":"","page_title":"AR-15 Bolt Carrier Groups For Sale - Primary Arms","page_header":"","meta_description":"AR15 Bolt Carrier Groups and parts available for all your favorite calibers from all your favorite brands. Shop bolt carriers for the best prices today!","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"Primary Arms 2021 Announcement","urlPath":"primary-arms-2021-announcement","url":"primary-arms-2021-announcement","template":"default","addition_to_head":"","page_title":"Primary Arms 2021 Announcement","page_header":"Primary Arms 2021 Announcement","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"/1+Bolt-Carrier-Groups-and-Parts/CaliberGauge+22-LR/MCategories+AR-15","urlPath":"1+Bolt-Carrier-Groups-and-Parts/CaliberGauge+22-LR/MCategories+AR-15","url":"1+Bolt-Carrier-Groups-and-Parts/CaliberGauge+22-LR/MCategories+AR-15","template":"default","addition_to_head":"","page_title":"22LR Bolt Carrier Group For AR15 - Primary Arms","page_header":"","meta_description":"22LR AR15 Bolt Carrier Groups For Sale, so you can turn your AR into the ultimate plinking machine. Get your AR15 22LR BCG today to save money on ammo.","meta_keywords":"","customrecorddata":"","type":2,"pageTypeName":"facet-browse","customrecordscriptid":"","cmscreatable":false},{"name":"PRIMARY ARMS OPTICS GLx 2x PRISM WINS ‘BEST CQB OPTIC’ AWARD FROM BALLISTIC’S BEST EDITORS’ SELECTS AWARDS","urlPath":"primary-arms-optics-glx-2x-prism-wins-best-cqb-optic-award-from-ballistics-best-editors-selects-awards","url":"primary-arms-optics-glx-2x-prism-wins-best-cqb-optic-award-from-ballistics-best-editors-selects-awards","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS OPTICS GLx 2x PRISM WINS ‘BEST CQB OPTIC’ AWARD FROM BALLISTIC’S BEST EDITORS’ SELECTS AWARDS","page_header":"PRIMARY ARMS OPTICS GLx 2x PRISM WINS ‘BEST CQB OPTIC’ AWARD FROM BALLISTIC’S BEST EDITORS’ SELECTS AWARDS","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true},{"name":"PRIMARY ARMS® OPTICS RELEASES ACSS® GRIFFIN™ MIL RETICLE FOR GLx 2.5-10x44 FFP RIFLE SCOPE","urlPath":"primary-arms-optics-releases-acss-griffin-mil-reticle-for-glx-25-10x44-ffp-rifle-scope","url":"primary-arms-optics-releases-acss-griffin-mil-reticle-for-glx-25-10x44-ffp-rifle-scope","template":"default","addition_to_head":"","page_title":"PRIMARY ARMS® OPTICS RELEASES ACSS® GRIFFIN™ MIL RETICLE FOR GLx 2.5-10x44 FFP RIFLE SCOPE","page_header":"PRIMARY ARMS® OPTICS RELEASES ACSS® GRIFFIN™ MIL RETICLE FOR GLx 2.5-10x44 FFP RIFLE SCOPE","meta_description":"","meta_keywords":"","customrecorddata":"","type":1,"pageTypeName":"cms-landing-page","customrecordscriptid":"","cmscreatable":true}]},"_debug_requestTime":130};
	


	SC.ENVIRONMENT.PageTypes = {"pageTypes":[{"name":"AccountBalance","displayName":"Account Balance"},{"name":"AddressBook","displayName":"Address Book"},{"name":"AddressEdit","displayName":"Address Edit"},{"name":"Cart.Detailed.View","displayName":"Cart Details"},{"name":"CasesDetail","displayName":"Cases Detail"},{"name":"CasesList","displayName":"Cases List"},{"name":"CreditCardDetails","displayName":"Credit Card Detail"},{"name":"CreditCardList","displayName":"Credit Cards List"},{"name":"CreditMemoDetail","displayName":"Credit Memo Detail"},{"name":"DepositApplicationDetail","displayName":"Deposit Application Details"},{"name":"DepositDetail","displayName":"Deposit Detail"},{"name":"EmailPreferences","displayName":"Profile Email Preferences"},{"name":"InvoiceDetail","displayName":"Invoice Detail"},{"name":"MyAccountOverview","displayName":"My Account Overview"},{"name":"NewCase","displayName":"New Case"},{"name":"OpenInvoicesHistory","displayName":"Open Invoices History"},{"name":"OrderDetail","displayName":"Order Detail"},{"name":"PaidInvoicesHistory","displayName":"Paid Invoices History"},{"name":"PasswordUpdate","displayName":"Profile Update Password"},{"name":"PaymentDetail","displayName":"Payment Detail"},{"name":"PrintStatement","displayName":"Print Statement"},{"name":"ProductDetails.Full.View","displayName":"Product Details"},{"name":"ProductDetails.QuickView.View","displayName":"Product Details QuickView"},{"name":"ProfileInfo","displayName":"Profile"},{"name":"PurchaseDetail","displayName":"Purchase History Details"},{"name":"PurchaseHistory","displayName":"Purchase History"},{"name":"QuotesDetail","displayName":"Quotes Detail"},{"name":"QuotesHistory","displayName":"Quotes History"},{"name":"ReorderHistory","displayName":"Reorder History"},{"name":"ReturnsDetail","displayName":"Return Authorization Details"},{"name":"ReturnsHistory","displayName":"Return Authorization List"},{"name":"StoreLocatorDetails","displayName":"Store Locator Details"},{"name":"StoreLocatorListAll","displayName":"Store Locator List"},{"name":"StoreLocatorMain","displayName":"Store Locator Main"},{"name":"StoreLocatorUpgrade","displayName":"Store Locator Upgrade"},{"name":"TransactionHistory","displayName":"Transaction History"},{"name":"WishlistDetail","displayName":"Wishlist Detail"},{"name":"WishlistList","displayName":"Wishlist"},{"name":"checkout","displayName":"Order Wizard"},{"name":"cms-landing-page","displayName":"Landing Page"},{"name":"facet-browse","displayName":"Product List"},{"name":"forgot-password","displayName":"Forgot Password"},{"name":"home-page","displayName":"Home"},{"name":"login","displayName":"Login"},{"name":"login-register","displayName":"Login Register"},{"name":"payment-wizard","displayName":"Payment Wizard"},{"name":"product-review-form","displayName":"Write your Review"},{"name":"quote-to-sales-order-wizard","displayName":"Quote To Sales Order Wizard"},{"name":"register","displayName":"Register"},{"name":"request-quote-wizard","displayName":"Request a Quote Wizard"},{"name":"reset-password","displayName":"Reset Password"},{"name":"returnAuthorizationConfirmation","displayName":"Return Authorization Confirmation"},{"name":"returnAuthorizationFrom","displayName":"Return Authorization Form"},{"name":"wizard","displayName":"Wizard"}],"_debug_requestTime":14};

<!-- 526 s: 13% #46 cache: 3% #17 -->
<!-- Host [ sh24.prod.bos ] App Version [ 2020.2.0.96 ] -->
<!-- COMPID [ 3901023 ] URL [ /s.nl ] Time [ Thu Jan 07 09:14:41 PST 2021 ] -->
<!-- Not logging slowest SQL -->
