Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 149358035
ITEM: VPR-52503
The Vortex Viper HD 5-25x50 VMR-3 MOA Riflescope is a scope designed for exceptional optical performance. The HD Optical System features fully multicoated lenses and an argon gas purged tube to ensure high image clarity, resolution and sharpness. Its illuminated reticle aids with long-range accuracy at dawn and dusk, when game is most active, and its rugged construction stands up to all kinds of harsh conditions.
Features and Benefits
Fully multicoated HD Optical System delivers outstanding image clarity and sharpness
Argon gas purged to eliminate fogging
VMR-3 MOA illuminated reticle
ArmorTek construction delivers rugged durability
Fully waterproof for use in all conditions
Specifications
Manufacturer warranty - parts: Lifetime
Mounting length (in.): 5.5
Field of view (ft.): 24 - 4.7
Activity: Hunting
Product width (in.): 2.3
Product height (in.):
Water resistance: Waterproof
Product Length (in.): 15.2
Tube diameter (in.): 5.5
Parallax setting (yards): 20
Product Type: Riflescopes
Eye relief (in.): 3.4
Fog proof: Yes
Manufacturer warranty - labor: Lifetime
Reticle: VMR-3 MOA
Product Height (in.): 2.3
Exit pupil (mm): 10 - 2
Manufacturer warranty - general: Lifetime
Objective lens diameter (mm): 50
What's in the Box
Vortex Viper HD 5-25x50 VMR-3 MOA Riflescope
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();