Description
The Adidas Sport SP0095 sunglasses are the ultimate blend of performance and style, designed for both men and women. These semi-rimless, shield-shaped frames are crafted from high-quality injection material, offering a lightweight yet durable construction perfect for active lifestyles. The bold design comes in three striking color options: Matte Black with Smoke lenses, Matte Black with Smoke Mirror lenses, and Matte Black with Roviex Mirror lenses. Engineered for superior fit and comfort, these sunglasses provide full eye coverage while enhancing your vision in various light conditions. Ideal for sports and outdoor activities, the Adidas Sport SP0095 sunglasses are a versatile accessory that merges fashion with function.
Details
Material:
Injection
Rim:
Semi-rimless
Gender:
Unisex
RXable:
No
Shape:
Shield
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: '00' },
{ 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
`
}