This replacement or spare magazine is compatible with your Savage 64 series.

$19.99
Savage Arms 30005 64 Series 10rd 22 LR Blued Steel
774 in stock
This replacement or spare magazine is compatible with your Savage 64 series.
| UPC | 062654300059 |
|---|---|
| Manufacturer | Savage |
| Manufacturer Part Number | 30005 |
| Brand Fit | Savage |
| Caliber/Gauge | .22 LR |
| Capacity | 10 |
| Length | 3.6500 |
| Model | 64 Series |
| Model Fit | 64 Series |
| Package Height | 0.001 |
| Package Width | 4.0 |
| Product Type | Magazine |
| Quantity | 1 |
| Shipping Weight | 0.2 |
| Style | Detachable |
| Units per Box | 1 |
/* -- 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;
}