Tommy Hilfiger TH1686 eyeglasses are a fashionable and versatile accessory for men who want to express their personality and style. They have a square shape and a metal frame. The lens width is 48 millimeters and the bridge is 21 millimeters. The eyeglasses feature the Tommy Hilfiger logo on the temples and come with a case and a cleaning cloth. They are imported and have a weight of 28 grams. These eyeglasses are suitable for any occasion, whether it's casual or formal. They reflect the refined, sophisticated, and timeless style that Tommy Hilfiger is known for.
Details
Gender:
Men
Rim:
Full-Rim
Shape:
Oval
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: '' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '48' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '21' },
{ 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', '140', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}
Description