SL MID/CANT UNIV BELT LOOP BLK 2.5″

SL MID/CANT UNIV BELT LOOP BLK 2.5″

$22.40Purchase & earn 22 Gundalyrium (points)!

48 in stock

UPC

781602156219

Manufacturer

Safariland

Manufacturer Part Number

6070CUBL-2

Model

CUBL

Product Type

Belt Loop

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