Nemora imparts a modern spirit to the traditional cat-eye frame, elongating its proportions and incorporating a host of distinctive details designed for the everyday pleasure of wearing. DESIGN THAT FINDS BEAUTY IN PURPOSE: Nemora’s sophisticated acetate front frame features a continues titanium ridge that spans the brow line, accentuating its modified cat-eye shape. CRAFTSMANSHIP THAT CELEBRATES THE UNSEEN: Lightweight titanium temples are custom-pressed with a decorative finish, and fitted with DITA’s iconic hex screw hinges. CULTURE THAT TRANSCENDS CONVENTION: Making a statement without making waves, Nemora’s square/cat-eye combination shape represents DITA’s ability to extract new possibilities from well-worn optical conventions.
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', '143', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}