PROMAG SKS 7.62X39 20RD POLY

PROMAG SKS 7.62X39 20RD POLY

$16.99Purchase & earn 17 Gundalyrium (points)!

1 in stock

Range Discount
1 - 10 5%
11 - 20 7%
20 - 50 10%
Magazine Discount: 5% Off 2-10 Mags; 7% Off 11-20 Mags; 10% Off 21 or More Mags!
UPC

708279009822

Manufacturer

ProMag

Manufacturer Part Number

SKS-A5

Brand Fit

SKS

Caliber/Gauge

7.62 x 39mm

Capacity

20

Product Type

Detachable

Model

Standard

Model Fit

SKS

Shipping Weight

0.30000000000000004

Package Width

6.5

Package Height

1.5

Length

7.2

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Welcome to Gundalorium, in order to browse our site you must be at least 18 years of age.
Are you at least 18 years old?
No
// Remove excessive event listeners on scroll let ticking = false; window.addEventListener("scroll", function () { if (!ticking) { window.requestAnimationFrame(() => { ticking = false; }); ticking = true; } }, { passive: true }); // Kill jQuery-based animations (if any) if (window.jQuery) { jQuery.fx.off = true; } document.addEventListener("DOMContentLoaded", function () { const lazyElements = document.querySelectorAll("img, video, iframe, section, div"); lazyElements.forEach(el => { el.setAttribute("loading", "lazy"); }); });