Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 022356117
ITEM: CF2-31029
Made from aircraft-grade aluminum with sealed O-rings for strength, the Vortex Crossfire II 6 - 18 x 44 AO Riflescope features fully multicoated lenses that provide maximum light transmission and optimal brightness. The V-Brite illuminated reticle offers great performance in low-light conditions, while the fast-focus eyepiece allows quick and easy reticle focusing. Nitrogen purged and O-ring sealed for waterproof and fog-proof performance.
Features and Benefits
Fully multicoated lenses for maximum light transmission and optimal brightness
Lenses are locked into place with machined locking rings to maintain optimal alignment and withstand recoil and impact
Long eye relief offers comfortable extended viewing
Fast-focus eyepiece allows quick and easy reticle focusing
Nitrogen purged and O-ring sealed for waterproof and fog-proof performance
1-piece, aircraft-grade aluminum tube for strength and accuracy
Hard anodized with a low-glare matte finish to help camouflage your position
V-Brite illuminated reticle for great performance in low-light conditions
Resettable, capped turrets can be rehoused to zero after sighting in without the use of a coin or wrench
Sunshade helps reduce glare and sun reflection off the objective lens
CR2032 lithium battery, removable lens covers and a dust cloth included
Specifications
Night vision:
Field of view (ft.): 15.2 - 5.3 at 100 yards
Focus type:
Low Powered Variable Optic (LPVO): No
Water resistance: Waterproof
Product Length (in.): 13.5
Tube diameter (in.): 1
Product Type: Scopes
Eye relief (in.): 3.7 - 4.3
Fog proof: Yes
Product length (in.):
Reticle: V-Brite Illuminated
Exit pupil (mm): 2.44 - 7.33
Finish: Matte
Manufacturer warranty - general: Lifetime limited
Objective lens diameter (mm): 44
What's in the Box
Vortex Crossfire II 6 - 18 x 44 AO Riflescope
CR2032 lithium battery
Lens covers
Dust cloth
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();