Introducing LSA-416, a timeless clubmaster style frame designed for those who appreciate both style and substance. LSA-416 was meticulously crafted with a high quality ultra lightweight nylon based TR90 frame and temples. The titanium lens rim with coin pressed detail, titanium nose bridge, and sculpted flex fitting temples with square hole detail add function to the design. With adjustable double injected soft-touch anti-slip nose pads and a custom anti-walk hinge pin featuring an open/close assisted detent feature, LSA-416 ensures a comfortable and secure fit. Complete with 100% UVA and UVB lens with anti-reflective and hydrophobic coating, LSA-416 offers superior protection and visual clarity.
Description
Details
Material:
Titanium/TR90
Rim:
Ful Rim
Gender:
Unisex
RXable:
Yes
Shape:
Browline
Vendor:
DITA LANCIER
${(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: '18' },
{ 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
`
}