.search-style-2,
.mobile-search.search-style-3,
.cot-search {
	position: relative;
}

.cot-search-dropdown[hidden] {
	display: none !important;
}

.cot-search-dropdown.cot-sps-is-open {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	max-height: 420px;
	margin-top: 8px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, .12);
}

.cot-sps-results {
	padding: 6px;
}

.cot-sps-result {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 6px;
	color: #253d4e;
	text-decoration: none;
}

.cot-sps-result:hover,
.cot-sps-result:focus {
	background: #f5f7f8;
	color: #253d4e;
	text-decoration: none;
}

.cot-sps-thumb {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border-radius: 6px;
	object-fit: cover;
	background: #f3f4f6;
}

.cot-sps-thumb-placeholder {
	display: inline-block;
}

.cot-sps-result-body {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 3px;
}

.cot-sps-title,
.cot-sps-brand,
.cot-sps-attributes,
.cot-sps-meta {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cot-sps-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #253d4e;
}

.cot-sps-brand {
	font-size: 12px;
	line-height: 1.3;
	color: #64748b;
}

.cot-sps-attributes {
	font-size: 12px;
	line-height: 1.3;
	color: #475569;
}

.cot-sps-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	font-size: 12px;
	line-height: 1.35;
	color: #64748b;
}

.cot-sps-price {
	font-weight: 600;
	color: #3bb77e;
}

.cot-sps-stock {
	color: #64748b;
}

.cot-sps-stock-instock {
	color: #16834f;
}

.cot-sps-stock-outofstock {
	color: #b42318;
}

.cot-sps-state-row {
	padding: 14px;
	font-size: 14px;
	line-height: 1.4;
	color: #64748b;
}

.cot-sps-error {
	color: #b42318;
}

.cot-sps-view-all {
	display: block;
	position: sticky;
	bottom: 0;
	padding: 11px 14px;
	background: #fff;
	border-top: 1px solid #edf0f2;
	box-shadow: 0 -10px 18px rgba(255, 255, 255, .92);
	color: #3bb77e;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.cot-sps-view-all:hover,
.cot-sps-view-all:focus {
	background: #f5f7f8;
	color: #29a56c;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.mobile-search.search-style-3 .cot-search-dropdown.cot-sps-is-open,
	.cot-search .cot-search-dropdown.cot-sps-is-open {
		left: 0;
		right: 0;
		z-index: 10000;
		max-height: 60vh;
	}

	.cot-sps-result {
		align-items: flex-start;
	}

	.cot-sps-thumb {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.cot-sps-title,
	.cot-sps-brand,
	.cot-sps-attributes,
	.cot-sps-meta {
		white-space: normal;
	}
}
