Description
The Adidas Sport SP0045 sunglasses combine athletic design with modern aesthetics, making them a top choice for men who value both performance and style. Constructed from durable injection material, these full-rim sunglasses offer a robust yet lightweight frame ideal for active lifestyles. The SP0045 comes in a variety of striking color options, including Matte Black with Smoke lenses, Matte Black with Bordeaux lenses, White/Other with Smoke Mirror lenses, and Blue/Other with Smoke Mirror lenses. Designed for optimal sun protection and visual clarity, these sunglasses are perfect for both sports and everyday wear. Upgrade your eyewear game with the Adidas Sport SP0045, where style meets functionality.
Details
Material:
Injection
Rim:
Full Rim
Gender:
Men
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: '15' },
{ 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', '130', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}