Designer Glasses

Shop for designer glasses online Australia wide. Choose from Guess, Gucci, Jimmy Choo and many more designer eyeglasses.

Our designer glasses come with a 100% authenticity and money back guarantee.

Sorry! We are currently out of stock for products in the designer frames category.

Please visit another category to view our range of Spectacles
// ( function( $ ) { $( document ).ready(function() { $('#footermenu > ul > li > a').click(function() { $('#footermenu li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('normal'); } if((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#footermenu ul ul:visible').slideUp('normal'); checkElement.slideDown('normal'); } if($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); } )( jQuery ); -->