ecommerce autocomplete with long values

I'm working on an autocomplete that has really long product titles.

Having it extend beyond the search bar width is certainly ugly, but is it the best experience?

  • Otherwise, maybe cap the max-width and overflow: hidden?
  • Or max-width with overflow: scrollable?

Any other ideas?

I'm thinking other improvements may include smaller font size 16px => 15px and maybe making the height of each item 16px to add space between options.

enter image description here