/*
	Indicate which text to transform in this page
*/
window.addEvent('domready',function(){
	typefaceElements.extend($$('.productNameLabel'));
	typefaceElements.extend($$('.maintext'));
	typefaceElements.extend($$('.text-block .title'));
	typefaceElements.extend($$('.product-title'));
	typefaceElements.extend($$('#cross-selling-section .title'));
	typefaceElements.extend($$('.product-wearcare-popup-title'));
	typefaceElements.extend($$('.product-msg-popup-titleerror'));
	typefaceElements.extend($$('.eshop-footer-popup-title'));
	window.fireEvent('typefaceready');
});

