Springfield Armory factory magazines features high quality components and precise manufacturing that will ensure long-lasting performance and reliability.
| UPC | 706397645236 |
|---|---|
| Manufacturer | Springfield Armory |
| Manufacturer Part Number | PI4523 |
| Brand Fit | Springfield |
| Caliber/Gauge | .45 ACP |
| Capacity | 7 |
| Length | 8.5500 |
| Model | 1911 |
| Model Fit | 1911 |
| Package Height | 0.8 |
| Package Width | 3.0 |
| Product Type | Magazine |
| Shipping Weight | 0.15 |
| State Restriction (PR) | Puerto Rico |
| State Restriction (VI) | Virgin Islands |
| 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;
}





