.sok-live {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 1200;
	display: none;
}
.sok-live.is-open { display: block; }
.sok-live-list, .sok-live-empty, .sok-live-all {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 44px rgba(38,50,56,.18);
	overflow: hidden;
}
.sok-live-list { max-height: 62vh; overflow-y: auto; padding: 6px; }
.sok-live-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 10px;
	border-radius: 10px;
	text-decoration: none !important;
	color: #263238;
	transition: background .12s ease;
}
.sok-live-item:hover, .sok-live-item.is-active { background: rgba(46,139,87,.10); }
.sok-live-img {
	flex: 0 0 auto;
	width: 54px; height: 54px;
	border-radius: 9px;
	background: #f4f6f6;
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
}
.sok-live-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sok-live-info { display: flex; flex-direction: column; min-width: 0; gap: 3px; }
.sok-live-name {
	font-size: 13.5px; line-height: 1.3; color: #263238;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sok-live-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.sok-live-price, .sok-live-new { color: #2E8B57; font-weight: 700; }
.sok-live-old { color: #9aa7ac; text-decoration: line-through; font-size: 12px; }
.sok-live-nostock { color: #b26a00; font-size: 11px; background: rgba(178,106,0,.1); padding: 1px 6px; border-radius: 6px; }
.sok-live-empty { padding: 18px 16px; color: #7d94a0; text-align: center; font-size: 14px; }
.sok-live-all {
	display: block;
	margin-top: 6px;
	padding: 12px 16px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	color: #fff !important;
	background: linear-gradient(135deg, #2E8B57, #1f6b41);
	text-decoration: none !important;
	border-radius: 12px;
}
.sok-live-all:hover { background: linear-gradient(135deg, #3aa66a, #2E8B57); }
@media (max-width: 767px) {
	.sok-live {
		position: fixed;
		left: 8px;
		right: 8px;
		top: 64px;
		width: auto;
	}
	.sok-live-list { max-height: calc(100vh - 90px); }
	.sok-live-img { width: 46px; height: 46px; }
}
