Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 022356000
ITEM: CFS2-31027
Great for hunting in most conditions, the Vortex Crossfire II 3 - 9 x 50 Riflescope features 2 waterproof and fog-proof lenses with sealed O-rings. The scope is shockproof to withstand recoil and comes with removable lens covers for secure storage. The multicoated, nitrogen-purging lenses offer optimal clarity, while the V-brite reticle and adjustable turret provide precise windage and elevation to help ensure accurate shots. The scope is made of aircraft-grade aluminum for durability and has a matte finish.
Features and Benefits
Multicoated, nitrogen-purging lenses are waterproof and fog proof for optimal clarity
Made from aircraft-grade aluminum with sealed O-rings for strength and dependability in harsh conditions
Lightweight design with a shockproof eye box that offers eye relief by withstanding recoil
Turret can be adjusted to deliver precise windage and elevation
Includes removable lens covers
Specifications
Manufacturer warranty - parts: Lifetime
Mounting length (in.): 5.1
Field of view (ft.): 320 - 129
Low Powered Variable Optic (LPVO): Yes
Water resistance: Waterproof
Product Length (in.): 12.7
Tube diameter (in.): 1
Parallax setting (yards): 100
Product Type: Scopes
Eye relief (in.): 3.8 - 4.4
Fog proof: Yes
Manufacturer warranty - labor: Lifetime
Product length (in.):
Reticle: V-brite
Exit pupil (mm): 16.7 - 5.6
Finish: Matte
Manufacturer warranty - general: Lifetime
Objective lens diameter (mm): 50
What's in the Box
Vortex Crossfire II 3 - 9 x 50 Riflescope
1 CR2032 lithium battery
Removable lens covers
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();