Hi there,
Not sure what happened, but please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery( function($) {
$('.products.cols-3 li').removeClass('first last');
$('.products.cols-3 > li:nth-child(3n+0)').addClass('last');
} );
Hope this helps.