.owl-search { position: relative; }
.owl-search-input { width: 100%; padding: 10px 14px; box-sizing: border-box; }
.owl-search-results { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #eee; z-index: 999; max-height: 400px; overflow-y: auto; }
.owl-search-item { display: flex; align-items: center; gap: 10px; padding: 8px 12px; text-decoration: none; color: inherit; }
.owl-search-item img { width: 40px; height: 40px; object-fit: cover; }
input.owl-search-input {
    background: #0000;
    border: 0;
    color: white !important;
	outline:none;
}
input.owl-search-input::placeholder {color: white !important;}