ETS MAG FOR GLK 22/23 40SW 24RD CSMK

ETS MAG FOR GLK 22/23 40SW 24RD CSMK

$13.99Purchase & earn 14 Gundalyrium (points)!

Out of stock

UPC

850016478689

Manufacturer

Elite Tactical Systems Group

Manufacturer Part Number

SMK-GLK-22-170

Caliber/Gauge

.40 S&W

Capacity

24

Product Type

Magazine

Quantity

1

Model

35

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"); }); });