.pm-search-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 8px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	max-height: 70vh;
	overflow-y: auto;
	display: none;
}

.pm-search-dropdown.is-open {
	display: block;
}

.pm-search-section + .pm-search-section {
	border-top: 1px solid #F0EAE2;
}

.pm-search-section-title {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #715D5A;
	padding: 12px 16px 6px;
}

.pm-search-result {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	text-decoration: none;
	color: #341813;
	transition: background 0.15s ease;
}

.pm-search-result:hover,
.pm-search-result:focus,
.pm-search-result.is-active {
	background: #FAFAFA;
	color: #341813;
	outline: none;
}

.pm-search-result--product .pm-search-result__img {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	object-fit: cover;
	background: #F5F0E8;
}

.pm-search-result__img--empty { background: #F5F0E8; }

.pm-search-result__body {
	flex: 1;
	min-width: 0;
}

.pm-search-result__name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #341813;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pm-search-result__meta {
	font-size: 12px;
	color: #715D5A;
	margin-top: 2px;
}

.pm-search-result__price {
	font-size: 13px;
	font-weight: 500;
	color: #341813;
	margin-top: 2px;
}

.pm-search-result__price small {
	font-size: 11px;
	color: #715D5A;
	font-weight: 400;
	margin-left: 4px;
}

.pm-search-result--cat {
	justify-content: space-between;
}

.pm-search-result--cat .pm-search-result__name {
	font-weight: 500;
}

.pm-search-result__count {
	font-size: 12px;
	color: #715D5A;
}

.pm-search-all {
	display: block;
	text-align: center;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #95111d;
	background: #FAFAFA;
	border-top: 1px solid #F0EAE2;
	text-decoration: none;
	transition: background 0.15s ease;
}

.pm-search-all:hover,
.pm-search-all:focus,
.pm-search-all.is-active {
	background: #F0EAE2;
	color: #95111d;
	outline: none;
}

.pm-search-empty {
	padding: 16px;
	text-align: center;
	font-size: 14px;
	color: #715D5A;
	line-height: 1.5;
}

.pm-search-empty a {
	color: #95111d;
	font-weight: 600;
	text-decoration: none;
}

.pm-search-empty a:hover { text-decoration: underline; }
