Elevate your eyewear game with the CRATR TIA - THANKS IN ADVANCE glasses, meticulously crafted for the modern individual. These glasses feature a sturdy stainless steel frame in a sophisticated brush grey finish, exuding both style and durability. The frame is complemented by a unique blend of purple maple wood and carbon fiber, creating a distinct aesthetic that stands out from the crowd. The tips are made from high-quality acetate in black, ensuring a comfortable and secure fit. Whether you're looking for a luxurious addition to your collection or a durable everyday pair, the CRATR TIA - THANKS IN ADVANCE glasses offer a perfect blend of form and function.
Description
Details
Material:
Wood and Stainless Steel
Rim:
Full rim
Gender:
Unisex
RXable:
Yes
Shape:
Clubmaster
Vendor:
CRATR
${(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: '49' },
{ 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', '140', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}