Stripped of ornamentation and obsessed with the details, the new take on the MACH-SERIES represents the culmination of a two-year design review that reaffirms DITA’s obsession with automotive design and the art of speed. DESIGN THAT FINDS BEAUTY IN PURPOSE Minimalism in speed: The Mach-Six lens is mounted on top of the lens rim giving an uninterrupted appearance and affixed with DITA’s hex screws. CRAFTSMANSHIP THAT CELEBRATES THE UNSEEN Crafted in titanium, the Mach-Six features a forked temple hinge with DITA’s hex screws securing the temple to the frame’s chassis. A sleek, dual-titanium brow bar echoes the mechanical design of the hinge while allowing multiple titanium colors to be mounted. CULTURE THAT TRANSCENDS CONVENTION Inspired by speed and relentlessly minimalistic: the Mach-Six charts a fearless new course for DITA’s celebrated capsule of racing-inspired eyewear.
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: '12' },
{ 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', '130', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}