Dramatic proportions achieved with extraordinary craftsmanship, BRIXA lifts an eyewear classic to new heights with details inspired by Chinese artisans. A daring rendition of iconic browline frames, BRIXA features a host of carefully considered details designed to evoke advances in architecture and metalwork achieved during the Qing Dynasty. The frame’s extruded titanium lens rims and raised bridge are intricately etched to celebrate the goldsmiths of Ningbo, an artisanal community renowned for its gold finery. The frame’s 1950s-style brow bar — its most distinctive feature — is integrated with a custom hinge system that serves functional and aesthetic purposes alike; it was inspired by the design traditional Chinese gates often encountered at provincial border crossings. The etched titanium temple is set within a luminous acetate base and finished with wire-frame tips in the style of gold filigree. Exclusive to the Pacific Modern Collection , celebrating the unique legacy of Asian design and culture.
Description
Details
Vendor:
DITA
${(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: '19' },
{ 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', '146', proportion)
})()}
Show in inches
${
data === 'in' ? `
Show in mm
` : `
Show in inches
`
}