| Manufacturer | KelTec |
|---|---|
| Caliber/Gauge | .22 WMR |
| Barrel Length | 4.3" |
| Capacity | 30-Round |

$329.00
***PREOWNED UNFIRED***
In 2008, KelTec’s Chief Design Engineer, Tobias Obermeit had a vision to build a semi-auto .22WMR pistol that holds 30 rounds in a flush-fit magazine. Roughly based on an early, futuristic looking George Kellgren design, the KelTec PMR-30 was released in 2010 with high praise and stands out as one of the most innovative handguns in the world today.
| Manufacturer | KelTec |
|---|---|
| Caliber/Gauge | .22 WMR |
| Barrel Length | 4.3" |
| Capacity | 30-Round |
/* -- The root styles must go in the element of the structure with the name "Add to cart". --*/
.ffl-single-product__add-cart{
/*-- Styles applied to the container containing the quantity form and the button may vary depending on whether it has variations or not. --*/
.variations_button, .cart:not(:has(.variations_button)){
display:flex;
gap: var(--space-xs);
/*-- Button styles "Add to cart" --*/
.button{
margin-top:0;
flex: 1;
}
}
}
/*-------------------------------------------------*/
/* -- The root styles must go in the element of the structure with the name "Product tabs". --*/
.ffl-single-product__product-tab{
/*-- Styles of Tabs That Are Not Currently Selected --*/
.tabs li:not(.active) a{
color: var(--black-trans-40);
}
}
button {
border-radius: var(--radius-s);
}
body.merchant-sticky-addtocart-active .merchant-sticky-add-to-cart-wrapper {
z-index: 0;
}