These horn-rimmed sunglasses are suitable for both men and women. It has a slightly cat's-eye feel, and the cute vetal feldspar embedded in the short end feed is the design point. If you look closely, the acetate on the front part is not flat, but has curves. A historically shaped bridge stands out. The legs are made of titanium, and a separate nose post is made and a ceramic nose pad is used, so it is comfortable to wear.
Details
Gender:
Women
Rim:
Full-Rim
Shape:
Cateye
Material:
Titanium/ Acetate
Rxable:
Non-RX
${(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: '149' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '54' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '21' },
{ className: 'lens-height-parameter', label: 'Lens height', value: '46' },
];
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