DITA’s celebrated flight series soars to new heights with Flight-Seven, a confident “navigator” that blends the spirit of a classic aviator with the masculine shape of a traditional square lens. Flight-Seven began as a tribute to the supersonic military aircraft of the 1970s. These jets combined aerodynamic grace with revolutionary technology to reach speeds in excess of Mach 3; the fighter pilots who commanded these jets became international icons for their daring and courageous attitude, as well as for the classic aviator’s style that followed them onto the tarmac. These heroic aspirations have been sculpted into an elegant, lightweight frame composed of Japanese beta-titanium for unparalleled strength and flexibility; oversized acetate temple tips accentuate Flight-Seven’s remarkably thin frame while adding a new dimension of comfort and style. Carefully considered details, like DITA’s signature diamond-pressed titanium finish, ensure the perfect balance of visionary design and unparalleled quality.
Description
Details
Vendor:
DITA
${(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', '147', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}