Details
Gender:
Unisex
Rim:
Semi-Rimless
Shape:
Rectangle
Material:
Stainless Steel
Rxable:
SV,Non-RX,Reading
${(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: '138' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '54' },
{ 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', '145', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}
Description
Our frames are made from surgical grade stainless steel. This material is stronger and more durable than any metal on earth. All of the acetate colors are designed by us and are exclusive to us. A large amount of the acetate sheets are used in order to create our special blends of color.
- Frame width: 138mm
- Lens width: 54mm
- Nose Bridge : 18mm
- Temple length: 145mm
- Rxable: Yes
- Gender: Unisex
- Frame Material: Stainless Steel
- Frame Shape: Rectangle