/* --- 3. Body: Estilos de Tarjetas (Product Cards NXP) --- */
.nxp-card {
    background-color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.nxp-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-color: #1E73BE !important;
    transform: translateY(-4px);
    cursor: pointer;
}