Tommy Hilfiger TH1649/S sunglasses are a stylish accessory for women who want to add some flair to their look. They have a round shape and a metal frame with a Gold Orange color. The lenses are made of plastic and have Brown Gradient Lenses, a non-polarized UV protection coating. The lens width is 58 millimeters and the bridge is 17 millimeters. The sunglasses feature the Tommy Hilfiger logo on the temples and come with a case and a cleaning cloth. These sunglasses are perfect for sunny days or as a fashion statement. They reflect the classic, cool, American lifestyle that Tommy Hilfiger is known for.
Details
Gender:
Women
Rim:
Full-Rim
Shape:
Oval
Material:
Metal
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: '' },
{ className: 'lens-width-parameter', label: 'Lens width', value: '58' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '17' },
{ 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