This product does not qualify for financing on it's own as it doesn't meet the minimum amount requirement of $300.00. However, if you add it to your cart, you may still qualify with the addition of other items.
Finish: Matte Black - Material: Steel - Height: Extra-High - Piece: 1-Piece Ring for a 2-Ring System - Tube Diameter: 30mm - Height (Base to Bottom of Tube): 0.695 Inches
Finish
Matte Black
Determined at checkout.
}
const observer = new MutationObserver(mutations => {
if (document.querySelector(selector)) {
resolve(document.querySelector(selector));
observer.disconnect();
}
});
observer.observe(document.body, {
childList: true,
subtree: true
});
});
}
waitForElm('.firearm-in-store-pickup-fee').then((elm) => {
$('.firearm-in-store-pickup-fee').text('In-Store DROS Fee for Firearms');
});