Description
Introducing the Adidas Originals OR5062, a perfect blend of style and substance for the fashion-forward individual. These eyeglasses, available at BlakSpecs, boast a sophisticated design that exudes confidence and elegance. The sleek metal frame ensures durability and comfort, making them ideal for everyday wear. With the inclusion of free polycarbonate single vision lenses and anti-glare coating, the OR5062 offers not only a clear vision but also protection against glare and harmful UV rays. Whether you're heading to the office or socializing with friends, these eyeglasses will elevate your look and provide you with the clarity you need to conquer the day. Embrace style and functionality with the Adidas Originals OR5062, a must-have accessory for those who appreciate quality craftsmanship and timeless design.
Details
Material:
Metal
Gender:
Men
RXable:
Yes
Shape:
Navigator
Vendor:
Adidas Originals
${(function() {
let unit = 'mm';
let proportion = '1'
if (data === 'in') {
unit = 'in';
proportion = '0.03937'
}
const conversionParameter = (className, label, parameter, proportion) => {
const parameterValue = Number(parameter);
if (Number.isNaN(parameterValue)) {
return ''
}
return `
${label}: ${(parameterValue * Number(proportion)).toFixed(2)}${ unit }
${label == 'Frame width' ? `` : ''}
${label == 'Lens width' ? `` : ''}
${label == 'Bridge width' ? `` : ''}
${label == 'Lens height' ? `` : ''}
`;
}
const parameters = [
{ className: 'frame-width-parameter', label: 'Frame width', value: '' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '16' },
{ className: 'lens-height-parameter', label: 'Lens height', value: '' },
];
return parameters.map(parameter => {
if (parameter.value) {
return conversionParameter(parameter.className, parameter.label, parameter.value, proportion);
}
return '';
}).join('');
})()}
${(function() {
let unit = 'mm';
let proportion = '1'
if (data === 'in') {
unit = 'in';
proportion = '0.03937'
}
const conversionParameter = (label, parameter, proportion) => {
const parameterValue = Number(parameter);
if (isNaN(parameterValue)) {
return '';
}
return `
${label}: ${(parameterValue * Number(proportion)).toFixed(2)}${unit}
`;
}
return conversionParameter('Temple length', '140', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}