#boxRecomendadosClienteSyscomAI{
	padding-bottom: 1rem !important;
}
.recomend-search-container {
	max-height: 700px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px 10px 15px 10px;
	border: 1px solid #e9e9e9;
}

.recomend-search-container::-webkit-scrollbar {
	width: 8px;
}

.recomend-search-container::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.recomend-search-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.recomend-search-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.recomend-search-star-icon {
	color: #FFB800;
}



.recomend-search-product-image {
	width: 100%;
	max-width: 150px;
	height: 150px;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	margin: 0 auto 1rem;
	object-fit: contain;
	overflow: hidden;
}

.recomend-search-product-name {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* Limita a 2 líneas */
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	width: 100%;            
}

.recomend-search-product-code {
	color: #666;
	font-size: 12px;
}

.recomend-search-header-link {
	color: #0066CC;
	text-decoration: none;
	/* margin-left: 1.5rem; */
}




.recomend-search-product-brand {
	color: #0066CC;  /* Color azul similar a los enlaces */
	font-weight: 500; /* Un poco más bold que el normal */
}		


.recomend-search-product-card {
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	padding: .5rem;
	height: 100%;
	background: white;
	width: 100%;
	display: flex;
	flex-direction: column;			
}		

/* Efecto hover en la card */
a:hover .recomend-search-product-card {
	border-color: #0066CC;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Mantener colores originales de texto */
a .recomend-search-product-name {
	color: #333;
}

a .recomend-search-product-code {
	color: #666;
}

.recomend-search-product-brand {
	color: #0066CC;
	font-weight: 500;
}

/* movil */
.recomend-search-container-movil {
	max-height: 700px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px 10px 15px 10px;
	border: 1px solid #e9e9e9;
}

.recomend-search-container-movil::-webkit-scrollbar {
	width: 8px;
}

.recomend-search-container-movil::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.recomend-search-container-movil::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.recomend-search-container-movil::-webkit-scrollbar-thumb:hover {
	background: #555;
}


#boxRecomendadosClienteSyscomAIMovil{
	padding-bottom: 1rem !important;
}

.aa-DetachedOverlay{
	z-index: 2147483647 !important;
}