First released in 2019, SEKTON quickly became a highly sought after and beloved DITA frame. Originally inspired by contemporary architecture, SEKTON is a sculpted acetate frame that artistically emphasizes the infrastructure of the frame intentionally exposing the interior titanium construction through clean acetate cutouts. Featuring a new design detail, SEKTON reveals DITA’s new limited edition 5-barrel hinge plate showcasing pressed line detail, laser DITA shield logo, and hand-applied colored enamel finish. This Limited Edition frame is now available in three color ways: Matte Black - Silver, Ink Swirl - Yellow Gold, and Burnt Timber - Yellow Gold. Limited Edition SEKTON is only available while supplies last at DITA.com, DITA Flagships, and select Authorized Retailers.
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: '53' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '22' },
{ 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', '144', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}