Description
The Adidas Sport SP0060 sunglasses combine performance and style, featuring a durable Injection material that offers long-lasting wear for any active lifestyle. Designed for unisex appeal, these full-rim sunglasses are available in versatile colors: 02A Matte Black with Smoke lenses, 02R Matte Black with Green Polarized lenses, and 02S Matte Black with Bordeaux lenses. The sleek design of these sunglasses not only provides excellent sun protection but also enhances your overall look, making them a perfect choice for both men and women. The lightweight construction ensures comfort during extended wear, while the polarized lenses reduce glare, making them ideal for outdoor activities.
Details
Material:
Injection
Rim:
Full Rim
Gender:
Unisex
RXable:
No
Shape:
Navigator
Vendor:
Adidas Sport
${(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: '' },
{ className: 'bridge-width-parameter', label: 'Bridge width', value: '13' },
{ 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', '135', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}