Diesel Eyeglasses & Sunglasses

Accessorize your eyes in colorful palettes, elegant hues and
chic shapes to compliment every unique personality and fashion preference.

0 frames to select from!
Sorry! We are currently out of stock for products in the diesel category.

Please visit another category to view our range of Spectacles

Diesel

Hi there, have a question? Text us here. Chat with us
$(".Paggination").click(function(){ window.location = $(this).data("pageurl"); }); // // $(document).ready(function () { // Configure/customize these variables. var showChar = 10; // How many characters are shown by default var ellipsestext = "..."; var moretext = "Read more"; var lesstext = "Hide this"; $('.more').each(function () { var content = $(this).html(); if (content.length > showChar) { var c = content.substr(0, showChar); var h = content.substr(showChar, content.length - showChar); var html = c + '' + ellipsestext + ' ' + h + ' ' + moretext + ''; $(this).html(html); } }); $(".morelink").click(function () { if ($(this).hasClass("less")) { $(this).removeClass("less"); $(this).html(moretext); } else { $(this).addClass("less"); $(this).html(lesstext); } $(this).parent().prev().toggle(); $(this).prev().toggle(); return false; }); }); // $(function() { var elemlist = $("#listCollectionsElem"); var listitems = elemlist.children(); var listouter = $('#listCollectionsOuter'); var updateListUI = function() { var listmaxWidth = listitems.outerWidth(true); var listactualWidth = 0; $.each($('#listCollectionsInner >'), function(i, item) { listactualWidth += $(item).outerWidth(true); }); if (listactualWidth < listmaxWidth) { $('#listright-button').css('visibility', 'hidden'); $("#listCollectionsInner").removeClass("listCollectionsVariable-width"); }else{ $('#listright-button').css('visibility', 'visible'); $('.listCollectionsVariable-width').slick({ infinite: false, variableWidth: true, slidesToShow: 1, slidesToScroll: 1, swipe: false, prevArrow:"", nextArrow:"", responsive: [ { breakpoint: 1023, settings: "unslick" } ] }); $('.listCollectionsVariable-width').on('afterChange', function(event, slick, currentSlide, nextSlide,t,e,slider,i){ console.log(currentSlide); var listlElRect = slick.$slides[slick.slideCount - 1].getBoundingClientRect(); var listrOffset = listlElRect.x + listlElRect.width; var listwraRect = $('.slick-list', $(".listCollectionsVariable-width")).get(0).getBoundingClientRect(); if (listrOffset < (listwraRect.x + listwraRect.width)) { $('.slick-next', $(".listCollectionsVariable-width")).addClass('slick-disabled'); } }); } }; updateListUI(); }); -->