.omcls-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 4px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
	z-index: 9999;
	max-height: 420px;
	overflow-y: auto;
	min-width: 280px;
}

.omcls-row {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #f2f2f2;
}

.omcls-row:last-of-type {
	border-bottom: none;
}

.omcls-row:hover,
.omcls-row.active {
	background: #f2fafb;
	text-decoration: none;
	color: inherit;
}

.omcls-thumb {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
	background: #f7f7f7;
}

.omcls-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.omcls-name {
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omcls-price {
	font-size: 12px;
	color: #29aabd;
}

.omcls-empty-msg {
	padding: 14px 12px;
	font-size: 13px;
	color: #888;
	text-align: center;
}

.omcls-view-all {
	display: block;
	text-align: center;
	padding: 10px 12px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #29aabd;
	text-decoration: none;
	border-top: 1px solid #eee;
}

.omcls-view-all:hover {
	background: #f2fafb;
	color: #1e7e8d;
	text-decoration: none;
}
