try {
if (inditex && !inditex.audience) {
var resolution = window.matchMedia('(min-width: 992px)');
if(resolution.matches) {
resolution = 'desktop';
} else {
resolution = 'mobile';
}
inditex.audience = {
resolution: resolution,
isSales: false
};
}
} catch (error) {
console.error('Error al inicializar la resolucion JAVA', error);
}
* Discount applied on the seasonal price.