/* The dropdown keeps the theme's own look. Additions: price line, product name capped at two lines, preview note. */
.bt-search .tt-suggestion .bt-name { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; }
.bt-search .tt-suggestion .bt-price { display: block; overflow: hidden; margin-top: 2px; color: #4f2d7f; font-weight: 600; }
.bt-search .tt-suggestion .bt-price del { color: #8a8193; font-weight: 400; margin-right: 4px; }
.bt-preview-note { margin-top: 8px; padding-top: 6px; border-top: 1px solid #eee; font-size: 12px; color: #6b6276; }
.bt-preview-note a { color: #4f2d7f; text-decoration: underline; }
